Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export/import dsk/sma #4

Open
kamelie1706 opened this issue Oct 25, 2023 · 8 comments
Open

Export/import dsk/sma #4

kamelie1706 opened this issue Oct 25, 2023 · 8 comments

Comments

@kamelie1706
Copy link

It would be handy!

@benchmarko
Copy link
Owner

Importing DSK or ZIP is already possible. Use Drag&Drop on the CPC screen or the drop field in "Input". There you can also select a file for import. CPC files are extracted and put in "storage".

@kamelie1706
Copy link
Author

Great! What about exporting? I have not found any online tool able to do that

@benchmarko
Copy link
Owner

Importing SNA is also possible now (0.1.9). CpcBasic will put it under storage. When selected, the BASIC source is extracted (assuming start address &170) and the memory, including the screen memory. Screen mode and colors are also set. Other parts like Z80 register are ignored.
Exporting will be a bit trickier because it must be valid hardware/software state for Z80 based emulators.

@kamelie1706
Copy link
Author

Clear for sna but there should be no such problem for dsk export right?

@kamelie1706
Copy link
Author

Kind of related : export in basic token file format

@benchmarko
Copy link
Owner

Download as tokenized BASIC was already possible. Now you can also export a file as DSK image (v0.1.13).

@kamelie1706
Copy link
Author

Fantastic! For whatever reason I totally missed the export function...

@benchmarko
Copy link
Owner

Now you can also export multiple files from storage (v0.2.5).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants