diff options
author | 2020-02-06 18:37:49 +0000 | |
---|---|---|
committer | 2020-02-06 13:37:49 -0500 | |
commit | 0a017cb5b0581abf5b236374fbbc37a790531fcf (patch) | |
tree | e59b95e6938ad4e3141524bdfbe28022b4a053a2 /scripts/target | |
parent | 6f2c2c73c98ced9e804b5c77296bd6a3f7fb04d6 (diff) |
Plug and Play work (#6261)
* new WORKING machine
---
Magic Ranger Battle (Japan) [Sean Riddle, Peter Wilhelmsen, David Haywood, ShouTime]
(at least I think it works, might end up demoted if I discover more issues, as it's a SuperXaviX but only appears to be using the basic IO features and bitmap mode on the XaviX splash screen)
* correct title (nw)
* new NOT WORKING
---
Gamepad (Bandai) [Sean Riddle, GameHistory.org]
* new NOT WORKING
---
Tour around Japan. I'm a Plarail Conductor (Japan) [Sean Riddle, Peter Wilhemsen, David Haywood, ShouTime]
SmarTV Adventures / Funtastic TV Adventures [Sean Riddle, David Haywood]
* new NOT WORKING
---
Super Roller (v7.0) [Hammy]
* inputs are the same (nw)
* document boot password (nw)
* another password (nw)
* new NOT WORKING
----
Fitness Konsole (NC1470) [TeamEurope]
* (nw)
* new NOT WORKING
---
Mega Duck Lerncomputer (Germany) [Sean Riddle]
Diffstat (limited to 'scripts/target')
-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 e2a7894d6d4..99c9e9870a2 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -3812,6 +3812,7 @@ files { MAME_DIR .. "src/mame/drivers/spg2xx_pdc.cpp", MAME_DIR .. "src/mame/drivers/spg2xx_dreamlife.cpp", MAME_DIR .. "src/mame/drivers/spg2xx_lexibook.cpp", + MAME_DIR .. "src/mame/drivers/spg2xx_smarttv.cpp", MAME_DIR .. "src/mame/includes/spg2xx.h", MAME_DIR .. "src/mame/drivers/sunplus_gcm394.cpp", MAME_DIR .. "src/mame/drivers/generalplus_gpl32612.cpp", |