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:
uz
2012-01-01 19:58:31 +00:00
parent 0692c66db3
commit 5b659547b8
5 changed files with 10 additions and 11 deletions

View File

@@ -121,9 +121,9 @@ L2: lda zpsave,x
ldx mmusave
stx $01 ; Restore memory configuration
; Reset changed vectors, back to basic
; Back to basic
jmp RESTOR
rts
; ------------------------------------------------------------------------
; The IRQ vector jumps here, if condes routines are defined with type 2.