remove debug code

This commit is contained in:
Kelvin Sherlock 2017-02-14 20:04:32 -05:00
parent c2f922cb97
commit 01465f5233
1 changed files with 7 additions and 1 deletions

View File

@ -100,6 +100,7 @@ sys_entry proc
long m,x
if 0 then
; debug
pha
phx
@ -115,6 +116,7 @@ sys_entry proc
ply
plx
pla
endif
cpx #max_sys_call+1
@ -234,6 +236,9 @@ got_device
ldx #$8001
call_host
; wdm will clear carry if active.
; if carry set, a <> 0, gs/os halts
; "Sorry, system error $xxxx occurred while loading the FST file xxx"
lda #0
rtl
no
@ -265,6 +270,7 @@ app_entry proc
long m,x
if 0 then
; debug
pha
phx
@ -292,7 +298,7 @@ app_entry proc
plx
pla
;
endif
; x = call number * 2
; y = call class * 2