added imports for conio init to conio functions, so the constructor will get linked and called automatically

This commit is contained in:
mrdudz
2015-07-13 12:10:09 +02:00
parent 9e1d39a409
commit 515a61a302
10 changed files with 42 additions and 10 deletions

View File

@@ -29,4 +29,9 @@ _plothi:
.byte >($0000+(line*$80))
.endrepeat
;-------------------------------------------------------------------------------
; force the init constructor to be imported
.import initconio
conio_init = initconio