mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Consistency fix: Tecmo World Cup romsets -> twcup** / twsoc** (nw)
This commit is contained in:
parent
170012fb36
commit
84217b1b97
@ -4387,7 +4387,7 @@
|
||||
NEO-MVS PROGBK1 / NEO-MVS CHA256B
|
||||
-->
|
||||
|
||||
<software name="tws96">
|
||||
<software name="twsoc96">
|
||||
<description>Tecmo World Soccer '96</description>
|
||||
<year>1996</year>
|
||||
<publisher>Tecmo</publisher>
|
||||
|
@ -713,7 +713,7 @@ ROM_START( vgoalsca )
|
||||
ROM_LOAD( "c13_u104.104", 0x000000, 0x200000, CRC(8437b6f8) SHA1(79f183dcbf3cde5c77e086e4fdd8341809396e37) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( twrldc94 )
|
||||
ROM_START( twcup94 )
|
||||
ROM_REGION( 0x100000, "maincpu", 0 )
|
||||
ROM_LOAD16_WORD_SWAP( "13.u37", 0x00000, 0x80000, CRC(42adb463) SHA1(ec7bcb684489b56f81ab851a9d8f42d54679363b) )
|
||||
|
||||
@ -743,7 +743,7 @@ ROM_START( twrldc94 )
|
||||
ROM_LOAD( "u104", 0x000000, 0x100000, CRC(df07d0af) SHA1(356560e164ff222bc9004fe202f829c93244a6c9) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( twrldc94a )
|
||||
ROM_START( twcup94a )
|
||||
ROM_REGION( 0x100000, "maincpu", 0 )
|
||||
ROM_LOAD16_WORD_SWAP( "twrdc94a_13.u37", 0x00000, 0x80000, CRC(08f314ee) SHA1(3fca5050f5bcd60533d3bd9dea81ba631a98bfd6) )
|
||||
|
||||
@ -1014,5 +1014,5 @@ GAME( 1993, gstrikerj, gstriker, gstriker, gstriker, gstriker_state, 0, R
|
||||
/* Similar, but not identical hardware, appear to be protected by an MCU :-( */
|
||||
GAME( 1994, vgoalsoc, 0, vgoal, vgoalsoc, gstriker_state, vgoalsoc, ROT0, "Tecmo", "V Goal Soccer (Europe)", MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE ) // has ger/hol/arg/bra/ita/eng/spa/fra
|
||||
GAME( 1994, vgoalsca, vgoalsoc, vgoal, vgoalsoc, gstriker_state, vgoalsoc, ROT0, "Tecmo", "V Goal Soccer (US/Japan/Korea)", MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE ) // has ger/hol/arg/bra/ita/kor/usa/jpn
|
||||
GAME( 1994, twrldc94, 0, twc94, twrldc94, gstriker_state, twrldc94, ROT0, "Tecmo", "Tecmo World Cup '94 (set 1)", MACHINE_NOT_WORKING | MACHINE_UNEMULATED_PROTECTION | MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1994, twrldc94a,twrldc94, twc94, twrldc94, gstriker_state, twrldc94a, ROT0, "Tecmo", "Tecmo World Cup '94 (set 2)", MACHINE_NOT_WORKING | MACHINE_UNEMULATED_PROTECTION | MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1994, twcup94, 0, twc94, twrldc94, gstriker_state, twrldc94, ROT0, "Tecmo", "Tecmo World Cup '94 (set 1)", MACHINE_NOT_WORKING | MACHINE_UNEMULATED_PROTECTION | MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1994, twcup94a,twcup94, twc94, twrldc94, gstriker_state, twrldc94a, ROT0, "Tecmo", "Tecmo World Cup '94 (set 2)", MACHINE_NOT_WORKING | MACHINE_UNEMULATED_PROTECTION | MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE )
|
||||
|
@ -792,7 +792,7 @@ ROM_START( mp_gslam ) /* Grand Slam */
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START( mp_twc ) /* Tecmo World Cup */
|
||||
ROM_START( mp_twcup ) /* Tecmo World Cup */
|
||||
ROM_REGION( 0x400000, "maincpu", 0 )
|
||||
ROM_LOAD16_BYTE( "ep15183.ic2", 0x000000, 0x040000, CRC(8b79b861) SHA1(c72af72840513b82f2562409eccdf13b031bf3c0) )
|
||||
ROM_LOAD16_BYTE( "ep15182.ic1", 0x000001, 0x040000, CRC(eb8325c3) SHA1(bb21ac926c353e14184dd476222bc6a8714606e5) )
|
||||
@ -967,7 +967,7 @@ didn't have original Sega part numbers it's probably a converted TWC cart
|
||||
/* 02 */ GAME( 1993, mp_gaxe2, megaplay, megaplay, mp_gaxe2, mplay_state, megaplay, ROT0, "Sega", "Golden Axe II (Mega Play) (Rev B)" , 0 )
|
||||
/* 02 */ GAME( 1993, mp_gaxe2a,mp_gaxe2, megaplay, mp_gaxe2, mplay_state, megaplay, ROT0, "Sega", "Golden Axe II (Mega Play)" , 0 )
|
||||
/* 03 */ GAME( 1993, mp_gslam, megaplay, megaplay, mp_gslam, mplay_state, megaplay, ROT0, "Sega", "Grand Slam (Mega Play)",0 )
|
||||
/* 04 */ GAME( 1993, mp_twc, megaplay, megaplay, mp_twc, mplay_state, megaplay, ROT0, "Sega", "Tecmo World Cup (Mega Play)" , 0 )
|
||||
/* 04 */ GAME( 1993, mp_twcup, megaplay, megaplay, mp_twc, mplay_state, megaplay, ROT0, "Sega", "Tecmo World Cup (Mega Play)" , 0 )
|
||||
/* 05 */ GAME( 1993, mp_sor2, megaplay, megaplay, mp_sor2, mplay_state, megaplay, ROT0, "Sega", "Streets of Rage II (Mega Play)" , 0 )
|
||||
/* 06 */ GAME( 1993, mp_bio, megaplay, megaplay, mp_bio, mplay_state, megaplay, ROT0, "Sega", "Bio-hazard Battle (Mega Play)" , 0 )
|
||||
/* 07 */ GAME( 1993, mp_soni2, megaplay, megaplay, mp_soni2, mplay_state, megaplay, ROT0, "Sega", "Sonic The Hedgehog 2 (Mega Play)" , 0 )
|
||||
|
@ -5542,7 +5542,7 @@ ROM_END
|
||||
NEO-MVS PROGBK1 / NEO-MVS CHA256B
|
||||
****************************************/
|
||||
|
||||
ROM_START( tws96 ) /* MVS ONLY RELEASE */
|
||||
ROM_START( twsoc96 ) /* MVS ONLY RELEASE */
|
||||
ROM_REGION( 0x100000, "cslot1:maincpu", ROMREGION_BE|ROMREGION_16BIT )
|
||||
ROM_LOAD16_WORD_SWAP( "086-p1.p1", 0x000000, 0x100000, CRC(03e20ab6) SHA1(3a0a5a54649178ce7a6158980cb4445084b40fb5) ) /* mask rom TC538200 */
|
||||
|
||||
@ -11048,7 +11048,7 @@ GAME( 1995, gowcaizr, neogeo, neobase, neogeo, neogeo_state, neogeo, R
|
||||
GAME( 1996, sdodgeb, neogeo, neobase, neogeo, neogeo_state, neogeo, ROT0, "Technos Japan", "Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu", MACHINE_SUPPORTS_SAVE )
|
||||
|
||||
/* Tecmo */
|
||||
GAME( 1996, tws96, neogeo, neobase, neogeo, neogeo_state, neogeo, ROT0, "Tecmo", "Tecmo World Soccer '96", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1996, twsoc96, neogeo, neobase, neogeo, neogeo_state, neogeo, ROT0, "Tecmo", "Tecmo World Soccer '96", MACHINE_SUPPORTS_SAVE )
|
||||
|
||||
/* Viccom */
|
||||
GAME( 1994, fightfev, neogeo, neobase, neogeo, neogeo_state, neogeo, ROT0, "Viccom", "Fight Fever (set 1)", MACHINE_SUPPORTS_SAVE )
|
||||
|
@ -399,7 +399,7 @@ static MACHINE_CONFIG_DERIVED( pac90, wc90 )
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
ROM_START( wc90 )
|
||||
ROM_START( twcup90 )
|
||||
ROM_REGION( 0x20000, "maincpu", 0 )
|
||||
ROM_LOAD( "ic87_01.bin", 0x00000, 0x08000, CRC(4a1affbc) SHA1(bc531e97ca31c66fdac194e2d79d5c6ba1300556) ) /* c000-ffff is not used */
|
||||
ROM_LOAD( "ic95_02.bin", 0x10000, 0x10000, CRC(847d439c) SHA1(eade31050da9e84feb4406e327d050a7496871b7) ) /* banked at f000-f7ff */
|
||||
@ -433,7 +433,7 @@ ROM_START( wc90 )
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START( wc90a )
|
||||
ROM_START( twcup90a )
|
||||
ROM_REGION( 0x20000, "maincpu", 0 )
|
||||
ROM_LOAD( "wc90-1.bin", 0x00000, 0x08000, CRC(d1804e1a) SHA1(eec7374f4d23c89843f38fffff436635adb43b63) ) /* c000-ffff is not used */
|
||||
ROM_LOAD( "ic95_02.bin", 0x10000, 0x10000, CRC(847d439c) SHA1(eade31050da9e84feb4406e327d050a7496871b7) ) /* banked at f000-f7ff */
|
||||
@ -466,7 +466,7 @@ ROM_START( wc90a )
|
||||
ROM_LOAD( "ic82_06.bin", 0x00000, 0x20000, CRC(2fd692ed) SHA1(0273dc39181504320bec0187d074b2f86c821508) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( wc90b )
|
||||
ROM_START( twcup90b )
|
||||
ROM_REGION( 0x20000, "maincpu", 0 )
|
||||
ROM_LOAD( "ic87-1b.bin", 0x00000, 0x08000, CRC(d024a971) SHA1(856c6ab7abc1cd6db42703f70930b84e3da69db0) ) /* c000-ffff is not used */
|
||||
ROM_LOAD( "ic95_02.bin", 0x10000, 0x10000, CRC(847d439c) SHA1(eade31050da9e84feb4406e327d050a7496871b7) ) /* banked at f000-f7ff */
|
||||
@ -499,7 +499,7 @@ ROM_START( wc90b )
|
||||
ROM_LOAD( "ic82_06.bin", 0x00000, 0x20000, CRC(2fd692ed) SHA1(0273dc39181504320bec0187d074b2f86c821508) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( wc90t )
|
||||
ROM_START( twcup90t )
|
||||
ROM_REGION( 0x20000, "maincpu", 0 )
|
||||
ROM_LOAD( "wc90a-1.bin", 0x00000, 0x08000, CRC(b6f51a68) SHA1(e0263dee35bf99cb4288a1df825bbbca17c85d36) ) /* c000-ffff is not used */
|
||||
ROM_LOAD( "wc90a-2.bin", 0x10000, 0x10000, CRC(c50f2a98) SHA1(0fbeabadebfa75515d5e35bfcc565ecfa4d6e693) ) /* banked at f000-f7ff */
|
||||
@ -563,9 +563,9 @@ ROM_START( pac90 )
|
||||
ROM_END
|
||||
|
||||
|
||||
GAME( 1989, wc90, 0, wc90, wc90, wc90_state, 0, ROT0, "Tecmo", "Tecmo World Cup '90 (World)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1989, wc90a, wc90, wc90, wc90, wc90_state, 0, ROT0, "Tecmo", "Tecmo World Cup '90 (Euro set 1)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1989, wc90b, wc90, wc90, wc90, wc90_state, 0, ROT0, "Tecmo", "Tecmo World Cup '90 (Euro set 2)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1989, wc90t, wc90, wc90t, wc90, wc90_state, 0, ROT0, "Tecmo", "Tecmo World Cup '90 (trackball set 1)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1989, twcup90, 0, wc90, wc90, wc90_state, 0, ROT0, "Tecmo", "Tecmo World Cup '90 (World)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1989, twcup90a, twcup90, wc90, wc90, wc90_state, 0, ROT0, "Tecmo", "Tecmo World Cup '90 (Euro set 1)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1989, twcup90b, twcup90, wc90, wc90, wc90_state, 0, ROT0, "Tecmo", "Tecmo World Cup '90 (Euro set 2)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1989, twcup90t, twcup90, wc90t, wc90, wc90_state, 0, ROT0, "Tecmo", "Tecmo World Cup '90 (trackball set 1)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
|
||||
GAME( 199?, pac90, puckman, pac90, pac90, wc90_state, 0, ROT90, "bootleg (Macro)", "Pac-Man (bootleg on World Cup '90 hardware)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) // made by Mike Coates etc.
|
||||
|
@ -396,7 +396,7 @@ static MACHINE_CONFIG_START( wc90b )
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.20)
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
ROM_START( wc90b1 )
|
||||
ROM_START( twcup90b1 )
|
||||
ROM_REGION( 0x20000, "maincpu", 0 )
|
||||
ROM_LOAD( "a02.bin", 0x00000, 0x10000, CRC(192a03dd) SHA1(ab98d370bba5437f956631b0199b173be55f1c27) ) /* c000-ffff is not used */
|
||||
ROM_LOAD( "a03.bin", 0x10000, 0x10000, CRC(f54ff17a) SHA1(a19850fc28a5a0da20795a5cc6b56d9c16554bce) ) /* banked at f000-f7ff */
|
||||
@ -438,7 +438,7 @@ ROM_START( wc90b1 )
|
||||
ROM_LOAD( "el_ic143_gal16v8_4.bin", 0x0800, 0x0117, NO_DUMP SHA1(fbe632437eac2418da7a3c3e947cfd36f6211407) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( wc90b2 )
|
||||
ROM_START( twcup90b2 )
|
||||
ROM_REGION( 0x20000, "maincpu", 0 )
|
||||
ROM_LOAD( "a02", 0x00000, 0x10000, CRC(1e6e94c9) SHA1(1731e3e3b5d17ba676a7e42638d7206212a0080d) ) /* c000-ffff is not used */
|
||||
ROM_LOAD( "a03.bin", 0x10000, 0x10000, CRC(f54ff17a) SHA1(a19850fc28a5a0da20795a5cc6b56d9c16554bce) ) /* banked at f000-f7ff */
|
||||
@ -491,7 +491,7 @@ ROM_END
|
||||
00000590: 0F 0B
|
||||
00000591: FF FA
|
||||
*/
|
||||
ROM_START( wc90ba )
|
||||
ROM_START( twcup90ba )
|
||||
ROM_REGION( 0x20000, "maincpu", 0 )
|
||||
ROM_LOAD( "a02.bin", 0x00000, 0x10000, CRC(192a03dd) SHA1(ab98d370bba5437f956631b0199b173be55f1c27) ) /* c000-ffff is not used */
|
||||
ROM_LOAD( "a03.bin", 0x10000, 0x10000, CRC(f54ff17a) SHA1(a19850fc28a5a0da20795a5cc6b56d9c16554bce) ) /* banked at f000-f7ff */
|
||||
@ -534,6 +534,6 @@ ROM_START( wc90ba )
|
||||
ROM_END
|
||||
|
||||
|
||||
GAME( 1989, wc90b1, wc90, wc90b, wc90b, wc90b_state, 0, ROT0, "bootleg", "Euro League (Italian hack of Tecmo World Cup '90)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1989, wc90b2, wc90, wc90b, wc90b, wc90b_state, 0, ROT0, "bootleg", "Worldcup '90", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1989, wc90ba, wc90, wc90b, wc90b, wc90b_state, 0, ROT0, "bootleg", "Euro League (Italian hack of Tecmo World Cup '90 - alt version)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1989, twcup90b1, twcup90, wc90b, wc90b, wc90b_state, 0, ROT0, "bootleg", "Euro League (Italian hack of Tecmo World Cup '90)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1989, twcup90b2, twcup90, wc90b, wc90b, wc90b_state, 0, ROT0, "bootleg", "Worldcup '90", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1989, twcup90ba, twcup90, wc90b, wc90b, wc90b_state, 0, ROT0, "bootleg", "Euro League (Italian hack of Tecmo World Cup '90 - alt version)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
|
@ -4021,7 +4021,7 @@ ROM_START( glpracr3j )
|
||||
ROM_LOAD( "mg08", 0x000000, 0x000008, CRC(679367fe) SHA1(495b03e1cdad9d6aaf509b73d837340e2b1bb23b) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( tecmowcm )
|
||||
ROM_START( twcupmil )
|
||||
TPS_BIOS
|
||||
|
||||
ROM_REGION32_LE( 0x02800000, "bankedroms", 0 )
|
||||
@ -5211,7 +5211,7 @@ GAME( 1999, flamegunj, flamegun, coh1002m, zn, zn_state, 0, ROT0, "Gaps
|
||||
GAME( 1999, lpadv, coh1002m, coh1002m, zn, zn_state, 0, ROT0, "Amuse World", "Logic Pro Adventure (Japan)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND )
|
||||
GAME( 2000, tblkkuzu, coh1002m, coh1002m, zn, zn_state, 0, ROT0, "Tamsoft / D3 Publisher", "The Block Kuzushi (Japan)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND )
|
||||
GAME( 2000, 1on1gov, coh1002m, coh1002m, zn, zn_state, 0, ROT0, "Tecmo", "1 on 1 Government (Japan)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND )
|
||||
GAME( 2000, tecmowcm, coh1002m, coh1002m, zn, zn_state, 0, ROT0, "Tecmo", "Tecmo World Cup Millennium (Japan)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND )
|
||||
GAME( 2000, twcupmil, coh1002m, coh1002m, zn, zn_state, 0, ROT0, "Tecmo", "Tecmo World Cup Millennium (Japan)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND )
|
||||
GAME( 2001, mfjump, coh1002m, coh1002m, zn, zn_state, 0, ROT0, "Tecmo", "Monster Farm Jump (Japan)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND )
|
||||
|
||||
/* Video System */
|
||||
|
@ -14134,8 +14134,8 @@ x2222o // (c) 2000, Oriental Soft
|
||||
gstriker // (c) [1993] Human
|
||||
gstrikera // (c) [1993] Human
|
||||
gstrikerj // (c) [1993] Human
|
||||
twrldc94 // (c) 1994 Tecmo
|
||||
twrldc94a // (c) 1994 Tecmo
|
||||
twcup94 // (c) 1994 Tecmo
|
||||
twcup94a // (c) 1994 Tecmo
|
||||
vgoalsca // (c) 199? Tecmo
|
||||
vgoalsoc // (c) 199? Tecmo
|
||||
|
||||
@ -20292,7 +20292,7 @@ mp_shnb3 // 09
|
||||
mp_soni2 // 07
|
||||
mp_sonic // 01
|
||||
mp_sor2 // 05
|
||||
mp_twc // 04
|
||||
mp_twcup // 04
|
||||
|
||||
@source:megasys1.cpp
|
||||
64street // (c) 1991
|
||||
@ -29418,7 +29418,7 @@ tpgolf // 0003 (c) 1990 SNK
|
||||
trally // 0038 (c) 1991 Alpha Denshi Co.
|
||||
turfmast // 0200 (c) 1996 Nazca
|
||||
twinspri // 0224 (c) 1996 ADK
|
||||
tws96 // 0086 (c) 1996 Tecmo
|
||||
twsoc96 // 0086 (c) 1996 Tecmo
|
||||
viewpoin // 0051 (c) 1992 Sammy
|
||||
vliner //
|
||||
vlinero //
|
||||
@ -37564,15 +37564,15 @@ warriorb // D24 (c) 1991 Taito Corporation (Japan)
|
||||
|
||||
@source:wc90.cpp
|
||||
pac90 // bootleg
|
||||
wc90 // (c) 1989 Tecmo
|
||||
wc90a // (c) 1989 Tecmo
|
||||
wc90b // (c) 1989 Tecmo
|
||||
wc90t // (c) 1989 Tecmo
|
||||
twcup90 // (c) 1989 Tecmo
|
||||
twcup90a // (c) 1989 Tecmo
|
||||
twcup90b // (c) 1989 Tecmo
|
||||
twcup90t // (c) 1989 Tecmo
|
||||
|
||||
@source:wc90b.cpp
|
||||
wc90b1 // bootleg
|
||||
wc90b2 // bootleg
|
||||
wc90ba // bootleg
|
||||
twcup90b1 // bootleg
|
||||
twcup90b2 // bootleg
|
||||
twcup90ba // bootleg
|
||||
|
||||
@source:wecleman.cpp
|
||||
hotchase // GX763 (c) 1988
|
||||
@ -38703,7 +38703,7 @@ strider2a // Strider 2 (ASIA 991213)
|
||||
tblkkuzu // The Block Kuzushi (JAPAN)
|
||||
techromn // Tech Romancer (EURO 980914)
|
||||
techromnu // Tech Romancer (USA 980914)
|
||||
tecmowcm // Tecmo World Cup Millennium (JAPAN)
|
||||
twcupmil // Tecmo World Cup Millennium (JAPAN)
|
||||
tgmj // Tetris The Grand Master (JAPAN 980710)
|
||||
tondemo // Tondemo Crisis (JAPAN)
|
||||
ts2 // Battle Arena Toshinden 2 (USA 951124)
|
||||
|
Loading…
Reference in New Issue
Block a user