summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/cdp1863.h
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-04-25 15:20:42 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-04-25 15:20:42 +0000
commitb70104f84e0899ba7ce8dbaf2bba9f1403956147 (patch)
tree8eb6a3f9e064ee644e2e213c630d6744135035cf /src/emu/sound/cdp1863.h
parentc0de51821f3f76cafe1a962bfaceded462cf8e12 (diff)
Cleanups and version bumpmame0142u2
Diffstat (limited to 'src/emu/sound/cdp1863.h')
-rw-r--r--src/emu/sound/cdp1863.h6
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;
};