I was trying my hand at converting a ROM file to BIN using the msxr2b tool and was having mixed results with it.
I'm only trying with 16KB and 32KB ROMs of course.
Knightmare and Antarctic Adventure look to be 100% working without issues, but I've got some strange behavior on other games.
Arkanoid looks like it locks up the machine (black screen), but if I reset the MSX it actually starts and looks to be working, although with an annoying visual bug:
The .bas launcher I'm using is the typical
5 POKE -1,(15-PEEK(-1)\16)*17 10 BLOAD"FILE1.BIN",R 20 BLOAD"FILE2.BIN",R
With Zanac, everything looks to be working alright, but the FDD access led stays on all the time.
These behaviors have been confirmed on both real hardware (NMS-8280) and emulator (openMSX).
I've also tried using ONEDRIVE.COM to free more memory at the start, but it didn't change anything.
Is there a way to debug those annoyances in openMSX or any other way?