summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-07-18 11:04:57 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2020-07-18 11:04:57 +0200
commita21aead68f181ada39f37ebbcb92d98a85fe059f (patch)
tree10b458003282ebf701488e9d25022f6636126e7c
parent38a6d76bf52707304c291aa11795ed8aeb72de31 (diff)
New machines marked as NOT_WORKING
---------------------------------- Football [PinMAME]
-rw-r--r--src/mame/drivers/taito.cpp13
-rw-r--r--src/mame/mame.lst1
2 files changed, 14 insertions, 0 deletions
diff --git a/src/mame/drivers/taito.cpp b/src/mame/drivers/taito.cpp
index 5b0d4264e84..e11a1eeb615 100644
--- a/src/mame/drivers/taito.cpp
+++ b/src/mame/drivers/taito.cpp
@@ -541,6 +541,18 @@ ROM_END
/*--------------------------------
/ Football
/-------------------------------*/
+ROM_START(football)
+ ROM_REGION(0x2000, "roms", 0)
+ ROM_LOAD( "fb1.bin", 0x0000, 0x0400, NO_DUMP)
+ ROM_LOAD( "fb2.bin", 0x0400, 0x0400, NO_DUMP)
+ ROM_LOAD( "fb3.bin", 0x0800, 0x0400, NO_DUMP)
+ ROM_LOAD( "fb4.bin", 0x0c00, 0x0400, NO_DUMP)
+ ROM_LOAD( "fb5.bin", 0x1800, 0x0400, NO_DUMP)
+
+ ROM_REGION(0x0800, "cpu2", 0)
+ ROM_LOAD("fb_s2.bin", 0x0000, 0x0400, CRC(48c0e50a) SHA1(dc8d951a84a9ef27882ddc205caeeb92b18ba462))
+ ROM_LOAD("fb_s1.bin", 0x0400, 0x0400, CRC(457c9b78) SHA1(8c17dff49ad397f0c0d90f5fb45f12920335e25b))
+ROM_END
/*--------------------------------
/ Gemini 2000
@@ -1026,6 +1038,7 @@ GAME(1982, sharkt, 0, taito2, taito, taito_state, init_taito, ROT
GAME(1982, stest, 0, taito, taito, taito_state, init_taito, ROT0, "Taito do Brasil", "Speed Test", MACHINE_MECHANICAL | MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND )
GAME(1982, lunelle, 0, taito2, taito, taito_state, init_taito, ROT0, "Taito do Brasil", "Lunelle", MACHINE_IS_SKELETON_MECHANICAL)
GAME(1980, rally, 0, taito, taito, taito_state, init_taito, ROT0, "Taito do Brasil", "Rally", MACHINE_MECHANICAL | MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND )
+GAME(1981, football, 0, shock, taito, taito_state, init_taito, ROT0, "Taito do Brasil", "Football", MACHINE_MECHANICAL | MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND )
// dac and vox (sintevox)
GAME(1981, fireact, 0, taito4, taito, taito_state, init_taito, ROT0, "Taito do Brasil", "Fire Action", MACHINE_IS_SKELETON_MECHANICAL)
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index f1db6eb3040..ae6ccc5e6c5 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -38660,6 +38660,7 @@ cosmic //
drakor //
fireact //
fireactd //
+football //
gemini2k //
gemini2k1 //
gork //