mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
New games added
--------------- Dungeon Explorer (Tourvision PCE bootleg) [Charles MacDonald, AUMAP, ClawGrip] Super Volleyball (Tourvision PCE bootleg) [Charles MacDonald, AUMAP, ClawGrip]
This commit is contained in:
parent
232af90e16
commit
2fd385bd05
@ -492,15 +492,34 @@ ROM_START(tvsci)
|
||||
TOURVISION_BIOS
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START(tvlegaxe)
|
||||
ROM_REGION( 0x100000, "maincpu", 0 )
|
||||
ROM_LOAD( "tourv_makyodensetsuthelegendaryaxe.bin", 0x00000, 0x100000, CRC(50ec3f97) SHA1(d583fa240a4dfd14b0d53ff78762fbac52694dd2) )
|
||||
|
||||
TOURVISION_BIOS
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START(tvsvball)
|
||||
ROM_REGION( 0x100000, "maincpu", 0 )
|
||||
ROM_LOAD( "tourv_supervalleyball.bin", 0x00000, 0x100000, CRC(8a32a1ca) SHA1(80144fb4035415eb9b2c67d78d55757ed0d641a1) )
|
||||
|
||||
TOURVISION_BIOS
|
||||
ROM_END
|
||||
|
||||
|
||||
static DRIVER_INIT(tourvision)
|
||||
{
|
||||
DRIVER_INIT_CALL(pce);
|
||||
}
|
||||
|
||||
GAME( 19??, tourvis, 0, tourvision, tourvision, tourvision, ROT0, "bootleg (Tourvision)", "Tourvision PCE bootleg", GAME_IS_BIOS_ROOT | GAME_NOT_WORKING )
|
||||
GAME( 1988, tvlegaxe, tourvis, tourvision, tourvision, tourvision, ROT0, "bootleg (Tourvision) / Victor Musical Industries, Inc.", " Makyo Densetsu - The Legenary Axe (Tourvision PCE bootleg)", GAME_IMPERFECT_SOUND | GAME_NOT_WORKING )
|
||||
GAME( 1989, tvusapb, tourvis, tourvision, tourvision, tourvision, ROT0, "bootleg (Tourvision) / Aicom", "USA Pro Basketball (Tourvision PCE bootleg)", GAME_IMPERFECT_SOUND | GAME_NOT_WORKING )
|
||||
GAME( 1989, tvdunexp, tourvis, tourvision, tourvision, tourvision, ROT0, "bootleg (Tourvision) / Hudson / Atlus", "Dungeon Explorer (Tourvision PCE bootleg)", GAME_IMPERFECT_SOUND | GAME_NOT_WORKING )
|
||||
GAME( 1990, tvthbld, tourvis, tourvision, tourvision, tourvision, ROT0, "bootleg (Tourvision) / Sega / NEC Avenue", "Thunder Blade (Tourvision PCE bootleg)", GAME_IMPERFECT_SOUND | GAME_NOT_WORKING )
|
||||
GAME( 1990, tvrs2, tourvis, tourvision, tourvision, tourvision, ROT0, "bootleg (Tourvision) / Taito", "Rastan Saga II (Tourvision PCE bootleg)", GAME_IMPERFECT_SOUND | GAME_NOT_WORKING )
|
||||
GAME( 1990, tvsvball, tourvis, tourvision, tourvision, tourvision, ROT0, "bootleg (Tourvision) / Video System", "Super Volleyball (Tourvision PCE bootleg)", GAME_IMPERFECT_SOUND | GAME_NOT_WORKING )
|
||||
GAME( 1991, tvpwlg4, tourvis, tourvision, tourvision, tourvision, ROT0, "bootleg (Tourvision) / Hudson", "Power League IV (Tourvision PCE bootleg)", GAME_IMPERFECT_SOUND | GAME_NOT_WORKING )
|
||||
GAME( 1991, tvsci, tourvis, tourvision, tourvision, tourvision, ROT0, "bootleg (Tourvision) / Taito", "Special Criminal Investigation (Tourvision PCE bootleg)", GAME_IMPERFECT_SOUND | GAME_NOT_WORKING )
|
||||
|
@ -10810,12 +10810,14 @@ paclandp // (c) 1989 Namco
|
||||
ggconnie // (c) ???? Capcom
|
||||
paranoia // (c) 1990 Naxat Soft
|
||||
tourvis // (c) ???? Tourvision
|
||||
tvlegaxe // (c) 1988 Victor Musical Industries, Inc. (Tourvision bootleg)
|
||||
tvusapb // (c) 1989 Aicom (Tourvision bootleg)
|
||||
tvdunexp // (c) 1989 Hudson / Atlus (Tourvision bootleg)
|
||||
tvthbld // (c) 1990 Sega / NEC Avenue (Tourvision bootleg)
|
||||
tvrs2 // (c) 1990 Taito (Tourvision bootleg)
|
||||
tvpwlg4 // (c) 1991 Hudson (Tourvision bootleg)
|
||||
tvsci // (c) 1991 Taito (Tourvision bootleg)
|
||||
tvsvball // (c) 1990 Video System (Tourvision bootleg)
|
||||
vcombat // (c) 1993 VR8 Inc.
|
||||
shadfgtr // (c) 1993 DUTECH Inc.
|
||||
skimaxx // (c) 1996 Kyle Hodgetts/ICE
|
||||
|
Loading…
Reference in New Issue
Block a user