SCREEN->screensize
This commit is contained in:
9
libsrc/c64/soft80_scrsize.s
Normal file
9
libsrc/c64/soft80_scrsize.s
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
.export soft80_screensize
|
||||
|
||||
.include "soft80.inc"
|
||||
|
||||
soft80_screensize:
|
||||
ldy #screenrows
|
||||
ldx #charsperline
|
||||
rts
|
||||
Reference in New Issue
Block a user