.import soft80_screensize
.export screensize := soft80_screensize
-;-------------------------------------------------------------------------------
-; force the init constructor to be imported
-
- .import soft80_init
-conio_init = soft80_init
.rodata
nibble: .byte $f0, $0f
+
+;-------------------------------------------------------------------------------
+; force the init constructor to be imported
+
+ .import soft80_init
+conio_init = soft80_init
.importzp tmp1, tmp2
- .import soft80_checkchar
-
.include "c64.inc"
.include "soft80.inc"
.res 1
__bgcolor:
.res 1
+
+;-------------------------------------------------------------------------------
+; force the init constructor to be imported
+
+ .import soft80_init
+conio_init = soft80_init
rts
- ;.export soft80_checkchar
-
; test if there is a space or a character at current position
; in: y must be $00
; out: CLC: space SEC: character
.byte >(soft80_bitmap+(row*40*8))
.endrepeat
+;-------------------------------------------------------------------------------
+; force the init constructor to be imported
+
+ .import soft80_init
+conio_init = soft80_init
ldy #screenrows
ldx #charsperline
rts
+
+;-------------------------------------------------------------------------------
+; force the init constructor to be imported
+
+ .import soft80_init
+conio_init = soft80_init