]> git.sur5r.net Git - cc65/blobdiff - libsrc/pce/kplot.s
added imports for conio init to conio functions, so the constructor will get linked...
[cc65] / libsrc / pce / kplot.s
index beb151a7b498d30adff67a212a014a0befc9f6d2..eb4e79e04bda36cfdac24440537706b436ffd28d 100644 (file)
@@ -29,4 +29,9 @@ _plothi:
                     .byte >($0000+(line*$80))
                 .endrepeat
 
+;-------------------------------------------------------------------------------
+; force the init constructor to be imported
+
+                .import initconio
+conio_init = initconio