fix getscreensize

This commit is contained in:
mrdudz
2025-06-25 18:52:36 +02:00
parent 1e209b1f15
commit 2206b8d199
2 changed files with 14 additions and 4 deletions

View File

@@ -5,8 +5,13 @@
;
.export screensize
.import SCREEN
.include "cbm_kernal.inc"
screensize = SCREEN
.proc screensize
jsr SCREEN
inx
iny
rts
.endproc