diff options
| author | 2019-06-05 14:46:52 +0100 | |
|---|---|---|
| committer | 2019-06-05 09:46:52 -0400 | |
| commit | 1b0a28054339a2e0af0d7c1b1777a392674349d7 (patch) | |
| tree | f8d65a17793d1415beef1c7628b4129acb9ed3b8 /scripts | |
| parent | 060378ca9a31328de0dc8c4ff7934251293bd8a1 (diff) | |
new NOT WORKING clones (Gals Panic - Modular System) (#5163)
* new NOT WORKING clones
---
Gals Panic (Modular System bootleg) [Juan Romero, Recreativas.org, ClawGrip, David Haywood]
these things are *ugly* from a hardware perspective (massive 6 board stack just for Gals Panic with many, many code hacks to work around hardware changes) so I felt it best to create a new driver with the background bits copy+pasted; the sprites + sound system specific to these bootlegs will need adding.
* bleah (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/arcade.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 06605c1c415..28b075c80aa 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -2226,6 +2226,7 @@ files { MAME_DIR .. "src/mame/video/djboy.cpp", MAME_DIR .. "src/mame/drivers/expro02.cpp", MAME_DIR .. "src/mame/drivers/galpanic.cpp", + MAME_DIR .. "src/mame/drivers/galpanic_ms.cpp", MAME_DIR .. "src/mame/includes/galpnipt.h", MAME_DIR .. "src/mame/includes/galpanic.h", MAME_DIR .. "src/mame/video/galpanic.cpp", |
