X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=retrocrawl;a=blobdiff_plain;f=src%2Fgame.c;h=87edac7dbeeaf28f663db391728f459067b6970e;hp=89b4e5a0b27fd13aea363a5eb57108c310e3e006;hb=08dc7cfecb35a6893f7f8d96196859593272da3b;hpb=fa6997608f790933b3d4bb9f55d17084f77dfc16 diff --git a/src/game.c b/src/game.c index 89b4e5a..87edac7 100644 --- a/src/game.c +++ b/src/game.c @@ -1,3 +1,4 @@ +#include #include #include "game.h" #include "gfx.h" @@ -21,6 +22,8 @@ int game_init(void) { int i; + printf("hello world\n"); + REG_COLOR0 = 0x221; REG_COLOR1 = 0x222; REG_COLOR2 = 0x332;