diff options
| author | 2017-02-19 00:31:56 +0100 | |
|---|---|---|
| committer | 2017-02-19 01:00:48 +0100 | |
| commit | 2acad1f854dc256ef5ae7f62814b9445ad816446 (patch) | |
| tree | 76ada248b164996f9e944934d5fa457a6909b495 /scripts | |
| parent | 65806114b06babe52bd529f10360b6fa6a8773b5 (diff) | |
Add prodigy to mamenl build. Fix clang5 warnings. (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/nl.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/target/mame/nl.lua b/scripts/target/mame/nl.lua index f94bcb4d5f8..6d33559134a 100644 --- a/scripts/target/mame/nl.lua +++ b/scripts/target/mame/nl.lua @@ -17,6 +17,7 @@ -------------------------------------------------- CPUS["Z80"] = true +CPUS["M6502"] = true CPUS["M6800"] = true CPUS["M6803"] = true CPUS["M6809"] = true @@ -65,6 +66,9 @@ MACHINES["AY31015"] = true MACHINES["KB3600"] = true MACHINES["COM8116"] = true +MACHINES["TTL74145"] = true +MACHINES["6522VIA"] = true + --MACHINES["6821PIA"] = true --MACHINES["TTL74148"] = true --MACHINES["TTL74153"] = true |
