Search results
openmsx slackware installation
Score: 149.91 %,
Type: Forum topic , Comments: 8 comments
0.11.0 tzx..
I found openmsx.tar.gz I only tar it then run the openmsx slack build script, it asks me about where is openmsx 0.15.tar.gz which I can't find..
Any ideas..??
UPDATE:
I found this openmsx UPDATE:
I found this openmsx 0.13.0 ...
Equivalent of INIGRP for Screen 4?
Score: 149.98 %,
Type: Forum topic , Comments: 8 comments
libraries in SDCC)
#define CHARADDR(x) (0x0008 * x)
#define SCREENADDR(row, col) (0x1800 + (0x20 * row) + col)
CHGMOD(4); //this is a wrapper around that asm call
FillVRAM(0x0000, 0x1800, 0x0F);
FillVRAM(0x1800, 0x0200, 0x01);
//flatten colors
FillVRAM(0x2000, 0x1800, 0x1F);
COLOR(WHITE, BLACK, BLACK); ...
Westen House on SofaRun
Score: 149.78 %,
Type: Forum topic , Comments: 2 comments
Hi everyone, I have been told a few times that my latest game does not work with SofaRun. I just tried it and indeed it does not work. The rom is a 48KB ROM (but the game uses BIOS routines, so, page 0 keeps being swapped between BIOS and the actual game ROM page). Is this the problem? or might ...
how to test a ROM on a real machine
Score: 149.86 %,
Type: Forum topic , Comments: 6 comments
Hi there,
I'm new to MSX programming.
If you create a game cartridge (or ROM), how do you test it on real hardware? Do you use the "Megaflash ROM SCC+SD"? Are there other flash-ROM options? Or old-skool, burning an EEPROM?
...
Racing pseudo 3D road effect in MSX 1
Score: 150.05 %,
Type: Forum topic , Comments: 32 comments
bank 3 times, and use only colors in the second and third banks.
In this way you get:
Page 0 has patterns in 0x0000-0x07FF (filled by F0h) and colors in 0x2800-0x37FF
Page 1 has patterns at 0x2000-0x27FF(filled by F0h) and colors at 0x0800-0x17FF
With this double buffering scheme you can plot directly ...
