a bunch of simple conio fixes, makes a few more samples work

This commit is contained in:
mrdudz
2025-06-25 00:23:58 +02:00
parent fa6d72cae5
commit 23336420b1
21 changed files with 484 additions and 2 deletions

View File

@@ -233,3 +233,7 @@ CASSMOT = $20 ; Cassette motor on
TP_FAST = $80 ; Switch Rossmoeller TurboProcess to fast mode
RAMONLY = $F8 ; (~(LORAM | HIRAM | IOEN)) & $FF
; temporary, to get conio working
XSIZE = 80
YSIZE = 50

View File

@@ -233,3 +233,7 @@ CASSMOT = $20 ; Cassette motor on
TP_FAST = $80 ; Switch Rossmoeller TurboProcess to fast mode
RAMONLY = $F8 ; (~(LORAM | HIRAM | IOEN)) & $FF
; temporary, to get conio working
XSIZE = 80
YSIZE = 50