Skip to content

Commit

Permalink
Fix bug with UEF chunk &104.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Fosdick committed Jan 25, 2023
1 parent c12a799 commit a790022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uef.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ void uef_poll()
gzgetc(uef_f);
uef_chunklen -= 3;
uef_chunkpos = 1;
acia_dcdlow(&sysacia);
}
else
{
Expand Down

0 comments on commit a790022

Please sign in to comment.