diff options
| author | 2016-04-12 03:30:47 +0100 | |
|---|---|---|
| committer | 2016-04-12 03:30:47 +0100 | |
| commit | d702097e42fa6dd0aaed14bbb317b142181d8ca1 (patch) | |
| tree | 43109d0f83c0fe085bae8aa3a504d28f2823dcea /scripts | |
| parent | 9534b2b16573b4f34715c2b9bdb9fc8565dcce1e (diff) | |
segacrpt is also a device, again reduced some duplication (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/arcade.lua | 4 |
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", |
