From a61e0aa6a31d6028eeb4ff45bb6c71f604641fea Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 30 Oct 2006 00:33:31 +0000 Subject: Added MAZOGS (changes by Paul Fearnley) --- source/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/main.c') 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(); -- cgit v1.2.3