summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-07-09 08:37:12 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-07-09 08:37:12 +0000
commit79a9514849c48439770d2930ba8b7702ac0e6a73 (patch)
tree4eb213ea967d14cc3948744a5ea4c8942b5e327f
parent2dca7f9ceed1e2d8e7e6511a84cb24244e002261 (diff)
New not working
The House of the Dead III [GDX-0001] [MAME Italia]
-rw-r--r--src/mame/drivers/chihiro.c15
-rw-r--r--src/mame/mamedriv.c2
2 files changed, 16 insertions, 1 deletions
diff --git a/src/mame/drivers/chihiro.c b/src/mame/drivers/chihiro.c
index 3a8a9c1a0e0..0f40d11ff8d 100644
--- a/src/mame/drivers/chihiro.c
+++ b/src/mame/drivers/chihiro.c
@@ -71,6 +71,20 @@ ROM_START( chihiro )
ROM_REGION( 0x8400000, "user1", ROMREGION_ERASE)
ROM_END
+
+
+ROM_START( hotd3 )
+ CHIHIRO_BIOS
+
+ ROM_REGION( 0x20000000, "user1", ROMREGION_ERASE) // allocate max size in init instead?
+
+ DISK_REGION( "gdrom" )
+ DISK_IMAGE_READONLY( "gdx-0001", 0, SHA1(174c72f851d0c97e8993227467f16b0781ed2f5c) )
+
+ ROM_REGION( 0x50, "picreturn", ROMREGION_ERASE)
+ ROM_LOAD("317-0348-com.data", 0x00, 0x50, CRC(d28219ef) SHA1(40dbbc092bc9f99b8d2ae67fbefacd62184f90ec) )
+ROM_END
+
/*
Title GHOST SQUAD
@@ -191,6 +205,7 @@ ROM_END
GAME( 200?, chihiro, 0, chihirogd, chihiro, 0, ROT0, "Sega", "Chihiro Bios", GAME_NO_SOUND|GAME_NOT_WORKING|GAME_IS_BIOS_ROOT )
+GAME( 2002, hotd3, chihiro, chihirogd, chihiro, 0, ROT0, "Sega", "The House of the Dead III [GDX-0001]", GAME_NO_SOUND|GAME_NOT_WORKING )
GAME( 2005, mj2, chihiro, chihirogd, chihiro, 0, ROT0, "Sega", "Sega Network Taisen Mahjong MJ 2 (Rev C) [GDX-0006C]", GAME_NO_SOUND|GAME_NOT_WORKING )
GAME( 2005, wangmid, chihiro, chihirogd, chihiro, 0, ROT0, "Sega", "Wangan Midnight Maximum Tune (Rev. B) (Export) (GDX-0009B)", GAME_NO_SOUND|GAME_NOT_WORKING )
GAME( 2005, wangmid2, chihiro, chihirogd, chihiro, 0, ROT0, "Sega", "Wangan Midnight Maximum Tune 2 (Export) (GDX-0015)", GAME_NO_SOUND|GAME_NOT_WORKING )
diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c
index 20e3976924a..ab3dac54468 100644
--- a/src/mame/mamedriv.c
+++ b/src/mame/mamedriv.c
@@ -4582,7 +4582,7 @@ BOMULEUL CHAJARA SEGA ST-V 1997/04/11
/* Chihiro (X-Box based) */
DRIVER( chihiro )
- /* 2002.12 The House of the Dead III */
+ DRIVER( hotd3 ) /* 2002.12 The House of the Dead III */
/* 2003.03 Crazy Taxi High Roller */
DRIVER( vcop3 ) /* 2003.04 Virtua Cop 3 */
/* 2003.12 Outrun 2 */