mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Merge pull request #233 from mrdudz/soft80shutdown
reset screen editor at shutdown
This commit is contained in:
commit
d1d57f5cd6
@ -51,13 +51,9 @@ soft80_init:
|
||||
jmp soft80_kclrscr
|
||||
|
||||
soft80_shutdown:
|
||||
lda #$1b
|
||||
sta VIC_CTRL1
|
||||
lda #$03
|
||||
sta CIA2_PRA
|
||||
lda #$15
|
||||
sta VIC_VIDEO_ADR
|
||||
rts
|
||||
|
||||
jsr $fda3 ; Initialise I/O
|
||||
jmp $ff5b ; Initialize screen editor
|
||||
|
||||
.segment "INIT"
|
||||
firstinit:
|
||||
|
Loading…
x
Reference in New Issue
Block a user