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:
David Haywood 2013-08-22 19:35:33 +00:00
parent a642a95274
commit 61f63c5da9

View File

@ -659,6 +659,7 @@ READ16_MEMBER(ddealer_state::ddealer_mcu_r)
{
static const int resp[] =
{
0x00, /* performs a clr.l when doing the ram test, triggering a read here */
0x93, 0xc7, 0x00, 0x8000,
0x2d, 0x6d, 0x00, 0x8000,
0x99, 0xc7, 0x00, 0x8000,