diff options
| author | 2017-02-08 22:52:41 +1100 | |
|---|---|---|
| committer | 2017-02-08 22:52:41 +1100 | |
| commit | 0ca13a2f67b4337df0d1b230d372a9a7d33519ad (patch) | |
| tree | 7b2c87fcc33cdd496041cbb9415d174c414e1aec /scripts | |
| parent | c58ad51d51e5b98a8eabfc657720048e6f817ebb (diff) | |
New WORKING machines:
---------------------
Westinghouse Test Console Serial #5 [Vas Crabb, NekoEd]
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/mess.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 0031e0071cf..34c0a881295 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -1069,6 +1069,7 @@ function linkProjects_mame_mess(_target, _subtarget) "vtech", "wang", "wavemate", + "westinghouse", "xerox", "xussrpc", "yamaha", @@ -3213,6 +3214,11 @@ files { MAME_DIR .. "src/mame/machine/wangpckb.h", } +createMESSProjects(_target, _subtarget, "westinghouse") +files { + MAME_DIR .. "src/mame/drivers/testconsole.cpp", +} + createMESSProjects(_target, _subtarget, "wavemate") files { MAME_DIR .. "src/mame/drivers/bullet.cpp", |
