conio and most other stuff working now
This commit is contained in:
16
libsrc/gamate/_scrsize.s
Normal file
16
libsrc/gamate/_scrsize.s
Normal file
@@ -0,0 +1,16 @@
|
||||
;
|
||||
; Screen size variables
|
||||
;
|
||||
.include "gamate.inc"
|
||||
|
||||
.export screensize
|
||||
screensize:
|
||||
ldx xsize
|
||||
ldy ysize
|
||||
rts
|
||||
|
||||
.rodata
|
||||
.export xsize, ysize
|
||||
|
||||
xsize: .byte charsperline
|
||||
ysize: .byte screenrows
|
||||
Reference in New Issue
Block a user