mirror of
https://github.com/holub/mame
synced 2025-05-11 00:28:49 +03:00
fix ddealer regression, the 68k change broke it because it does clr.l during the ram test and our protection sim overlaying RAM is read triggered with a counter. (nw)
This commit is contained in:
parent
a642a95274
commit
61f63c5da9
@ -659,6 +659,7 @@ READ16_MEMBER(ddealer_state::ddealer_mcu_r)
|
|||||||
{
|
{
|
||||||
static const int resp[] =
|
static const int resp[] =
|
||||||
{
|
{
|
||||||
|
0x00, /* performs a clr.l when doing the ram test, triggering a read here */
|
||||||
0x93, 0xc7, 0x00, 0x8000,
|
0x93, 0xc7, 0x00, 0x8000,
|
||||||
0x2d, 0x6d, 0x00, 0x8000,
|
0x2d, 0x6d, 0x00, 0x8000,
|
||||||
0x99, 0xc7, 0x00, 0x8000,
|
0x99, 0xc7, 0x00, 0x8000,
|
||||||
|
Loading…
Reference in New Issue
Block a user