summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6809/base6x09.ops
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6809/base6x09.ops')
-rw-r--r--src/devices/cpu/m6809/base6x09.ops4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/m6809/base6x09.ops b/src/devices/cpu/m6809/base6x09.ops
index bb036d1bd6d..a987b5a1594 100644
--- a/src/devices/cpu/m6809/base6x09.ops
+++ b/src/devices/cpu/m6809/base6x09.ops
@@ -600,7 +600,7 @@ PSHS:
@m_temp.w = read_opcode_arg();
@dummy_vma(2);
set_regop16(m_s);
- if(!hd6309_native_mode() {
+ if(!hd6309_native_mode()) {
@(void)read_memory(regop16().w);
;
}
@@ -616,7 +616,7 @@ PSHU:
@m_temp.w = read_opcode_arg();
@dummy_vma(2);
set_regop16(m_u);
- if(!hd6309_native_mode() {
+ if(!hd6309_native_mode()) {
@(void)read_memory(regop16().w);
;
}