mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
De-cloned Street Fighter 2 Turbo from sf2ce, not worth mentioning
This commit is contained in:
parent
d25029cec0
commit
94738b8267
@ -7806,7 +7806,7 @@ ROM_START( sf2hf )
|
||||
ROM_LOAD( "sou1", 0x0000, 0x0117, CRC(84f4b2fe) SHA1(dcc9e86cc36316fe42eace02d6df75d08bc8bb6d) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( sf2t )
|
||||
ROM_START( sf2hfu )
|
||||
ROM_REGION( CODE_SIZE, "maincpu", 0 ) /* 68000 code */
|
||||
ROM_LOAD16_WORD_SWAP( "sf2.23", 0x000000, 0x80000, CRC(89a1fc38) SHA1(aafb40fc311e318250973be8c6aa0d3f7902cb3c) )
|
||||
ROM_LOAD16_WORD_SWAP( "sf2_22.bin", 0x080000, 0x80000, CRC(aea6e035) SHA1(ce5fe961b2c1c95d231d1235bfc03b47de489f2a) )
|
||||
@ -9209,9 +9209,9 @@ GAME( 1992, varthr1, varth, cps1_12MHz, varth, cps1, ROT270, "Capcom"
|
||||
GAME( 1992, varthu, varth, cps1_12MHz, varth, cps1, ROT270, "Capcom (Romstar license)", "Varth - Operation Thunderstorm (US 920612)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1992, varthj, varth, cps1_12MHz, varth, cps1, ROT270, "Capcom", "Varth - Operation Thunderstorm (Japan 920714)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1992, cworld2j, 0, cps1_12MHz, cworld2j, cps1, ROT0, "Capcom", "Capcom World 2 (Japan 920611)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1992, sf2hf, sf2ce, cps1_12MHz, sf2, cps1, ROT0, "Capcom", "Street Fighter II' - Hyper Fighting (World 921209)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1992, sf2t, sf2ce, cps1_12MHz, sf2, cps1, ROT0, "Capcom", "Street Fighter II' - Hyper Fighting (US 921209)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1992, sf2tj, sf2ce, cps1_12MHz, sf2j, cps1, ROT0, "Capcom", "Street Fighter II' Turbo - Hyper Fighting (Japan 921209)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1992, sf2hf, 0, cps1_12MHz, sf2, cps1, ROT0, "Capcom", "Street Fighter II' - Hyper Fighting (World 921209)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1992, sf2hfu, sf2hf, cps1_12MHz, sf2, cps1, ROT0, "Capcom", "Street Fighter II' - Hyper Fighting (US 921209)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1992, sf2tj, sf2hf, cps1_12MHz, sf2j, cps1, ROT0, "Capcom", "Street Fighter II' Turbo - Hyper Fighting (Japan 921209)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1992, qad, 0, cps1_12MHz, qad, cps1, ROT0, "Capcom", "Quiz & Dragons (US 920701)", GAME_SUPPORTS_SAVE ) // 12MHz verified
|
||||
GAME( 1994, qadj, qad, cps1_12MHz, qadj, cps1, ROT0, "Capcom", "Quiz & Dragons (Japan 940921)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1995, qtono2, 0, cps1_12MHz, qtono2, cps1, ROT0, "Capcom", "Quiz Tonosama no Yabou 2 Zenkoku-ban (Japan 950123)", GAME_SUPPORTS_SAVE )
|
||||
|
@ -2748,7 +2748,7 @@ V-V TP-027
|
||||
DRIVER( wofj ) /* 31/10/1992 (c) 1992 (Japan) (CPS1 + QSound) */
|
||||
DRIVER( wofhfh ) /* bootleg */
|
||||
DRIVER( sf2hf ) /* 09/12/1992 (c) 1992 (World) */
|
||||
DRIVER( sf2t ) /* 09/12/1992 (c) 1992 (US) */
|
||||
DRIVER( sf2hfu ) /* 09/12/1992 (c) 1992 (US) */
|
||||
DRIVER( sf2tj ) /* 09/12/1992 (c) 1992 (Japan) */
|
||||
DRIVER( dino ) /* 01/02/1993 (c) 1993 (World) (CPS1 + QSound) */
|
||||
DRIVER( dinou ) /* 01/02/1993 (c) 1993 (US) (CPS1 + QSound) */
|
||||
|
Loading…
Reference in New Issue
Block a user