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 +