diff options
| author | 2019-05-17 13:59:23 -0700 | |
|---|---|---|
| committer | 2019-05-17 16:59:23 -0400 | |
| commit | a5981ef2b20da5219d0700351fe90d0a651e164c (patch) | |
| tree | b7ced7365b5fc27ce54b9c3fc773bbdea05ba022 /scripts | |
| parent | 481e447fade527cd1f27cc69b8d1acada19549b7 (diff) | |
Bally pinball by35: More sound improvements and refactoring (#5068)
* Bally pinball by35: Move pinball sound boards to a new file.
* Bally pinball by35: Move as8888 code to a proper device.
* Bally pinball by35: Add Cheap Squeak sound board.
* m6801: Fix bug where irq is never triggered.
* Bally pinball by35: Mark the AS888 games as non-skeleton.
* Bally pinball by35: Refactor state classes.
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 0762ee09cd6..b8920d88976 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -4506,6 +4506,7 @@ files { MAME_DIR .. "src/mame/drivers/wpc_s.cpp", MAME_DIR .. "src/mame/machine/wpc.cpp", MAME_DIR .. "src/mame/machine/wpc.h", + MAME_DIR .. "src/mame/audio/bally.cpp", MAME_DIR .. "src/mame/audio/wpcsnd.cpp", MAME_DIR .. "src/mame/audio/wpcsnd.h", MAME_DIR .. "src/mame/video/wpc_dmd.cpp", |
