Skip to content

Commit

Permalink
Fixed wait ticks on zx.
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlessmind1975 committed Sep 23, 2022
1 parent f8db226 commit 56df18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ugbc/src/targets/zx/wait_ticks.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void wait_ticks( Environment * _environment, int _timing ) {

MAKE_LABEL

outline1("LD BC, $4.4x", _timing);
outline1("LD BC, $%4.4x", _timing);
outhead1("%s:", label);
outline0("HALT");
outline0("DEC BC");
Expand Down

0 comments on commit 56df18c

Please sign in to comment.