SCREEN->screensize

This commit is contained in:
mrdudz
2015-10-01 15:03:11 +02:00
parent f39337a6ec
commit 5ea842b88b
2 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
.export soft80_screensize
.include "soft80.inc"
soft80_screensize:
ldy #screenrows
ldx #charsperline
rts