floppy_bios icon indicating copy to clipboard operation
floppy_bios copied to clipboard

Unable to store settings on Micro 8088

Open TzOk83 opened this issue 2 years ago • 4 comments

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.

TzOk83 avatar Dec 30 '22 11:12 TzOk83

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

skiselev avatar Dec 30 '22 18:12 skiselev

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".

TzOk83 avatar Dec 30 '22 22:12 TzOk83