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, 8 insertions, 1 deletions
diff --git a/scripts/target/mame/nl.lua b/scripts/target/mame/nl.lua
index 226c80a3042..48375dfe2ca 100644
--- a/scripts/target/mame/nl.lua
+++ b/scripts/target/mame/nl.lua
@@ -29,6 +29,7 @@ CPUS["I8085"] = true
--CPUS["M680X0"] = true
--CPUS["TMS9900"] = true
--CPUS["COP400"] = true
+CPUS["F8"] = true
--------------------------------------------------
-- Specify all the sound cores necessary for the
@@ -47,7 +48,9 @@ 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
@@ -84,7 +87,7 @@ MACHINES["EEPROMDEV"] = true
--MACHINES["Z80CTC"] = true
--MACHINES["68681"] = true
--MACHINES["BANKDEV"] = true
-
+MACHINES["F3853"] = true
--------------------------------------------------
-- specify available bus cores
@@ -128,6 +131,8 @@ 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",
@@ -147,6 +152,8 @@ 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",