]> git.sur5r.net Git - cc65/blobdiff - libsrc/pce/crt0.s
added imports for conio init to conio functions, so the constructor will get linked...
[cc65] / libsrc / pce / crt0.s
index eab27ba5c342786651ba886c58c2f40ded4707c6..e67039d4320eadd66bd54aabfabeaf39512a57a6 100644 (file)
@@ -149,10 +149,6 @@ start:
                 ; Call module constructors
                 jsr        initlib
 
-                ;; FIXME: this should be called from a constructor instead
-                .import initconio
-                jsr initconio
-
                 ; Pass an empty command line
                 jsr     push0                ; argc
                 jsr     push0                ; argv