diff options
| author | 2019-05-16 09:17:00 +0900 | |
|---|---|---|
| committer | 2019-05-15 20:17:00 -0400 | |
| commit | ab8dbd3db0f69c61140c6c5d61080dcbab268138 (patch) | |
| tree | 2116c14b7f5b0aab09eb3493b32da4dfd213544c /scripts | |
| parent | 17ff4768526cf5ba9d0c97d0a048afaf05dbc0b5 (diff) | |
Partial support for encrypted audio in k573dio (Konami System 573 Digital I/O) (#5055)
* Add support for pcnfrk2m - Percussion Freaks 2nd Mix (GE912 VER. KAA)
* WIP audio for k573dio
* WIP
* Move 3rd party library to 3rdparty folder
* Use MAME's BIT and bitswap
* Fix regression which caused songs to stutter/lag when they should have been read completely in one shot
* Replace gain_to_db switch with equivalent math
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/arcade.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 818a136fefb..0762ee09cd6 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -2393,6 +2393,8 @@ files { MAME_DIR .. "src/mame/machine/k573cass.h", MAME_DIR .. "src/mame/machine/k573dio.cpp", MAME_DIR .. "src/mame/machine/k573dio.h", + MAME_DIR .. "src/mame/machine/k573fpga.cpp", + MAME_DIR .. "src/mame/machine/k573fpga.h", MAME_DIR .. "src/mame/machine/k573mcr.cpp", MAME_DIR .. "src/mame/machine/k573mcr.h", MAME_DIR .. "src/mame/machine/k573msu.cpp", |
