So after what seems like a million and one flashes of the ROM chip, I now have a booting image.
The BIOS and disk system (CBIOS and Nextor MSX-DOS) are now working nicely together to give a command prompt.
I am able to run CP/M and MSX-DOS apps - although there will probably be some compatibility limits with CBIOS.
To enable a bootable system, without an actual floppy or hard disk, I had to create an embedded virtual disk drive within the ROM image. This ROM drive includes the boot executables (nextor.sys and command.com) as well as a few simple demo apps that I found online.
A quick summary of the things I needed to do to get the software to work:
Next steps:
ROM Mapper Issue:
The issue I have with the ROM Mapper, is due to the way I have used of a single ROM chip across multiple Slots.
When accessing the ROM in slot 3-3, the ROM Mapper allow access to all 16k banks, the first 8 of which are the CBIOS images, and are not relevant in this slot.
So to access the slot's first bank, you need to write $08 to the bank selector port. If this is not done, then the BIOS' ROM search code will fail to see the MSX ROM marker in the slot and will not initialise and load the ROM code.
Now it's easy enough to add an IO write in the ROM search code in CBIOS, but for other BIOS ROM images, this will not happen. So to enable better compatibility I need to make sure the on-board ROM Mapper, for slot 3-3, always defaults to the correct initial bank.