floppy_bios
floppy_bios copied to clipboard
Unable to store settings on Micro 8088
I'm unable to store settings in the built-in F2 setup when using it on Micro 8088 as an extension to TURBO-XT or GLaBIOS. Possibly because I have 39SF020, not 39SF010.
The Multi-Floppy BIOS indeed does not support SST39SF020 at this point. The support can be easily added by modifying flash.inc, and adding the appropriate Flash ROM ID
I tried it, but I'm not that good at x86 asm, so I ended up with "error: short jump is out of range", and "warning: byte data exceeds bounds".