added imports for conio init to conio functions, so the constructor will get linked and called automatically
This commit is contained in:
@@ -29,4 +29,9 @@ _plothi:
|
||||
.byte >($0000+(line*$80))
|
||||
.endrepeat
|
||||
|
||||
;-------------------------------------------------------------------------------
|
||||
; force the init constructor to be imported
|
||||
|
||||
.import initconio
|
||||
conio_init = initconio
|
||||
|
||||
|
||||
Reference in New Issue
Block a user