Make STARTUP disable interupt

This commit is contained in:
hugova 2025-03-28 17:45:31 +01:00
parent 99a1f25c15
commit eb7b195cd2

View file

@ -82,10 +82,11 @@ STA $FD
LDA #%11110000
jsr memset
;;Converting basic ROM to RAM mohahah
LDA #$36 ; 00110110
SEI ;Disable interups (not all)
;;Disable BASIC ROM mohahaha
LDA #%11111110
AND $0001
STA $0001
CLI ;Disable interups (not all)
;https://www.c64-wiki.com/wiki/Bank_Switching
;Disable IO, CHAREN =0
LDA #%11111011