git-svn-id: svn://svn.cc65.org/cc65/trunk@1317 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-06-21 21:15:46 +00:00
parent 0ee967fe17
commit 74b9e4831a
5 changed files with 32 additions and 13 deletions

View File

@@ -7,13 +7,11 @@
.include "tgi-kernel.inc"
.export _tgi_getxres
.import ldaxidx
_tgi_getxres:
lda _tgi_drv
ldx _tgi_drv+1
ldy #TGI_HDR_XRES+1
jmp ldaxidx
lda _tgi_xres
ldx _tgi_xres+1
rts