Selecting - Bitmap multicolor mode:
SCREEN 1
DI
VBlank
VDP(0)=&BXXXXXX1X ; M3=on
VDP(1)=&BXXXX10XX ; M1=on,M2=off
VDP(3)=&B10000000 ; color table at &H2000/&h40 bytes
VDP(4)=3 ; pattern table 0000-8000-1000
VBLANK
...
Pattern table=&H1800 bytes lenght and Color table=&H40 so you can change the whole bitmap screen color with only &H40 bytes with 3 different pattern tables without changing border color.
I tested it on MSX1 with TMS9119 and never worked.On emulators, no one run it as VDP documents explains except OpenMSX (a very accurate emulator) and BrMSX.
How to solve the problem? or If somebody want to test it on his MSX1-TMS9918 I wil send an example source code and compiled program.
Login sesión o register para postear comentarios

