summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/etc/template_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/etc/template_cpu.h')
-rw-r--r--src/mame/etc/template_cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/etc/template_cpu.h b/src/mame/etc/template_cpu.h
index f5ba367b2c3..764caf01d2c 100644
--- a/src/mame/etc/template_cpu.h
+++ b/src/mame/etc/template_cpu.h
@@ -52,8 +52,8 @@ protected:
private:
address_space_config m_program_config;
- UINT8 m_pc; /* registers */
- UINT8 m_flags; /* flags */
+ UINT8 m_pc; /* registers */
+ UINT8 m_flags; /* flags */
address_space *m_program;
address_space *m_data;
int m_icount;