Search results
Fusion C: making MSX-DEV20 entry ROMs
Score: 179.71 %,
Type: Forum topic , Comments: 10 comments
Trawling the threads I got this advice ".com files are just programs loaded at 0x100h, so you need ... https://www.msxdev.org/2019/11/22/msxdev20-a-new-era/
MattyT wrote:
I am sure this
MattyT wrote:
I am sure this has been asked many ... this advice ".com files are just programs loaded at 0x100h, so you need to include the whole program ...
Fusion C: 16x16 Sprites not showing on MSX1 real hardware in Screen 2
Score: 179.43 %,
Type: Forum topic , Comments: 44 comments
is the declaration for the single colour one
static const unsigned char wan_pattern0[] = {0b00000100,0b01111101,0b00010000,0b00010100,0b01111101,0b00010000,0b00010000,0b00010000};
static const unsigned char wan_pattern1[] = {0b00011100,0b01110001,0b01000011,0b00000110,0b00011000,0b00000000,0b00000000,0b000000000};
static const unsigned char wan_pattern2[] = ...
