diff options
author | 2013-09-17 06:47:03 +0000 | |
---|---|---|
committer | 2013-09-17 06:47:03 +0000 | |
commit | 96aa5e1c086b4927456dc88b925d8ec112f0482e (patch) | |
tree | f59d136c51d4a065f39e3ab0d73981526c4d156b /src/emu/cpu/m37710 | |
parent | a7d12daf5b4c3374e8ad47a003ac7fff73d5c8fc (diff) |
Cleanups and version bumpmame0150
Diffstat (limited to 'src/emu/cpu/m37710')
-rw-r--r-- | src/emu/cpu/m37710/m37710.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/m37710/m37710.h b/src/emu/cpu/m37710/m37710.h index 32f33a81067..1aa492f99cb 100644 --- a/src/emu/cpu/m37710/m37710.h +++ b/src/emu/cpu/m37710/m37710.h @@ -161,7 +161,7 @@ private: address_space *m_program; address_space *m_io; UINT32 m_stopped; /* Sets how the CPU is stopped */ - + // on-board peripheral stuff UINT8 m_m37710_regs[128]; attotime m_reload[8]; |