Looks like the tiny build didn't have input_merger already; about time to add it to that (nw)

This commit is contained in:
AJR 2018-05-22 22:14:15 -04:00
parent 78d87bda11
commit 770563daac

View File

@ -68,6 +68,7 @@ MACHINES["Z80PIO"] = true
MACHINES["68681"] = true
MACHINES["BANKDEV"] = true
MACHINES["GEN_LATCH"] = true
MACHINES["INPUT_MERGER"] = true
MACHINES["OUTPUT_LATCH"] = true
MACHINES["TICKET"] = true
MACHINES["WATCHDOG"] = true