Previous 199869 Revisions Next

r33905 Monday 15th December, 2014 at 17:54:02 UTC by Scott Stone
SH-2: added default SSR value, makes EGWord to boot [Angelo Salese]
[src/emu/cpu/sh2]sh2comn.c

trunk/src/emu/cpu/sh2/sh2comn.c
r242416r242417
699699   case 0x00:
700700      break;
701701   case 0x01:
702      return m_m[1] | 0; // bit31 is TDRE: Trasmit Data Register Empty. Forcing it to be '1' breaks Saturn ...
703//      return m_m[1] | (0x84 << 24); // ... but this is actually needed to make EGWord on SS to boot?
702//      return m_m[1] | 0; // bit31 is TDRE: Trasmit Data Register Empty. Forcing it to be '1' breaks Saturn ...
703      return m_m[1] | (0x84 << 24); // ... but this is actually needed to make EGWord on SS to boot?
704704
705705   case 0x04: // TIER, FTCSR, FRC
706706      if ( mem_mask == 0x00ff0000 )


Previous 199869 Revisions Next


© 1997-2024 The MAME Team