tektagt: add one missed protection access

This commit is contained in:
Olivier Galibert 2009-04-15 21:01:08 +00:00
parent 2eddb254e2
commit cbc0b4f7d4

View File

@ -1211,6 +1211,9 @@ static READ32_HANDLER( tektagt_protection_2_r )
if(((ttt_val[1] >> 16) & 0xff) == 0x78)
data |= 0x3c7d0000;
if(((ttt_val[1] >> 16) & 0xff) == 0xa9)
data |= 0x552e0000;
return data;
}