diff options
| author | 2019-11-08 14:55:59 +0000 | |
|---|---|---|
| committer | 2019-11-08 09:55:59 -0500 | |
| commit | ab39e40669dbd4303ddeccbe099b61d9752ab558 (patch) | |
| tree | cf4db7f46863605fd00e7c018c2a47ed40eddf18 /scripts/target | |
| parent | 56a4a69a0a7dfb030958bd733bce36ce1df6e431 (diff) | |
start trying to identify more sound related features on the elan hw (nw) + Senario Poker SunPlus (not working) (#5874)
* elan sound stuff (nw)
* move more audio bits into audio file (nw)
* new NOT WORKING machines
-----
Texas Hold'em TV Poker - 6 Player Edition (UK) [David Haywood, Morten Kirkegaard, Peter Wilhelmsen]
need to emulate the controllers etc. (currently requires debug hack to boot past initial logo)
* start moving some more elan stuff around (nw)
Diffstat (limited to 'scripts/target')
| -rw-r--r-- | scripts/target/mame/mess.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index bbfef8126bd..75f4b36ca91 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -3711,6 +3711,8 @@ files { MAME_DIR .. "src/mame/video/elan_eu3a05commonvid.h", MAME_DIR .. "src/mame/video/elan_eu3a05vid.cpp", MAME_DIR .. "src/mame/video/elan_eu3a05vid.h", + MAME_DIR .. "src/mame/video/elan_eu3a14vid.cpp", + MAME_DIR .. "src/mame/video/elan_eu3a14vid.h", MAME_DIR .. "src/mame/drivers/trkfldch.cpp", MAME_DIR .. "src/mame/drivers/tvgame.cpp", MAME_DIR .. "src/mame/drivers/spg110.cpp", |
