summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms32051/tms32051.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/tms32051/tms32051.c')
-rw-r--r--src/emu/cpu/tms32051/tms32051.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/tms32051/tms32051.c b/src/emu/cpu/tms32051/tms32051.c
index c4ddc7de55e..01a5a414022 100644
--- a/src/emu/cpu/tms32051/tms32051.c
+++ b/src/emu/cpu/tms32051/tms32051.c
@@ -35,7 +35,7 @@ enum
TMS32051_AR4,
TMS32051_AR5,
TMS32051_AR6,
- TMS32051_AR7,
+ TMS32051_AR7
};
@@ -78,7 +78,7 @@ offs_t tms32051_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8
#define CYCLES(x) (m_icount -= x)
-#define ROPCODE() m_direct->read_decrypted_word((m_pc++) << 1)
+#define ROPCODE() m_direct->read_word((m_pc++) << 1)
void tms32051_device::CHANGE_PC(UINT16 new_pc)
{