diff options
author | 2013-05-20 06:51:25 +0000 | |
---|---|---|
committer | 2013-05-20 06:51:25 +0000 | |
commit | 1c05ccc93bd32a9bb5a50f18e2e8bd29c3511e25 (patch) | |
tree | 7133a7cea14e7c27e731c320b87663971b1a31d3 /src/emu/sound/tms5110.h | |
parent | cae878c9b438a4b88678db213db9c4aed215b5cc (diff) |
Cleanups and version bumpmame0148u5
Diffstat (limited to 'src/emu/sound/tms5110.h')
-rw-r--r-- | src/emu/sound/tms5110.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/tms5110.h b/src/emu/sound/tms5110.h index da3d533c795..d06578e6763 100644 --- a/src/emu/sound/tms5110.h +++ b/src/emu/sound/tms5110.h @@ -99,7 +99,7 @@ private: UINT8 m_PDC; UINT8 m_CTL_pins; UINT8 m_speaking_now; -protected: UINT8 m_talk_status; private: +protected: UINT8 m_talk_status; private: UINT8 m_state; /* Rom interface */ |