Search results
Best way to do Nemesis-like scroll in screen 2
Score: 168.26 %,
Type: Forum topic , Comments: 12 comments
ranging from 0 to 31, that 32b LDIRVM should: LDIRVM 32-offset bytes starting from the offset (in RAM) ... in RAM you have "ABCDEF" and offset 0, then you blit "ABCDEF" to VRAM.
The next ... https://github.com/theNestruo/msx-wrally/blob/master/src/ral... ). This is slightly more complex (the scroll worked in two axis, so the offset ranges from 0 ...
Fusion-c tile based scrolling MSX2
Score: 172.67 %,
Type: Forum topic , Comments: 9 comments
screen mode (screen 0, 1, 2 et 4), you just have to write your new patterns in the Name table with any ... "fusion-c/header/msx_fusion.h"
#include "fusion-c/header/vdp_graph2.h"
char tile=4;
char sc=0;
void TilesCreation(void)
{
char i;
for ( i = 0; i < 15; ++i)
{
BoxFill(0,256+i*8,8,256+8+i*8,i,0 ...
