summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2018-11-20 19:16:41 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2018-11-20 19:16:41 +0700
commit084f7c08a2745928d79566c791f9696f65d212ba (patch)
treef1070e3899789c33cd57a9df0a0181c44088df56 /scripts
parent4e0edc6f05c27a0ad870b2515a2d8edf3bfecdc2 (diff)
4d20: rename and srcclean (nw)
4D/20 is a Personal Iris. The IP15 ROM in this skeleton belongs to the IRIS POWER Series model 4D/4x0, so I've assumed that's what the driver should be for.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index b890a1ed303..6657506d21d 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3014,7 +3014,7 @@ files {
createMESSProjects(_target, _subtarget, "sgi")
files {
- MAME_DIR .. "src/mame/drivers/4d20.cpp",
+ MAME_DIR .. "src/mame/drivers/iris_power.cpp",
MAME_DIR .. "src/mame/drivers/crimson.cpp",
MAME_DIR .. "src/mame/drivers/o2.cpp",
MAME_DIR .. "src/mame/drivers/octane.cpp",