summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target/mame/nl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/target/mame/nl.lua')
-rw-r--r--scripts/target/mame/nl.lua9
1 files changed, 1 insertions, 8 deletions
diff --git a/scripts/target/mame/nl.lua b/scripts/target/mame/nl.lua
index 48375dfe2ca..226c80a3042 100644
--- a/scripts/target/mame/nl.lua
+++ b/scripts/target/mame/nl.lua
@@ -29,7 +29,6 @@ CPUS["I8085"] = true
--CPUS["M680X0"] = true
--CPUS["TMS9900"] = true
--CPUS["COP400"] = true
-CPUS["F8"] = true
--------------------------------------------------
-- Specify all the sound cores necessary for the
@@ -48,9 +47,7 @@ SOUNDS["TMS5220"] = true
--SOUNDS["YM3812"] = true
--SOUNDS["CEM3394"] = true
--SOUNDS["VOTRAX"] = true
-SOUNDS["BEEP"] = true
SOUNDS["VOLT_REG"] = true
-SOUNDS["SPEAKER"] = true
--------------------------------------------------
-- specify available video cores
@@ -87,7 +84,7 @@ MACHINES["EEPROMDEV"] = true
--MACHINES["Z80CTC"] = true
--MACHINES["68681"] = true
--MACHINES["BANKDEV"] = true
-MACHINES["F3853"] = true
+
--------------------------------------------------
-- specify available bus cores
@@ -131,8 +128,6 @@ files{
MAME_DIR .. "src/mame/machine/nl_pongd.h",
MAME_DIR .. "src/mame/machine/nl_breakout.cpp",
MAME_DIR .. "src/mame/machine/nl_breakout.h",
- MAME_DIR .. "src/mame/machine/nl_rebound.cpp",
- MAME_DIR .. "src/mame/machine/nl_rebound.h",
MAME_DIR .. "src/mame/machine/nl_hazelvid.cpp",
MAME_DIR .. "src/mame/machine/nl_hazelvid.h",
@@ -152,8 +147,6 @@ files{
MAME_DIR .. "src/mame/includes/1942.h",
MAME_DIR .. "src/mame/video/1942.cpp",
- MAME_DIR .. "src/mame/drivers/gamemachine.cpp",
-
MAME_DIR .. "src/mame/drivers/popeye.cpp",
MAME_DIR .. "src/mame/includes/popeye.h",
MAME_DIR .. "src/mame/video/popeye.cpp",