From 38a33ebce86bfebec000c85b5edf8524c8255300 Mon Sep 17 00:00:00 2001 From: cuz Date: Tue, 24 Dec 2002 14:22:24 +0000 Subject: [PATCH] Fixed an error git-svn-id: svn://svn.cc65.org/cc65/trunk@1835 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/tgi/tgi_map_mode.s | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 + -- 2.39.5