diff options
author | 2020-08-30 16:08:26 +0100 | |
---|---|---|
committer | 2020-08-30 11:08:26 -0400 | |
commit | 87762e25b49abe59d0658f535559fb4157fc94cc (patch) | |
tree | 283c3744e70b0d1b42d403728077c9f27f1c670e /scripts | |
parent | 26f4e0bc6297fa3e19931293bfcd4270d1db13c1 (diff) |
new WORKING machines (Plug & Play Double Dance Mania x2) (#7158)
* new WORKING machines
-----
Double Dance Mania: Supreme / Dance Supreme [Sean Riddle, David Haywood, Kamaal Brown]
Double Dance Mania: Mega 12 [Sean Riddle, David Haywood]
* new NOT WORKING
-----
My Arcade Wireless Video Game Station 200-in-1 (DGUN-2572) [Sean Riddle, David Haywood]
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/target/mame/mess.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 07662720128..33ced0d6c69 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -3059,6 +3059,7 @@ files { MAME_DIR .. "src/mame/machine/vt1682_alu.cpp", MAME_DIR .. "src/mame/machine/vt1682_timer.h", MAME_DIR .. "src/mame/machine/vt1682_timer.cpp", + MAME_DIR .. "src/mame/drivers/vt_unknown.cpp", MAME_DIR .. "src/mame/drivers/compmahj.cpp", } |