From cd68312dc6f4b907a275ec751b9f706ef48c4600 Mon Sep 17 00:00:00 2001 From: Martin Haye Date: Sat, 6 Jun 2015 07:48:21 -0700 Subject: [PATCH] Finished rearranging debug code. --- Platform/Apple/virtual/src/core/mem.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/Apple/virtual/src/core/mem.s b/Platform/Apple/virtual/src/core/mem.s index 796b5db6..669e367c 100644 --- a/Platform/Apple/virtual/src/core/mem.s +++ b/Platform/Apple/virtual/src/core/mem.s @@ -103,7 +103,7 @@ partFileRef: !byte 0 fixupHint: !word 0 ;------------------------------------------------------------------------------ -!if DEBUG { !source "../include/debug.i" } +!source "../include/debug.i" ; Debug code to support macros @@ -540,7 +540,7 @@ fatalError: !zone init: !zone ; put something interesting on the screen :) jsr home - +prStr : !text "Welcome to Mythos.",$8D,0 + +prStr : !text "Welcome to Mythos.",0 ; relocate ProDOS to the aux LC bank jsr moveProDOS ; close all files