mirror of
https://github.com/holub/mame
synced 2025-05-24 23:05:32 +03:00
New games added as NOT_WORKING
---------------------------------- Dungeon Explorer (Tourvision PCE bootleg) [Charles McDonald, Clawgrip, AUMAP]
This commit is contained in:
parent
f94a7d1062
commit
4dc6cec560
@ -320,6 +320,20 @@ ROM_START(tvusapb)
|
||||
TOURVISION_BIOS
|
||||
ROM_END
|
||||
|
||||
/*
|
||||
Hudson / Atlus Dungeon Explorer TourVision cart.
|
||||
|
||||
Notes:
|
||||
-Cart's A18 line (pin 32) seems not connected to anything.
|
||||
*/
|
||||
|
||||
ROM_START(tvdunexp)
|
||||
ROM_REGION( 0x100000, "maincpu", 0 )
|
||||
ROM_LOAD( "tourv_dungeonexplorer.bin", 0x00000, 0x100000, CRC(6ecc87f4) SHA1(02eb3ae0b336dbcda12166b10c9f19486fb177e0) )
|
||||
|
||||
TOURVISION_BIOS
|
||||
ROM_END
|
||||
|
||||
/*
|
||||
Sega Thunder Blade Tourvision cart.
|
||||
|
||||
@ -393,6 +407,7 @@ static DRIVER_INIT(tourvision)
|
||||
|
||||
GAME( 19??, tourvis, 0, tourvision, tourvision, tourvision, ROT0, "bootleg (Tourvision)", "Tourvision PCE bootleg", GAME_IS_BIOS_ROOT | 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( 1991, tvpwlg4, tourvis, tourvision, tourvision, tourvision, ROT0, "bootleg (Tourvision) / Hudson", "Power League IV (Tourvision PCE bootleg)", GAME_IMPERFECT_SOUND | GAME_NOT_WORKING )
|
||||
|
@ -10643,6 +10643,7 @@ ggconnie // (c) ???? Capcom
|
||||
paranoia // (c) 1990 Naxat Soft
|
||||
tourvis // (c) ???? Tourvision
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user