Search results
I have a dream (as game dev)
Score: 142.51 %,
Type: Forum topic , Comments: 9 comments
I have a dream that one day I could develop a game from a PC and be able to test it directly on a real MSX (without having to manually copy it to a medium and then having to manually install it on the MSX each time I want to test something).
I know ...
Fusion-c tile based scrolling MSX2
Score: 146.99 %,
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 ...
