Make STARTUP disable interupt
This commit is contained in:
parent
99a1f25c15
commit
eb7b195cd2
1 changed files with 4 additions and 3 deletions
|
@ -82,10 +82,11 @@ STA $FD
|
||||||
LDA #%11110000
|
LDA #%11110000
|
||||||
jsr memset
|
jsr memset
|
||||||
|
|
||||||
;;Converting basic ROM to RAM mohahah
|
SEI ;Disable interups (not all)
|
||||||
LDA #$36 ; 00110110
|
;;Disable BASIC ROM mohahaha
|
||||||
|
LDA #%11111110
|
||||||
|
AND $0001
|
||||||
STA $0001
|
STA $0001
|
||||||
CLI ;Disable interups (not all)
|
|
||||||
;https://www.c64-wiki.com/wiki/Bank_Switching
|
;https://www.c64-wiki.com/wiki/Bank_Switching
|
||||||
;Disable IO, CHAREN =0
|
;Disable IO, CHAREN =0
|
||||||
LDA #%11111011
|
LDA #%11111011
|
||||||
|
|
Loading…
Add table
Reference in a new issue