summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z8000/z8000cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/z8000/z8000cpu.h')
-rw-r--r--src/devices/cpu/z8000/z8000cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z8000/z8000cpu.h b/src/devices/cpu/z8000/z8000cpu.h
index 102cac41f0e..dc65a8dc3df 100644
--- a/src/devices/cpu/z8000/z8000cpu.h
+++ b/src/devices/cpu/z8000/z8000cpu.h
@@ -42,7 +42,7 @@
#define RQ(n) m_regs.Q[(n) >> 2]
/* the register used as stack pointer */
-#define SP (segmented_mode() ? 14 : 15)
+#define SP (get_segmented_mode() ? 14 : 15)
/* these vectors are based on m_psap */
#define RST (PSA_ADDR() + 0) /* start up m_fcw and m_pc */