summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tourvis.c
diff options
context:
space:
mode:
author mariuszw1 <mariuszw1@users.noreply.github.com>2012-01-30 20:36:52 +0000
committer mariuszw1 <mariuszw1@users.noreply.github.com>2012-01-30 20:36:52 +0000
commit4dc6cec56040d94880fa9eaa84e672644c0b8c74 (patch)
tree17ec19085aaf5abc0393fc0adcfdebb0af40c0a5 /src/mame/drivers/tourvis.c
parentf94a7d10627338e8a82eb863507c60e3c2f453c9 (diff)
New games added as NOT_WORKING
---------------------------------- Dungeon Explorer (Tourvision PCE bootleg) [Charles McDonald, Clawgrip, AUMAP]
Diffstat (limited to 'src/mame/drivers/tourvis.c')
-rw-r--r--src/mame/drivers/tourvis.c15
1 files changed, 15 insertions, 0 deletions
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
@@ -321,6 +321,20 @@ ROM_START(tvusapb)
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.
Notes:
@@ -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 )