summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author couriersud <couriersud@arcor.de>2016-12-23 15:06:31 +0100
committer couriersud <couriersud@arcor.de>2016-12-24 00:58:35 +0100
commitf98ed8bedb23b1c9c745065ed685e6b313d8d87f (patch)
tree7456b2c33189ce96af290d493365626a5319a3e6
parentdd785aa19ce25c66cbeb675593f38071a0656f1c (diff)
Add hazl1500 to mamenl build. (nw)
-rw-r--r--scripts/target/mame/nl.lua8
-rw-r--r--src/mame/nl.lst2
2 files changed, 10 insertions, 0 deletions
diff --git a/scripts/target/mame/nl.lua b/scripts/target/mame/nl.lua
index 67cc95bbe37..1111f9f6e52 100644
--- a/scripts/target/mame/nl.lua
+++ b/scripts/target/mame/nl.lua
@@ -21,6 +21,7 @@ CPUS["M6800"] = true
CPUS["M6803"] = true
CPUS["M6809"] = true
CPUS["MCS48"] = true
+CPUS["I8085"] = true
--CPUS["MCS51"] = true
--CPUS["M6800"] = true
--CPUS["M6809"] = true
@@ -60,6 +61,10 @@ VIDEOS["FIXFREQ"] = true
MACHINES["NETLIST"] = true
MACHINES["Z80DMA"] = true
MACHINES["GEN_LATCH"] = true
+MACHINES["AY31015"] = true
+MACHINES["KB3600"] = true
+MACHINES["COM8116"] = true
+
--MACHINES["6821PIA"] = true
--MACHINES["TTL74148"] = true
--MACHINES["TTL74153"] = true
@@ -119,6 +124,8 @@ files{
MAME_DIR .. "src/mame/machine/nl_stuntcyc.cpp",
MAME_DIR .. "src/mame/machine/nl_stuntcyc.h",
+ MAME_DIR .. "src/mame/drivers/hazeltin.cpp",
+
MAME_DIR .. "src/mame/drivers/1942.cpp",
MAME_DIR .. "src/mame/includes/1942.h",
MAME_DIR .. "src/mame/video/1942.cpp",
@@ -139,6 +146,7 @@ files{
MAME_DIR .. "src/mame/audio/irem.h",
MAME_DIR .. "src/mame/audio/nl_kidniki.cpp",
MAME_DIR .. "src/mame/audio/nl_kidniki.h",
+
}
end
diff --git a/src/mame/nl.lst b/src/mame/nl.lst
index 44f009ed63f..cdf5be14295 100644
--- a/src/mame/nl.lst
+++ b/src/mame/nl.lst
@@ -60,3 +60,5 @@ spelunkr // (c) 1985 licensed from Broderbund
spelunkrj // (c) 1985 licensed from Broderbund
yanchamr // (c) 1986 (Japan)
youjyudn // (c) 1986 (Japan)
+
+hazl1500 \ No newline at end of file