some cleanup/rework

This commit is contained in:
mrdudz
2015-10-09 13:34:23 +02:00
parent e54ad81ce8
commit f712e9448a
6 changed files with 23 additions and 9 deletions

View File

@@ -7,3 +7,9 @@ soft80_screensize:
ldy #screenrows
ldx #charsperline
rts
;-------------------------------------------------------------------------------
; force the init constructor to be imported
.import soft80_init
conio_init = soft80_init