From 96468022ed01ca11d828baaa651a89a0a0da0165 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Thu, 16 Feb 2017 03:14:57 -0500 Subject: [PATCH] Get MAME a-compiling finally (nw) --- scripts/target/mame/mess.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 34c0a881295..abd85388465 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -805,6 +805,7 @@ FORMATS["M5_DSK"] = true FORMATS["MBEE_CAS"] = true FORMATS["MFM_HD"] = true FORMATS["MM_DSK"] = true +FORMATS["MS0515_DSK"] = true FORMATS["MSX_DSK"] = true FORMATS["MZ_CAS"] = true FORMATS["NANOS_DSK"] = true