summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/v60/v60.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/v60/v60.h')
-rw-r--r--src/emu/cpu/v60/v60.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/v60/v60.h b/src/emu/cpu/v60/v60.h
index c9392289618..7c5b8c2e758 100644
--- a/src/emu/cpu/v60/v60.h
+++ b/src/emu/cpu/v60/v60.h
@@ -157,7 +157,7 @@ private:
UINT8 OV;
UINT8 S;
UINT8 Z;
- } m_flags;
+ } m_flags;
UINT8 m_irq_line;
UINT8 m_nmi_line;
address_space *m_program;