diff options
-rw-r--r-- | src/mame/drivers/mpu4.c | 3 | ||||
-rw-r--r-- | src/mame/mame.mak | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/drivers/mpu4.c b/src/mame/drivers/mpu4.c index b713798b4ad..f903c11c556 100644 --- a/src/mame/drivers/mpu4.c +++ b/src/mame/drivers/mpu4.c @@ -234,7 +234,6 @@ TODO: - Fix lamp timing, MAME doesn't update fast enough to see everything #include "connect4.lh" #include "gamball.lh" #include "mpu4.lh" -#include "mpu4ext.lh" #define MPU4_MASTER_CLOCK (6880000) /* local vars */ @@ -2428,7 +2427,7 @@ ROM_END GAME( 198?, m_oldtmr,0, mpu4dutch,mpu4, m_oldtmr, ROT0, "Barcrest", "Old Timer", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_REQUIRES_ARTWORK ) GAME( 198?, m_ccelbr,0, mpu4mod2, mpu4, m_ccelbr, ROT0, "Barcrest", "Club Celebration", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK ) GAMEL(198?, m_gmball,0, mod4yam, gamball, m_gmball, ROT0, "Barcrest", "Gamball", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK|GAME_MECHANICAL,layout_gamball )//Mechanical ball launcher -GAMEL(198?, m_grtecp,0, mod4oki, mpu4, m_grtecp, ROT0, "Barcrest", "Andy's Great Escape", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK,layout_mpu4ext )//5 reel meter mux +GAME (198?, m_grtecp,0, mod4oki, mpu4, m_grtecp, ROT0, "Barcrest", "Andy's Great Escape", GAME_NOT_WORKING|GAME_REQUIRES_ARTWORK )//5 reel meter mux //SWP GAMEL(1989?,connect4, 0, mpu4mod2, connect4, connect4, ROT0, "Dolbeck Systems","Connect 4",GAME_IMPERFECT_GRAPHICS|GAME_REQUIRES_ARTWORK,layout_connect4 ) diff --git a/src/mame/mame.mak b/src/mame/mame.mak index 70f395b7581..164c67a6b32 100644 --- a/src/mame/mame.mak +++ b/src/mame/mame.mak @@ -1876,7 +1876,6 @@ $(DRIVERS)/mpoker.o: $(LAYOUT)/mpoker.lh $(DRIVERS)/mpu4.o: $(LAYOUT)/mpu4.lh \ $(LAYOUT)/connect4.lh \ - $(LAYOUT)/mpu4ext.lh \ $(LAYOUT)/gamball.lh $(DRIVERS)/mw18w.o: $(LAYOUT)/18w.lh |