Commit graph

6 commits

Author SHA1 Message Date
MrL314
cba7d05f72
dos: fixed floppy memory bug, added xml mapping
fixed bug where floppy data buffer from previous session would be saved to next session's floppy buffer when cartridge loaded.
added xml parsing option for remapping dos
added FDC_RESET_STANDBY debugging output, however standby and clock functionality are not implemented yet.
added debugging output detecting whether a floppy disk image already exists for a current rom, and creates a new disk only if one doesn't exist.
2021-07-26 17:30:06 -04:00
Devin Acker
1f781de003 fdc: add support for multi sector/track reads and writes 2020-08-10 20:19:50 -04:00
Devin Acker
abb908bcb2 restructure fdc/fdd code to make it actually build again 2020-08-08 21:32:10 -04:00
furious
3e9250c8da Minimum working implementation of Floppy Disk Controller 2020-08-08 20:11:38 -04:00
Devin Acker
c002d80908 begin sfx-dos floppy drive emulation 2020-08-01 18:32:01 -04:00
Devin Acker
34e69f4dbd preliminary SFX-DOS support, only keyboard input emulated for now 2020-07-28 22:48:12 -04:00