summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/lib.lua
diff options
context:
space:
mode:
author mamehaze <140764005+mamehaze@users.noreply.github.com>2025-10-03 17:35:24 +0100
committer GitHub <noreply@github.com>2025-10-03 18:35:24 +0200
commitaf47c272d6ca1997065e138de84a28d588ccb064 (patch)
treeae379602f9d136cff63e3d1616560f09db5e31cb /scripts/src/lib.lua
parent957cb0df46957e7bb2d1f57efb05f7648651b684 (diff)
pgm3.cpp - bootstrap first decrypted block from internal Flash [Peter Wilhelmsen, David Haywood] (#14259)
Diffstat (limited to 'scripts/src/lib.lua')
-rw-r--r--scripts/src/lib.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua
index cc5567207ed..c2680722a81 100644
--- a/scripts/src/lib.lua
+++ b/scripts/src/lib.lua
@@ -34,6 +34,8 @@ end
files {
MAME_DIR .. "src/lib/util/abi.h",
+ MAME_DIR .. "src/lib/util/aes256cbc.cpp",
+ MAME_DIR .. "src/lib/util/aes256cbc.h",
MAME_DIR .. "src/lib/util/avhuff.cpp",
MAME_DIR .. "src/lib/util/avhuff.h",
MAME_DIR .. "src/lib/util/aviio.cpp",