diff options
author | 2011-05-08 19:52:50 +0000 | |
---|---|---|
committer | 2011-05-08 19:52:50 +0000 | |
commit | 787811844666f4058bb408e9fbf00efc304c8e48 (patch) | |
tree | 3e393ead2773a45f963880594a48ebd64a332e27 /src/emu/devcpu.h | |
parent | 2bb589beaf77f9ac14481cd2413bf610c97690f8 (diff) |
Cleanups and version bumpmame0142u3
Diffstat (limited to 'src/emu/devcpu.h')
-rw-r--r-- | src/emu/devcpu.h | 2 |
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 |