Don't save original IRQ, NMI, and RESET vectors -- it's not needed.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
;
|
||||
; Atari XL, shared data between 2nd load chunk and main chunk, header file
|
||||
;
|
||||
; Contains old values of modified system variables and ports.
|
||||
;
|
||||
; Christian Groessler, chris@groessler.org, 2013
|
||||
;
|
||||
|
||||
.import IRQ_save
|
||||
.import NMI_save
|
||||
.import RESET_save
|
||||
.import SAVMSC_save
|
||||
.import MEMTOP_save
|
||||
.import APPMHI_save
|
||||
|
||||
Reference in New Issue
Block a user