mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
Opening up a new branch for sh7604 rewrite.
This commit is contained in:
parent
084af3883b
commit
89d21d87d3
@ -725,7 +725,7 @@ READ32_MEMBER( sh2_device::sh7604_r )
|
||||
return (m_m[0x38] & 0x7fffffff) | (m_nmi_line_state == ASSERT_LINE ? 0 : 0x80000000);
|
||||
|
||||
case 0x78: // BCR1
|
||||
return m_is_slave ? 0x00008000 : 0;
|
||||
return (m_is_slave ? 0x00008000 : 0) | (m_m[0x78] & 0x7fff);
|
||||
|
||||
case 0x41: // dvdntl mirrors
|
||||
case 0x47:
|
||||
|
Loading…
Reference in New Issue
Block a user