mirror of
https://github.com/irmen/prog8.git
synced 2024-12-17 16:29:50 +00:00
remove an archaic machine code monitor bank setting at program exit
what did it even do? in any case, $2d is just a user zero page location it should no longer be associated with the monitor nowadays.
This commit is contained in:
parent
154f9b300f
commit
25c9b2fea4
@ -1929,7 +1929,6 @@ asmsub cleanup_at_exit() {
|
||||
sta $00 ; ram bank 1
|
||||
lda #4
|
||||
sta $01 ; rom bank 4 (basic)
|
||||
stz $2d ; hack to reset machine code monitor bank to 0
|
||||
jsr cbm.CLRCHN ; reset i/o channels
|
||||
_exitcodeCarry = *+1
|
||||
lda #0
|
||||
|
Loading…
Reference in New Issue
Block a user