summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h8/h8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h8/h8.c')
-rw-r--r--src/emu/cpu/h8/h8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/h8/h8.c b/src/emu/cpu/h8/h8.c
index fb6b9875fd0..9084c0b76fa 100644
--- a/src/emu/cpu/h8/h8.c
+++ b/src/emu/cpu/h8/h8.c
@@ -511,7 +511,7 @@ offs_t h8_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8 *oprom
UINT16 h8_device::read16i(UINT32 adr)
{
icount--;
- return direct->read_decrypted_word(adr & ~1);
+ return direct->read_word(adr & ~1);
}
UINT16 h8_device::fetch()