mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
tektagt: add one missed protection access
This commit is contained in:
parent
2eddb254e2
commit
cbc0b4f7d4
@ -1211,6 +1211,9 @@ static READ32_HANDLER( tektagt_protection_2_r )
|
|||||||
if(((ttt_val[1] >> 16) & 0xff) == 0x78)
|
if(((ttt_val[1] >> 16) & 0xff) == 0x78)
|
||||||
data |= 0x3c7d0000;
|
data |= 0x3c7d0000;
|
||||||
|
|
||||||
|
if(((ttt_val[1] >> 16) & 0xff) == 0xa9)
|
||||||
|
data |= 0x552e0000;
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user