shithub: orca

Download patch

ref: 78e2275649fbaaf778e4a2420da7538b0006b662
parent: 15afec47d92c514697070886309336e5cd9e68c6
author: cancel <cancel@cancel.fm>
date: Tue Dec 18 22:33:08 EST 2018

Update 'F' for new behavior

--- a/sim.c
+++ b/sim.c
@@ -554,7 +554,8 @@
   STOP_IF_DUAL_INACTIVE;
   Glyph g0 = PEEK(0, 1);
   Glyph g1 = PEEK(0, 2);
-  POKE(1, 0, g0 == g1 ? '1' : '0');
+  POKE(1, 0, g0 == g1 ? '*' : '.');
+  STUN(1, 0);
 END_PHASE
 
 BEGIN_DUAL_PHASE_0(generator)