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/sound/lmc1992.h | |
parent | 2bb589beaf77f9ac14481cd2413bf610c97690f8 (diff) |
Cleanups and version bumpmame0142u3
Diffstat (limited to 'src/emu/sound/lmc1992.h')
-rw-r--r-- | src/emu/sound/lmc1992.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/sound/lmc1992.h b/src/emu/sound/lmc1992.h index fc67aa5cde9..0cc9965ad37 100644 --- a/src/emu/sound/lmc1992.h +++ b/src/emu/sound/lmc1992.h @@ -1,7 +1,7 @@ /********************************************************************** - LMC1992 Digitally-Controlled Stereo Tone and Volume Circuit with - Four-Channel Input-Selector emulation + LMC1992 Digitally-Controlled Stereo Tone and Volume Circuit with + Four-Channel Input-Selector emulation Copyright MESS Team. Visit http://mamedev.org for licensing and usage restrictions. @@ -92,7 +92,7 @@ private: inline void execute_command(int addr, int data); sound_stream *m_stream[4]; - + int m_enable; // enable latch int m_data; // data latch int m_clk; // clock latch |