summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/devcpu.h')
-rw-r--r--src/emu/devcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/devcpu.h b/src/emu/devcpu.h
index e2bcfa75ac0..fecc9dd9bdc 100644
--- a/src/emu/devcpu.h
+++ b/src/emu/devcpu.h
@@ -412,7 +412,7 @@ protected:
protected:
// internal state
cpu_get_info_func m_get_info;
- address_space_config m_space_config[3]; // array of address space configs
+ address_space_config m_space_config[3]; // array of address space configs
void * m_token; // pointer to our state
cpu_set_info_func m_set_info; // extracted legacy function pointers