diff options
| author | 2020-06-19 19:58:05 +0100 | |
|---|---|---|
| committer | 2020-06-19 20:58:05 +0200 | |
| commit | 489d1882b4166b95d519dd3c4fc7e50ac6cf0d7b (patch) | |
| tree | 950764a62395af7803fc13e9a5e1e7664ab5c4d2 /scripts | |
| parent | e13544c5a23e2a08cf1220e11e456b18f5292867 (diff) | |
move schick out of pengo driver + misc promotions (#6842)
* moved schick.cpp out of pengo driver, too many small modifications to the hardware make it messy to keep there (nw)
also promoted some sunplus games I've decided work well enough to promote (nw)
* (nw)
* (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 43e84df01d0..7b7203800a6 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -3250,6 +3250,7 @@ files { MAME_DIR .. "src/mame/machine/pacplus.cpp", MAME_DIR .. "src/mame/machine/pacplus.h", MAME_DIR .. "src/mame/drivers/pengo.cpp", + MAME_DIR .. "src/mame/drivers/schick.cpp", } createMAMEProjects(_target, _subtarget, "pce") |
