Don't save original IRQ, NMI, and RESET vectors -- it's not needed.

This commit is contained in:
Christian Groessler
2013-06-28 01:08:07 +02:00
parent 1e9823306a
commit 250e26c56e
4 changed files with 11 additions and 26 deletions

View File

@@ -145,7 +145,7 @@ my_IRQ_han:
pla
plp
.endif
int_wrap IRQ_save
int_wrap $FFFE
my_NMI_han:
.ifdef DEBUG
@@ -174,11 +174,11 @@ my_NMI_han:
pla
tax
pla
int_wrap NMI_save
int_wrap $FFFA
my_RESET_han:
enable_rom
jmp (RESET_save)
jmp ($FFFC)
; System request handlers