mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-01-14 10:30:24 +00:00
Finished rearranging debug code.
This commit is contained in:
parent
5b8f75ecd1
commit
cd68312dc6
@ -103,7 +103,7 @@ partFileRef: !byte 0
|
|||||||
fixupHint: !word 0
|
fixupHint: !word 0
|
||||||
|
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
!if DEBUG { !source "../include/debug.i" }
|
!source "../include/debug.i"
|
||||||
|
|
||||||
; Debug code to support macros
|
; Debug code to support macros
|
||||||
|
|
||||||
@ -540,7 +540,7 @@ fatalError: !zone
|
|||||||
init: !zone
|
init: !zone
|
||||||
; put something interesting on the screen :)
|
; put something interesting on the screen :)
|
||||||
jsr home
|
jsr home
|
||||||
+prStr : !text "Welcome to Mythos.",$8D,0
|
+prStr : !text "Welcome to Mythos.",0
|
||||||
; relocate ProDOS to the aux LC bank
|
; relocate ProDOS to the aux LC bank
|
||||||
jsr moveProDOS
|
jsr moveProDOS
|
||||||
; close all files
|
; close all files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user