jeffpar / pcjs

The original IBM PC and other machine emulations in JavaScript
https://www.pcjs.org
Other
822 stars 124 forks source link

Can't mount external CD-ROM #23

Closed gattilorenz closed 1 year ago

gattilorenz commented 3 years ago

When using the pcjs machine at https://www.pcjs.org/machines/pcx86/ibm/5170/vga/cdrom/?debugger=true I can't load an external ISO, the error being "FDC: Unrecognized disk format (24338432 bytes)".

It seems the code behind the "mount" button always assumes that the file should be mounted on the floppy drive?

IAW9927 commented 3 years ago

I tried, it only loads 360K images then it does not show up in the emulator. And try using [Second emulator that works with CD-ROM] (http://copy.sh/v86)

jeffpar commented 1 year ago

CD-ROM support for external ISOs is not a feature, either current or planned. Sorry.