added imports for conio init to conio functions, so the constructor will get linked and called automatically
This commit is contained in:
@@ -13,4 +13,9 @@ _gotoxy:
|
||||
sta CURS_X ; Set X
|
||||
jmp plot ; Set the cursor position
|
||||
|
||||
;-------------------------------------------------------------------------------
|
||||
; force the init constructor to be imported
|
||||
|
||||
.import initconio
|
||||
conio_init = initconio
|
||||
|
||||
|
||||
Reference in New Issue
Block a user