diff options
| author | 2016-05-08 15:05:48 +0200 | |
|---|---|---|
| committer | 2016-05-08 15:06:00 +0200 | |
| commit | e4d5ac12d3201fc3202925c4dd36b026c6536570 (patch) | |
| tree | 77ee24fff957431efca05a13f20a58723505bfa2 /scripts | |
| parent | 38ca93a5d767e4ea6f8fb8c05d26d57004ede84e (diff) | |
Add mario to mamenl target. (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/nl.lua | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/target/mame/nl.lua b/scripts/target/mame/nl.lua index adc58847577..c32da46df38 100644 --- a/scripts/target/mame/nl.lua +++ b/scripts/target/mame/nl.lua @@ -20,7 +20,7 @@ CPUS["Z80"] = true CPUS["M6800"] = true CPUS["M6803"] = true CPUS["M6809"] = true ---CPUS["MCS48"] = true +CPUS["MCS48"] = true --CPUS["MCS51"] = true --CPUS["M6800"] = true --CPUS["M6809"] = true @@ -57,6 +57,7 @@ VIDEOS["FIXFREQ"] = true -------------------------------------------------- MACHINES["NETLIST"] = true +MACHINES["Z80DMA"] = true --MACHINES["6821PIA"] = true --MACHINES["TTL74148"] = true --MACHINES["TTL74153"] = true @@ -113,9 +114,15 @@ files{ MAME_DIR .. "src/mame/drivers/1942.cpp", MAME_DIR .. "src/mame/includes/1942.h", MAME_DIR .. "src/mame/video/1942.cpp", + MAME_DIR .. "src/mame/drivers/popeye.cpp", MAME_DIR .. "src/mame/includes/popeye.h", MAME_DIR .. "src/mame/video/popeye.cpp", + + MAME_DIR .. "src/mame/drivers/mario.cpp", + MAME_DIR .. "src/mame/includes/mario.h", + MAME_DIR .. "src/mame/video/mario.cpp", + MAME_DIR .. "src/mame/audio/mario.cpp", MAME_DIR .. "src/mame/drivers/m62.cpp", MAME_DIR .. "src/mame/includes/m62.h", |
