summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2022-02-03 02:12:15 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2022-02-03 02:12:15 +1100
commit79ca56f2d2973985498cd6a3eeacc7268547e093 (patch)
tree44e99eab0600880f1021498537adf86a1b7bf0e8 /scripts
parentca85bac05f58376f8b8f8bca4f412afbd45fc776 (diff)
wpc_flip1,wpc_flip2,wpc_dot,wpc_an: added savestate
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/arcade.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 7902a86ae4f..6059c2c7504 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -4729,9 +4729,7 @@ files {
MAME_DIR .. "src/mame/drivers/wpc_dot.cpp",
MAME_DIR .. "src/mame/includes/wpc_dot.h",
MAME_DIR .. "src/mame/drivers/wpc_flip1.cpp",
- MAME_DIR .. "src/mame/includes/wpc_flip1.h",
MAME_DIR .. "src/mame/drivers/wpc_flip2.cpp",
- MAME_DIR .. "src/mame/includes/wpc_flip2.h",
MAME_DIR .. "src/mame/drivers/wpc_s.cpp",
MAME_DIR .. "src/mame/machine/wpc.cpp",
MAME_DIR .. "src/mame/machine/wpc.h",