diff options
Diffstat (limited to 'arm9/source')
| -rw-r--r-- | arm9/source/main.c | 10 | 
1 files changed, 2 insertions, 8 deletions
| diff --git a/arm9/source/main.c b/arm9/source/main.c index 05f71df..b5459fc 100644 --- a/arm9/source/main.c +++ b/arm9/source/main.c @@ -68,17 +68,11 @@ static void Splash(void)      {      	"DS81 \177 2006 Ian C",  	" ", -	"ZX81 ROM", -	"\177 1981", +	"ZX81 ROM \177 1981",  	"Nine Tiles Networks LTD",  	" ", -	"3D MONSTER MAZE", -	"\177 1983", -	"Malcom E. Evans", -	" ",  	"PRESS A TO CONTINUE",  	" ", -	" ",  	"http://www.noddybox.co.uk/",  	NULL      }; @@ -95,7 +89,7 @@ static void Splash(void)      for(f=0;text[f];f++)      { -	FB_Centre(text[f],40+f*8,FB_RGB(31,31,31),-1); +	FB_Centre(text[f],10+f*8,FB_RGB(31,31,31),-1);      }      ZX81DisplayString("10 print '%the zx81 is ace%'\n20 goto 10"); | 
