From 00f6256e4a761b07d31b76ef30dca5e4deecc98a Mon Sep 17 00:00:00 2001 From: smf- Date: Tue, 27 Sep 2016 20:55:42 +0100 Subject: change cpu cores pcbase handling to be consistent with the majority of cpu cores, now that the debugger relies on it. (nw) --- src/devices/cpu/tms34010/tms34010.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/cpu/tms34010') diff --git a/src/devices/cpu/tms34010/tms34010.cpp b/src/devices/cpu/tms34010/tms34010.cpp index dd45a91a848..c2e67ccee7c 100644 --- a/src/devices/cpu/tms34010/tms34010.cpp +++ b/src/devices/cpu/tms34010/tms34010.cpp @@ -742,8 +742,8 @@ void tms340x0_device::execute_run() do { UINT16 op; - debugger_instruction_hook(this, m_pc); m_ppc = m_pc; + debugger_instruction_hook(this, m_pc); op = ROPCODE(); (this->*s_opcode_table[op >> 4])(op); } while (m_icount > 0); -- cgit v1.2.3-70-g09d2