From 7b18f4bd9cb4ddab501fc81755e5a7ec00509f46 Mon Sep 17 00:00:00 2001 From: David Haywood Date: Sun, 17 May 2015 02:11:45 +0100 Subject: [PATCH] compile/link fix (nw) --- scripts/target/mame/arcade.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 258dbe97ea4..29597c43857 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -602,7 +602,7 @@ BUSES["ISA"] = true --BUSES["KC"] = true --BUSES["LPCI"] = true --BUSES["MACPDS"] = true ---BUSES["MIDI"] = true +BUSES["MIDI"] = true --BUSES["MEGADRIVE"] = true --BUSES["MSX_SLOT"] = true BUSES["NEOGEO"] = true @@ -611,7 +611,7 @@ BUSES["NEOGEO"] = true --BUSES["O2"] = true --BUSES["ORICEXT"] = true --BUSES["PCE"] = true ---BUSES["PC_JOY"] = true +BUSES["PC_JOY"] = true --BUSES["PC_KBD"] = true --BUSES["PET"] = true --BUSES["PLUS4"] = true