mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
Removed the jump to RESTOR on exit for all the CBM platforms.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5355 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
+2
-3
@@ -112,11 +112,10 @@ L2: lda zpsave,x
|
||||
ldx spsave
|
||||
txs
|
||||
|
||||
; Enable the ROM, reset changed vectors and return to BASIC
|
||||
; Enable the ROM and return to BASIC
|
||||
|
||||
sta ENABLE_ROM
|
||||
jmp $FF8A ; RESTOR
|
||||
|
||||
rts
|
||||
|
||||
; ------------------------------------------------------------------------
|
||||
; IRQ handler. The handler in the ROM enables the kernal and jumps to
|
||||
|
||||
Reference in New Issue
Block a user