diff options
| author | 2018-11-20 19:16:41 +0700 | |
|---|---|---|
| committer | 2018-11-20 19:16:41 +0700 | |
| commit | 084f7c08a2745928d79566c791f9696f65d212ba (patch) | |
| tree | f1070e3899789c33cd57a9df0a0181c44088df56 /scripts | |
| parent | 4e0edc6f05c27a0ad870b2515a2d8edf3bfecdc2 (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.lua | 2 |
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", |
