more cleanup and fixing

This commit is contained in:
mrdudz
2015-07-12 16:40:52 +02:00
parent 891cb97b2f
commit 9e1d39a409
13 changed files with 159 additions and 268 deletions

View File

@@ -1,15 +0,0 @@
;
; Screen size variables
;
.export _screensize
_screensize:
ldx xsize
ldy ysize
rts
.rodata
.export xsize, ysize
xsize: .byte 64
ysize: .byte 28