Removed a bit of useless code.

This commit is contained in:
Martin Haye 2016-08-08 08:13:03 -07:00
parent 779b61f7c0
commit f69b91ecca

View File

@ -266,9 +266,9 @@ init: !zone
lda #1
sta scanStart+1
; make reset go to monitor
lda #<goToMonitor
lda #<ROM_monitor
sta resetVec
lda #>goToMonitor
lda #>ROM_monitor
sta resetVec+1
eor #$A5
sta resetVec+2
@ -552,12 +552,6 @@ brkHandler:
bit $c054
_jbrk jmp $1111 ; self-modified by init
;------------------------------------------------------------------------------
; On reset, jump to monitor (in ROM)
goToMonitor:
bit setROM
jmp ROM_monitor
;------------------------------------------------------------------------------
; Utility routine for convenient assembly routines in PLASMA code.
; Params: Y=number of parameters passed from PLASMA routine