From 4dc6cec56040d94880fa9eaa84e672644c0b8c74 Mon Sep 17 00:00:00 2001 From: mariuszw1 Date: Mon, 30 Jan 2012 20:36:52 +0000 Subject: [PATCH] New games added as NOT_WORKING ---------------------------------- Dungeon Explorer (Tourvision PCE bootleg) [Charles McDonald, Clawgrip, AUMAP] --- src/mame/drivers/tourvis.c | 15 +++++++++++++++ src/mame/mame.lst | 1 + 2 files changed, 16 insertions(+) diff --git a/src/mame/drivers/tourvis.c b/src/mame/drivers/tourvis.c index 3f824976e58..1176a9c64f4 100644 --- a/src/mame/drivers/tourvis.c +++ b/src/mame/drivers/tourvis.c @@ -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 ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 41ff0bba4f1..2f0cec86c7c 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -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)