buserror / mii_emu

MII Apple //e Emulator for Linux
MIT License
143 stars 7 forks source link

Unable to load .do images #12

Closed slembcke closed 8 months ago

slembcke commented 9 months ago

A few revisions ago I was able to load .do images with: --default --drive 6:1:disks/AppleMechanic.do. This doesn't seem to work anymore. The log seems to suggest it recognizes it, but it won't boot from it and running pr#6 shows the simulated disk in the left gutter as all black. Other images seem to work fine (.dsk, .po, .hdv).

mii_dd_file_load: suffix .do, format 0
mii_dd_drive_load: Disk ][ S:6 D:1 loading disks/AppleMechanic.do
mii_dd_overlay_load: overlay disks/AppleMechanic.miov: No such file or directory
mii_dd_drive_load: No overlay to load, we're fine for now
buserror commented 9 months ago

Funnily enough, I've been looking at exactly that code the last hour, seems I've broken the 'dsk' loader somehow. You CAN go around the problem by renaming (or symlink) it as .DSK as it defaults to dos order. But I'm going to fix it. I've got a whole batch of stuff to push tomorrow

buserror commented 8 months ago

Could you try again with version v1.8? I rewrote the 'nibblizer' for DKS/PO/DO's -- I might not have all the combinations tho...

slembcke commented 8 months ago

Seems to work now. :+1: