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:
Irmen de Jong 2024-11-20 19:28:31 +01:00
parent 154f9b300f
commit 25c9b2fea4

View File

@ -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