Devine Lu Linvega 6 years ago
parent
commit
45ca7009eb
  1. 2
      sim.c

2
sim.c

@ -425,8 +425,6 @@ BEGIN_DUAL_PHASE_1(delay)
STOP_IF_DUAL_INACTIVE;
Usz offset = index_of(PEEK(0, 1));
Usz rate = usz_clamp(index_of(PEEK(0, -1)), 2, 16);
if (rate == 0)
return
Glyph g = glyph_of((Tick_number + offset) % rate == 0 ? '*' : '.');
POKE(1, 0, g);
END_PHASE

Loading…
Cancel
Save