diff options
| author | Ian C <ianc@noddybox.co.uk> | 2008-12-29 23:46:17 +0000 | 
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2008-12-29 23:46:17 +0000 | 
| commit | bd833c5b1850eca5323c170ede7695cab8e54035 (patch) | |
| tree | cfaf24638bbf37749ef551c5e309d42bb54bf9d9 /source | |
| parent | 3cd340549f5ea5380abc9d7377ae6b016244c292 (diff) | |
Fixed "ZX81 IS ACE" on splash
Diffstat (limited to 'source')
| -rw-r--r-- | source/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/source/main.c b/source/main.c index 218dd40..3407a88 100644 --- a/source/main.c +++ b/source/main.c @@ -129,7 +129,7 @@ static void Splash(void)      ZX81SuspendDisplay();      ZX81DisplayString("10 rem " DS81_VERSION "\n" -		      "20 print '%the zx81 is ace%'\n" +		      "20 print \"%the zx81 is ace%\"\n"  		      "30 goto 20");      SUB_BG2_XDX = 0x080; | 
