Close

EQUATIONS Compile issues solved

A project log for Galaga meets IoT

ESP8266 captures high scores as they occur on a Galaga PCB from the Golden Age of Arcade

justinrichardsjustin.richards 11/07/2016 at 01:500 Comments

Solved the previous compile i8ssue with

Z := /Z

which toggles Z on every rising pulse on the Clock (Pin 1)

Z output is then used to differentiate between subsequent hi score digit writes.

This now fixes the issue where a high score with repeat digits such as 30556 would be interpreted as 3056.

Need to tidy the ESP8266 code and think about a final PCB board layout.

Discussions