SH-2: added default SSR value, makes EGWord to boot [Angelo Salese]

This commit is contained in:
Scott Stone 2014-12-15 12:54:02 -05:00
parent c4d220a683
commit 0c466639a9

View File

@ -699,8 +699,8 @@ READ32_MEMBER( sh2_device::sh2_internal_r )
case 0x00:
break;
case 0x01:
return m_m[1] | 0; // bit31 is TDRE: Trasmit Data Register Empty. Forcing it to be '1' breaks Saturn ...
// return m_m[1] | (0x84 << 24); // ... but this is actually needed to make EGWord on SS to boot?
// return m_m[1] | 0; // bit31 is TDRE: Trasmit Data Register Empty. Forcing it to be '1' breaks Saturn ...
return m_m[1] | (0x84 << 24); // ... but this is actually needed to make EGWord on SS to boot?
case 0x04: // TIER, FTCSR, FRC
if ( mem_mask == 0x00ff0000 )