summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2016-04-12 03:30:47 +0100
committer David Haywood <mamehaze@users.noreply.github.com>2016-04-12 03:30:47 +0100
commitd702097e42fa6dd0aaed14bbb317b142181d8ca1 (patch)
tree43109d0f83c0fe085bae8aa3a504d28f2823dcea /scripts
parent9534b2b16573b4f34715c2b9bdb9fc8565dcce1e (diff)
segacrpt is also a device, again reduced some duplication (nw)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/arcade.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index f4cfb929b41..b56343e389b 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -803,8 +803,8 @@ files {
MAME_DIR .. "src/mame/machine/nmk112.h",
MAME_DIR .. "src/mame/machine/pcshare.cpp",
MAME_DIR .. "src/mame/machine/pcshare.h",
- MAME_DIR .. "src/mame/machine/segacrpt.cpp",
- MAME_DIR .. "src/mame/machine/segacrpt.h",
+ MAME_DIR .. "src/mame/machine/segacrpt_device.cpp",
+ MAME_DIR .. "src/mame/machine/segacrpt_device.h",
MAME_DIR .. "src/mame/machine/ticket.cpp",
MAME_DIR .. "src/mame/machine/ticket.h",
MAME_DIR .. "src/mame/video/avgdvg.cpp",