From b7597bff1be9eefd75b2a3446d2427551d0550f8 Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Wed, 19 Aug 2009 17:06:07 +0000 Subject: [PATCH] New games marked as GAME_NOT_WORKING ------------------------------------ Extreme Hunting 2 [Guru] I don't have an encryption key for this yet so don't try to run it :) --- src/mame/drivers/naomi.c | 39 +++++++++++++++++++++++++++++++++++---- src/mame/mamedriv.c | 2 +- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/src/mame/drivers/naomi.c b/src/mame/drivers/naomi.c index 89c1a4deab0..61c3eed5778 100644 --- a/src/mame/drivers/naomi.c +++ b/src/mame/drivers/naomi.c @@ -6,8 +6,6 @@ David Haywood, Angelo Salese and Olivier Galibert Notes: - NAMCO Naomi games require a Namco specific BIOS - Several early Naomi games are running on an earlier revision mainboard (HOTD2 etc.) which appears to have an earlier revision of the graphic chip. Attempting to run these games on the later board results in graphical glitches and/or other problems. @@ -1005,8 +1003,6 @@ Notes: CN4 - Gun connection for player 1 trigger and optical CN5 - Gun connection for player 1 pump switch - - */ #include "driver.h" @@ -5355,6 +5351,21 @@ static DRIVER_INIT(xtrmhunt) DRIVER_INIT_CALL(atomiswave); } +static DRIVER_INIT(xtrmhnt2) +{ + int i; + UINT16 *src = (UINT16 *)(memory_region(machine, "user1")); + + long rom_size = memory_region_length(machine, "user1"); + + for(i=0; i