1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00

Return bg color if coords out of range

git-svn-id: svn://svn.cc65.org/cc65/trunk@1326 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-06-22 22:01:14 +00:00
parent 207c4a9e56
commit 71bfc5a910

View File

@ -6,13 +6,13 @@
.include "tgi-kernel.inc"
.import return0
.export _tgi_getpixel
_tgi_getpixel:
jsr tgi_getset ; Pop args, check range
bcs @L9
jmp tgi_getpixel ; Call the driver
@L9: rts
@L9: jmp return0 ; Assume bg color