]> git.sur5r.net Git - cc65/blobdiff - libsrc/pce/clrscr.s
added imports for conio init to conio functions, so the constructor will get linked...
[cc65] / libsrc / pce / clrscr.s
index 93628ddd8eb633d03b4064ef5903c967f22999e1..59fda4f2e8c2d5bc75adc42c918854a4800efce7 100644 (file)
@@ -23,3 +23,8 @@ colloop:        lda #' '
 
                 rts
 
+;-------------------------------------------------------------------------------
+; force the init constructor to be imported
+
+                .import initconio
+conio_init = initconio