MAMEWorld >> News
View all threads Index   Flat Mode Flat  

CaH4e3
Demul coder
Reged: 08/17/08
Posts: 164
Send PM
Re: Ninja Assault appearance !
04/16/12 10:11 PM


> I have a screenshot of the ROM test on hardware. I can assure you that ---- is
> correct in this instance

i mean, your words about "ic 0" is not populated... that's not true... ---- shows the same on any ic22 on the regular carts... it's just shows you that there is no checksum for this chip inside list.

> > your 8mb problem can be solved if you relocate just the first half of the main
> > executable from 800000 to 400000 address
>
> That's not correct. One of the address bits controls if part (Sega carts) or all
> (Namco carts) of the contents appears 8 MB earlier than their true address. That's
> the part I don't understand; DEMUL clearly emulates it correctly since you get the
> -----.

correct it or not for the real hardware I don't know, but that is makes romboard test show correct results and booting... Even 000000-3fffff area may be empty at all...

MAME:

Code:

	ROM_LOAD("nja3vera_fl1.2d",	0x00800000,	0x00800000, CRC(442cb858) ) 
ROM_RELOAD( 0x00000000, 0x00800000)
ROM_LOAD("nja3vera_fl2.2c", 0x01000000, 0x00800000, CRC(1f81f46b) )
ROM_LOAD("nja3vera_fl3.2b", 0x01800000, 0x00800000, CRC(24974c3d) )


Result:

Demul:

Code:

	ROM_LOAD("nja3vera_fl1.2d",	0x00800000,	0x00800000, CRC(442cb858) ) 
ROM_RELOAD( 0x00400000, 0x00400000)
ROM_LOAD("nja3vera_fl2.2c", 0x01000000, 0x00800000, CRC(1f81f46b) )
ROM_LOAD("nja3vera_fl3.2b", 0x01800000, 0x00800000, CRC(24974c3d) )


Result:







Entire thread
Subject Posted by Posted on
* Ninja Assault appearance ! CTOJAH 04/16/12 05:16 PM
. * Re: Ninja Assault appearance ! Cable  04/17/12 12:59 PM
. * Re: Ninja Assault appearance ! Bekki Doll  04/18/12 02:39 AM
. * Re: Ninja Assault appearance ! Anonymous  04/16/12 07:12 PM
. * Re: Ninja Assault appearance ! Osso1  04/16/12 05:40 PM
. * Re: Ninja Assault appearance ! CTOJAH  04/16/12 06:05 PM
. * Re: Ninja Assault appearance ! R. Belmont  04/16/12 08:40 PM
. * Re: Ninja Assault appearance ! CaH4e3  04/16/12 09:13 PM
. * Re: Ninja Assault appearance ! R. Belmont  04/16/12 09:49 PM
. * Re: Ninja Assault appearance ! CaH4e3  04/16/12 10:11 PM
. * Re: Ninja Assault appearance ! etabeta  04/16/12 06:58 PM
. * Re: Ninja Assault appearance ! Osso1  04/16/12 06:35 PM
. * Re: Ninja Assault appearance ! Lewis King  04/16/12 05:43 PM
. * Re: Ninja Assault appearance ! greybeard  04/16/12 05:34 PM

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