diff options
| author | 2022-02-08 09:13:24 +0900 | |
|---|---|---|
| committer | 2022-02-07 19:13:24 -0500 | |
| commit | 99404ddd2d32a9c9058d8359cf9132e4b274e346 (patch) | |
| tree | 7d3cea5aaa2ac44fcc41b96a3a6484ce055097dd /scripts | |
| parent | e450cc79539942693b9fffcc61cdfc7d0e9cff17 (diff) | |
x76f041/x76f100/zs01: Implement new operations and security features (#9137)
* x76f100: Implement security features
* x76f041: Implement security features
* zs01: Implement security features
* ksys573: Update security flash data
* k573mcal: Add master calendar for initializing security cassettes
* zs01: Update comment about unknown serial
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 ece5ab8a4f4..1c2de8763d8 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -2545,6 +2545,8 @@ files { MAME_DIR .. "src/mame/machine/k573fpga.h", MAME_DIR .. "src/mame/machine/k573kara.cpp", MAME_DIR .. "src/mame/machine/k573kara.h", + MAME_DIR .. "src/mame/machine/k573mcal.cpp", + MAME_DIR .. "src/mame/machine/k573mcal.h", MAME_DIR .. "src/mame/machine/k573mcr.cpp", MAME_DIR .. "src/mame/machine/k573mcr.h", MAME_DIR .. "src/mame/machine/k573msu.cpp", |
