fixup conio.c some more. also includes merge of upstream/master because git is retarded.

This commit is contained in:
mrdudz
2015-12-02 00:13:32 +01:00
7 changed files with 379 additions and 290 deletions

View File

@@ -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: