MAMEWorld >> News
View all threads Index   Flat Mode Flat  

Haze
Reged: 09/23/03
Posts: 5245
Send PM
Re: DU: If mamedevs can't emulate this accurately then I QUIT
08/06/18 07:31 PM


> Zoar redump matched mame

yeah, Tafoid let me know, means we can update the comment in here at least to confirm it isn't a bad dump. Knowing the dump is fine gives more incentive to find the real problem at least, thanks to Joe for checking. This comment has been in MAME for a long time.


Code:


void btime_state::init_zoar()
{
uint8_t *rom = memregion("maincpu")->base();

/* At location 0xD50A is what looks like an undocumented opcode. I tried
implementing it given what opcode 0x23 should do, but it still didn't
work in demo mode. So this could be another protection or a bad ROM read.
I'm NOPing it out for now. */
memset(&rom[0xd50a],0xea,8);

m_audio_nmi_enable_type = AUDIO_ENABLE_AY8910;
}



The Treasure Island situation is slightly different as we know what the opcodes should be already from the cassette version they can't be NOPs. In the case of Zoar maybe they're using a CPU type where this undocumented instruction does simply act as a NOP.







Entire thread
Subject Posted by Posted on
* DU: If mamedevs can't emulate this accurately then I QUIT SmitdoggAdministrator 08/03/18 10:31 AM
. * Re: DU: If mamedevs can't emulate this accurately then I QUIT Moose  08/04/18 12:22 PM
. * Re: DU: If mamedevs can't emulate this accurately then I QUIT Haze  08/04/18 03:33 AM
. * Re: DU: If mamedevs can't emulate this accurately then I QUIT SmitdoggAdministrator  08/06/18 06:59 PM
. * Re: DU: If mamedevs can't emulate this accurately then I QUIT Haze  08/06/18 07:31 PM
. * Re: DU: If mamedevs can't emulate this accurately then I QUIT SmitdoggAdministrator  08/04/18 09:12 AM
. * Re: DU: If mamedevs can't emulate this accurately then I QUIT Haze  08/03/18 01:09 PM
. * Re: DU: If mamedevs can't emulate this accurately then I QUIT Ordyne  08/06/18 06:00 PM
. * Re: DU: If mamedevs can't emulate this accurately then I QUIT Olivier Galibert  08/03/18 01:07 PM
. * Re: DU: If mamedevs can't emulate this accurately then I QUIT MetalliC  08/03/18 02:50 PM
. * Re: DU: If mamedevs can't emulate this accurately then I QUIT R. Belmont  08/03/18 04:23 PM
. * Re: DU: If mamedevs can't emulate this accurately then I QUIT Haze  08/03/18 01:09 PM

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