added imports for conio init to conio functions, so the constructor will get linked and called automatically
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
|
||||
; FIXME: actual revers output is not supported yet
|
||||
|
||||
.export _revers
|
||||
_revers:
|
||||
lda #0
|
||||
rts
|
||||
|
||||
;-------------------------------------------------------------------------------
|
||||
; force the init constructor to be imported
|
||||
|
||||
.import initconio
|
||||
conio_init = initconio
|
||||
|
||||
Reference in New Issue
Block a user