2015-10-12 14:40:12 +02:00
|
|
|
;
|
|
|
|
; Groepaz/Hitmen, 12.10.2015
|
|
|
|
;
|
|
|
|
; lowlevel screensize function for the soft80 implementation
|
|
|
|
;
|
2015-09-27 18:12:25 +02:00
|
|
|
|
2015-10-01 15:03:11 +02:00
|
|
|
.export soft80_screensize
|
2015-09-27 18:12:25 +02:00
|
|
|
|
|
|
|
.include "soft80.inc"
|
|
|
|
|
2015-10-01 15:03:11 +02:00
|
|
|
soft80_screensize:
|
2015-09-27 18:12:25 +02:00
|
|
|
ldy #screenrows
|
|
|
|
ldx #charsperline
|
|
|
|
rts
|