diff options
author | 2011-04-25 15:20:42 +0000 | |
---|---|---|
committer | 2011-04-25 15:20:42 +0000 | |
commit | b70104f84e0899ba7ce8dbaf2bba9f1403956147 (patch) | |
tree | 8eb6a3f9e064ee644e2e213c630d6744135035cf /src/emu/sound/cdp1863.h | |
parent | c0de51821f3f76cafe1a962bfaceded462cf8e12 (diff) |
Cleanups and version bumpmame0142u2
Diffstat (limited to 'src/emu/sound/cdp1863.h')
-rw-r--r-- | src/emu/sound/cdp1863.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/sound/cdp1863.h b/src/emu/sound/cdp1863.h index 85143f25a4a..aa77586fedc 100644 --- a/src/emu/sound/cdp1863.h +++ b/src/emu/sound/cdp1863.h @@ -77,9 +77,9 @@ class cdp1863_device : public device_t, public: DECLARE_WRITE8_MEMBER( str_w ); void str_w(UINT8 data); - + DECLARE_WRITE_LINE_MEMBER( oe_w ); - + void set_clk1(int clock); void set_clk2(int clock); @@ -101,7 +101,7 @@ private: int m_latch; // sound latch INT16 m_signal; // current signal int m_incr; // initial wave state - + const cdp1863_device_config &m_config; }; |