mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
01755: mmatrix, mmatrixj: CPS-B read port 10
This commit is contained in:
parent
b316720eaf
commit
896776258a
@ -1514,6 +1514,11 @@ READ16_HANDLER( cps1_cps_b_r )
|
||||
|
||||
if (cps_version == 2)
|
||||
{
|
||||
if (offset == 0x10/2)
|
||||
{
|
||||
// UNKNOWN--only mmatrix appears to read this, and I'm not sure if the result is actuallyused
|
||||
return cps1_cps_b_regs[0x10/2];
|
||||
}
|
||||
if (offset == 0x12/2)
|
||||
{
|
||||
return cps1_cps_b_regs[0x12/2];
|
||||
|
Loading…
Reference in New Issue
Block a user