I have received a bug report for Nextor that involves using a MegaFlashROM SCC+ SD with two SD cards and mapping partitions from both in different drives. I'd like to use emulation in order to try and reproduce the issue (even if I managed to reproduce it in real hardware it wouldn't be easy to debug) and thus using openMSX is a must.
I already managed to successfully configure MFRSD emulation in openMSX some time ago, but for emulating one single SD card. Now I need to emulate two and I can't find how to do that. The relevant wiki page mentions <sdcard1>
and <sdcard2>
entries in the XML configuration file, but these seem to do nothing as it's still necessary to pass a -hda
argument to openMSX with the path of the disk image file. The problem is that there's no -hdb
argument (checked in openMSX 18) and Catapult doesn't offer UI for a second disk image file either.
So, does openMSX really support emulating MFRSD with two SD cards? If so, how?