From bd833c5b1850eca5323c170ede7695cab8e54035 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 29 Dec 2008 23:46:17 +0000 Subject: Fixed "ZX81 IS ACE" on splash --- source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3