Added missing PCE conio functions.

This commit is contained in:
Stefan
2018-03-11 00:49:40 +01:00
parent 71e3330eca
commit 789ce59fb5
4 changed files with 77 additions and 6 deletions

24
libsrc/pce/wherex.s Normal file
View File

@@ -0,0 +1,24 @@
;
; Ullrich von Bassewitz, 2003-05-02
;
; unsigned char wherex (void);
;
.export _wherex
.include "pce.inc"
.include "extzp.inc"
.proc _wherex
lda CURS_X
ldx #$00
rts
.endproc
;-------------------------------------------------------------------------------
; force the init constructor to be imported
.import initconio
conio_init = initconio