summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh/sh4fe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sh/sh4fe.cpp')
-rw-r--r--src/devices/cpu/sh/sh4fe.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/sh/sh4fe.cpp b/src/devices/cpu/sh/sh4fe.cpp
index 9c8f7b77248..ca122cd4eb4 100644
--- a/src/devices/cpu/sh/sh4fe.cpp
+++ b/src/devices/cpu/sh/sh4fe.cpp
@@ -36,7 +36,7 @@ uint16_t sh4be_frontend::read_word(opcode_desc &desc)
if (desc.physpc >= 0xe0000000)
return m_sh->m_direct->read_word(desc.physpc, SH34BE_CODE_XOR(0));
- return m_sh->m_direct->read_word(desc.physpc & SH34_AM, SH34BE_CODE_XOR(0));
+ return m_sh->m_direct->read_word(desc.physpc & SH34_AM, SH34BE_CODE_XOR(0));
}
@@ -259,7 +259,7 @@ bool sh4_frontend::describe_group_15(opcode_desc &desc, const opcode_desc *prev,
case 0x0e: return true; // FMAC(opcode); break;
case 0x0f:
return true;
- //if (opcode == 0xffff) return true; // atomiswave uses ffff as NOP?
+ //if (opcode == 0xffff) return true; // atomiswave uses ffff as NOP?
//return false; // dbreak(opcode); break;
}
return false;