added imports for conio init to conio functions, so the constructor will get linked and called automatically
This commit is contained in:
@@ -23,3 +23,8 @@ colloop: lda #' '
|
||||
|
||||
rts
|
||||
|
||||
;-------------------------------------------------------------------------------
|
||||
; force the init constructor to be imported
|
||||
|
||||
.import initconio
|
||||
conio_init = initconio
|
||||
|
||||
Reference in New Issue
Block a user