diff options
Diffstat (limited to 'source/main.c')
-rw-r--r-- | source/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/main.c b/source/main.c index 1a3aa8c..83bc543 100644 --- a/source/main.c +++ b/source/main.c @@ -90,6 +90,8 @@ static void Splash(void) int f; int y; + ZX81DisplayString("10 print '%the zx81 is ace%'\n20 goto 10"); + FB_Clear(); loadPCX(splashimg_bin,&img); @@ -146,8 +148,6 @@ static void Splash(void) y+=8; } - ZX81DisplayString("10 print '%the zx81 is ace%'\n20 goto 10"); - while(!(keysDown() & KEY_A)) { swiWaitForVBlank(); |