mirror of
https://github.com/holub/mame
synced 2025-06-09 06:13:04 +03:00
New machines marked as NOT_WORKING
---------------------------------- Football [PinMAME]
This commit is contained in:
parent
38a6d76bf5
commit
a21aead68f
@ -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)
|
||||
|
@ -38660,6 +38660,7 @@ cosmic //
|
||||
drakor //
|
||||
fireact //
|
||||
fireactd //
|
||||
football //
|
||||
gemini2k //
|
||||
gemini2k1 //
|
||||
gork //
|
||||
|
Loading…
Reference in New Issue
Block a user