Disable CHAREN so cpu can get petscii
This commit is contained in:
parent
c206f7205a
commit
99a1f25c15
1 changed files with 5 additions and 0 deletions
|
@ -86,3 +86,8 @@ jsr memset
|
|||
LDA #$36 ; 00110110
|
||||
STA $0001
|
||||
CLI ;Disable interups (not all)
|
||||
;https://www.c64-wiki.com/wiki/Bank_Switching
|
||||
;Disable IO, CHAREN =0
|
||||
LDA #%11111011
|
||||
AND $0001
|
||||
STA $0001
|
||||
|
|
Loading…
Add table
Reference in a new issue