diff options
Diffstat (limited to 'src/emu/sound/lmc1992.h')
-rw-r--r-- | src/emu/sound/lmc1992.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/lmc1992.h b/src/emu/sound/lmc1992.h index 07f6fb159f5..82659382b44 100644 --- a/src/emu/sound/lmc1992.h +++ b/src/emu/sound/lmc1992.h @@ -114,7 +114,7 @@ private: int m_enable; // enable latch int m_data; // data latch - int m_clock; // clock latch + int m_clk; // clock latch UINT16 m_si; // serial in shift register int m_input; // input select |