]> git.sur5r.net Git - cc65/blob - libsrc/pet/kreadst.s
Corrected screensize function by Stefan Haubenthal.
[cc65] / libsrc / pet / kreadst.s
1 ;
2 ; Ullrich von Bassewitz, 19.11.2002
3 ;
4 ; READST replacement function for the PETs
5 ;
6
7         .export         READST
8
9         .include        "pet.inc"
10
11
12 .proc   READST
13
14         lda     ST
15         rts
16
17 .endproc
18
19