diff options
| author | 2017-06-25 12:35:51 +0200 | |
|---|---|---|
| committer | 2017-06-25 12:36:19 +0200 | |
| commit | 319eb61d0fec64eca6ee72eb824e0531fac552ba (patch) | |
| tree | 657d42cd10db2df1e4cb6cb32f0db3589fc1553f /scripts | |
| parent | 8d2a1d4268e86fc20d9807df9dfe00ea1fb66b37 (diff) | |
Put mpu4 back into how it should be... not sure what went on there, but current state was unacceptable (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/arcade.lua | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 94b6ac67eb3..0e386595ea0 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -1263,23 +1263,23 @@ createMAMEProjects(_target, _subtarget, "barcrest") files { MAME_DIR .. "src/mame/drivers/mpu2.cpp", MAME_DIR .. "src/mame/drivers/mpu3.cpp", - MAME_DIR .. "src/mame/drivers/mpu4.cpp", - MAME_DIR .. "src/mame/drivers/mpu4sw.hxx", - MAME_DIR .. "src/mame/drivers/mpu4.hxx", + MAME_DIR .. "src/mame/machine/mpu4.cpp", MAME_DIR .. "src/mame/includes/mpu4.h", - MAME_DIR .. "src/mame/drivers/mpu4mod2sw.hxx", - MAME_DIR .. "src/mame/drivers/mpu4mod4yam.hxx", - MAME_DIR .. "src/mame/drivers/mpu4plasma.cpp", + MAME_DIR .. "src/mame/drivers/mpu4.cpp", + MAME_DIR .. "src/mame/drivers/mpu4avan.cpp", + MAME_DIR .. "src/mame/drivers/mpu4bwb.cpp", + MAME_DIR .. "src/mame/drivers/mpu4concept.cpp", + MAME_DIR .. "src/mame/drivers/mpu4crystal.cpp", MAME_DIR .. "src/mame/drivers/mpu4dealem.cpp", + MAME_DIR .. "src/mame/drivers/mpu4empire.cpp", + MAME_DIR .. "src/mame/drivers/mpu4mdm.cpp", + MAME_DIR .. "src/mame/drivers/mpu4misc.cpp", + MAME_DIR .. "src/mame/drivers/mpu4mod2sw.cpp", + MAME_DIR .. "src/mame/drivers/mpu4mod4yam.cpp", + MAME_DIR .. "src/mame/drivers/mpu4plasma.cpp", + MAME_DIR .. "src/mame/drivers/mpu4sw.cpp", + MAME_DIR .. "src/mame/drivers/mpu4union.cpp", MAME_DIR .. "src/mame/drivers/mpu4vid.cpp", - MAME_DIR .. "src/mame/drivers/mpu4avan.hxx", - MAME_DIR .. "src/mame/drivers/mpu4union.hxx", - MAME_DIR .. "src/mame/drivers/mpu4concept.hxx", - MAME_DIR .. "src/mame/drivers/mpu4empire.hxx", - MAME_DIR .. "src/mame/drivers/mpu4mdm.hxx", - MAME_DIR .. "src/mame/drivers/mpu4crystal.hxx", - MAME_DIR .. "src/mame/drivers/mpu4bwb.hxx", - MAME_DIR .. "src/mame/drivers/mpu4misc.hxx", MAME_DIR .. "src/mame/drivers/mpu5.cpp", MAME_DIR .. "src/mame/drivers/mpu5.hxx", } |
