summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-03-02 22:28:10 -0500
committer AJR <ajrhacker@users.noreply.github.com>2020-03-02 22:28:41 -0500
commit2872197a09344960c634ccf42ef57927557d9ec0 (patch)
tree6f22e0e19cc4cb6e3df29835b3fc5c7cf83c17ce
parenta45fb04549b6c0768565689fcdc839996a3e25e5 (diff)
Fix full build after c155d424ac66496b15055ffacb9e9731102a454a (nw)
-rw-r--r--scripts/target/mame/arcade.lua1
-rw-r--r--scripts/target/mame/mess.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 31b2b5671cb..011fe3db2f3 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -809,6 +809,7 @@ FORMATS["NASLITE_DSK"] = true
FORMATS["UPD765_DSK"] = true
FORMATS["PC_DSK"] = true
FORMATS["BASICDSK"] = true
+FORMATS["IBMXDF_DSK"] = true
--------------------------------------------------
-- this is the list of driver libraries that
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 11fdcfd853d..6fcfeef2110 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -988,6 +988,7 @@ FORMATS["HECT_TAP"] = true
FORMATS["HTI_TAP"] = true
FORMATS["HPI_DSK"] = true
FORMATS["HP_IPC_DSK"] = true
+FORMATS["IBMXDF_DSK"] = true
FORMATS["IMG_DSK"] = true
FORMATS["IQ151_DSK"] = true
FORMATS["ITT3030_DSK"] = true