You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a custom emulator with simulated 1541 drives as device 8 and device 9. Device 8 maps to a D64 disk image, and device 9 maps to a directory in the host file system.
I was having trouble using device 9 with the ZIP file because of #34 and the fact that I currently have it perform unconditional ASCII->PETSCII translation when reading from sequential files in the host file system, and as the files are already in PETSCII encoding this was not producing the desired results. So I was hoping to just use a disk image on device 8 for testing in the near term. The D64 image for the C64 works fine except that it does not contain the needed X16 files (I was trying to build the hello world program).
For my setup, I would like to have a D64 image for X16, analogous to the C16/C64 images. Is it possible to add this to the release?
The text was updated successfully, but these errors were encountered: