From: cuz Date: Tue, 24 Dec 2002 14:22:24 +0000 (+0000) Subject: Fixed an error X-Git-Tag: V2.12.0~1836 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=38a33ebce86bfebec000c85b5edf8524c8255300;p=cc65 Fixed an error git-svn-id: svn://svn.cc65.org/cc65/trunk@1835 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/tgi/tgi_map_mode.s b/libsrc/tgi/tgi_map_mode.s index 3e1fa116a..11af5f622 100644 --- a/libsrc/tgi/tgi_map_mode.s +++ b/libsrc/tgi/tgi_map_mode.s @@ -44,5 +44,8 @@ Found: tya ldx #>_tgi_mode_table sec ; Account for the mode byte adc #<_tgi_mode_table ; Return pointer to file name - rts + bcc @L1 + inx +@L1: rts +