MAMEWorld >> News
Index   Flat Mode Flat  

Bart T.
Reged: 01/07/06
Posts: 196
Send PM
Re: NAOMI Development BOOT ROM
12/05/15 02:21 AM


> > Wait are you guys saying this is actually a hidden mode already in standard Naomi
> > roms? (rather than a special rom that Sega only gave out to Naomi developers?)
>
> For Naomi, this is a developer-only thing. Bart is saying some Model 3 games as
> shipped may contain a similar debug mode, but they haven't confirmed that (it's
> possible that the text is present but the code/data isn't) or figured out how to
> enable it.

The Scud Race one can be accessed by patching the ROM. For those who can build Supermodel, the necessary change would be to Src/Model3/Model3.cpp immediately after line 2943:


Code:


else if (!strcmp(Game->id, "scud"))
{
*(UINT32 *) &crom[0x799DE8] = 0x00050208; // debug menu
}



(I haven't actually tested this in ages, though.)

With the patch, attempting to enter the service menu will instead activate the debug menu. To my knowledge, nobody knows whether it's actually possible to activate this code without a patch like this. I believe VF3 also contains a similar menu. It's not nearly as cool as the Naomi one but I think it has a flat-shaded spinning cube or two.


Bart







Entire thread
Subject Posted by Posted on
* NAOMI Development BOOT ROM SmitdoggAdministrator 12/03/15 06:53 AM
. * Re: NAOMI Development BOOT ROM Bart T.  12/04/15 04:31 AM
. * Re: NAOMI Development BOOT ROM SmitdoggAdministrator  12/04/15 04:32 AM
. * Re: NAOMI Development BOOT ROM JustNiz  12/04/15 04:10 PM
. * Re: NAOMI Development BOOT ROM R. Belmont  12/04/15 05:59 PM
. * Re: NAOMI Development BOOT ROM Bart T.  12/05/15 02:21 AM

Extra information Permissions
Moderator:  John IV, Robbbert, Tafoid 
0 registered and 195 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 3258