mirror of
https://github.com/holub/mame
synced 2025-06-02 02:49:44 +03:00
Fixed a surely wrong Maple behaviour, will double-check it later but this fix should allow Under Defeat to boot.
This commit is contained in:
parent
9899c14bdc
commit
7ee34f4d3a
@ -579,6 +579,8 @@ WRITE64_HANDLER( dc_maple_w )
|
||||
dap=(buff[2] >> 8) & 255;
|
||||
sap=(buff[2] >> 16) & 255;
|
||||
//buff[0]=0;
|
||||
//if(buff[1] == 0x700)
|
||||
// printf("%08x %08x",buff[0],buff[2]);
|
||||
ddtdata.size=4;
|
||||
|
||||
if (pattern == 0)
|
||||
@ -818,8 +820,9 @@ WRITE64_HANDLER( dc_maple_w )
|
||||
#if DEBUG_MAPLE
|
||||
printf("MAPLE: unknown transfer command %x port %x\n", command, port);
|
||||
#endif
|
||||
ddtdata.length=1;
|
||||
buff[0]=0xffffffff;
|
||||
ddtdata.length=0;
|
||||
endflag = 1; /*TODO: check this */
|
||||
//buff[0]=0xffffffff;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user