mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
SH-2: added default SSR value, makes EGWord to boot [Angelo Salese]
This commit is contained in:
parent
c4d220a683
commit
0c466639a9
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user