2002-06-21 12:46:52 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 21.06.2002
|
|
|
|
;
|
|
|
|
; unsigned __fastcall__ tgi_getyres (void);
|
|
|
|
; /* Return the resolution in Y direction */
|
|
|
|
|
|
|
|
|
|
|
|
.include "tgi-kernel.inc"
|
|
|
|
|
2003-02-11 12:37:46 +00:00
|
|
|
.proc _tgi_getyres
|
2002-06-21 12:46:52 +00:00
|
|
|
|
2002-06-21 21:15:46 +00:00
|
|
|
lda _tgi_yres
|
|
|
|
ldx _tgi_yres+1
|
|
|
|
rts
|
2002-06-21 12:46:52 +00:00
|
|
|
|
2003-02-11 12:37:46 +00:00
|
|
|
.endproc
|
2002-06-21 12:46:52 +00:00
|
|
|
|