From 770563daacd5164ac79a7c52e62df1e305a2f3da Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 22 May 2018 22:14:15 -0400 Subject: [PATCH] Looks like the tiny build didn't have input_merger already; about time to add it to that (nw) --- scripts/target/mame/tiny.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/target/mame/tiny.lua b/scripts/target/mame/tiny.lua index 22e7b29cb01..4519f43ffdd 100644 --- a/scripts/target/mame/tiny.lua +++ b/scripts/target/mame/tiny.lua @@ -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