Put the C64 code into cx16/_scrsize.s.
(I forgot that SCREEN is an official jumptable function.
This commit is contained in:
parent
6cae84a25d
commit
2546c6ba1c
1 changed files with 4 additions and 8 deletions
|
@ -1,14 +1,10 @@
|
||||||
;
|
;
|
||||||
; 2019-09-16, Greg King
|
; Ullrich von Bassewitz, 26.10.2000
|
||||||
;
|
;
|
||||||
; Screen size info
|
; Screen size variables
|
||||||
;
|
;
|
||||||
|
|
||||||
.export screensize
|
.export screensize
|
||||||
|
.import SCREEN
|
||||||
|
|
||||||
.include "cx16.inc"
|
screensize := SCREEN
|
||||||
|
|
||||||
screensize:
|
|
||||||
ldx LLEN
|
|
||||||
ldy NLINES
|
|
||||||
rts
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue