From 1dcfc06e67069bb63fd004e6a152010821fbedcc Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sun, 11 Oct 2020 08:01:44 +0200 Subject: [PATCH] arcade.lua: fixed compiling ARCADE target --- scripts/target/mame/arcade.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index cf9428c7c71..e1cc34196c4 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -542,7 +542,7 @@ MACHINES["MC6843"] = true MACHINES["MC6846"] = true MACHINES["MC6852"] = true MACHINES["MC6854"] = true ---MACHINES["MC68328"] = true +MACHINES["MC68328"] = true MACHINES["MC68901"] = true MACHINES["MCCS1850"] = true MACHINES["M68307"] = true