diff options
Diffstat (limited to 'src/emu/cpu/sh4/sh4.h')
| -rw-r--r-- | src/emu/cpu/sh4/sh4.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/cpu/sh4/sh4.h b/src/emu/cpu/sh4/sh4.h index e7ad4fd9cb0..5a621b8cfc7 100644 --- a/src/emu/cpu/sh4/sh4.h +++ b/src/emu/cpu/sh4/sh4.h @@ -693,9 +693,9 @@ protected: #if SH4_USE_FASTRAM_OPTIMIZATION /* fast RAM */ bool m_bigendian; - UINT32 m_byte_xor; - UINT32 m_word_xor; - UINT32 m_dword_xor; + UINT32 m_byte_xor; + UINT32 m_word_xor; + UINT32 m_dword_xor; UINT32 m_fastram_select; struct { |
