summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2017-06-25 23:09:17 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2017-06-25 23:09:17 +1000
commit583fedecc81259890e23235682cc146248f1b386 (patch)
tree29f67d24102b0426f0538489d18074dd6ce3626c
parent7f51bbb61ffa6f170f90d6e7aad3dc789c5eeb6b (diff)
(nw) Fixed the build.
-rw-r--r--src/mame/arcade.flt2
-rw-r--r--src/mame/drivers/mpu4sw.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/arcade.flt b/src/mame/arcade.flt
index 18d79b7edba..14e6c959372 100644
--- a/src/mame/arcade.flt
+++ b/src/mame/arcade.flt
@@ -1,4 +1,4 @@
-942.cpp
+1942.cpp
1943.cpp
1945kiii.cpp
20pacgal.cpp
diff --git a/src/mame/drivers/mpu4sw.cpp b/src/mame/drivers/mpu4sw.cpp
index 52506efa815..2c4f2335cf7 100644
--- a/src/mame/drivers/mpu4sw.cpp
+++ b/src/mame/drivers/mpu4sw.cpp
@@ -179,6 +179,7 @@ DRIVER_INIT_MEMBER(mpu4_state,m4andycp)
//Front door code 39 Cash door code 38
}
+#define GAME_FLAGS (MACHINE_NOT_WORKING|MACHINE_REQUIRES_ARTWORK|MACHINE_MECHANICAL)
#define M4ANDYCP_EXTRA_ROMS \
ROM_REGION( 0x48, "fakechr", 0 ) \