Hi guys, I'm trying to do something simple, but it's not working:
Steps:
-Create an image using MSX2BMP, saving it in the program format (.sra);
-Remove the first 7 bytes (header), and keeping only the first 16384 bytes (in order to fit on a MegaROM page);
-In my program I change the screen mode with CHGMOD;
-use INCBIN to include the image file;
-load it to VRAM address 0x0000
The very same steps work like a charm on Screen 8 (or 5).
The test is being done with openMSX, and machines 2+ and Turbo R.
What can be missing? I feel that there is very few info about MSX 2+ on internet, comparing to 1 or 2.
Source:
https://github.com/albs-br/msx-tests/blob/master/show-image-...
ROM:
https://github.com/albs-br/msx-tests/blob/master/show-image-...
Thanks for any help.