mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
reset screen editor at shutdown
This commit is contained in:
parent
b6f429f934
commit
4a49b0c8f8
@ -51,13 +51,9 @@ soft80_init:
|
|||||||
jmp soft80_kclrscr
|
jmp soft80_kclrscr
|
||||||
|
|
||||||
soft80_shutdown:
|
soft80_shutdown:
|
||||||
lda #$1b
|
|
||||||
sta VIC_CTRL1
|
jsr $fda3 ; Initialise I/O
|
||||||
lda #$03
|
jmp $ff5b ; Initialize screen editor
|
||||||
sta CIA2_PRA
|
|
||||||
lda #$15
|
|
||||||
sta VIC_VIDEO_ADR
|
|
||||||
rts
|
|
||||||
|
|
||||||
.segment "INIT"
|
.segment "INIT"
|
||||||
firstinit:
|
firstinit:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user