summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/cdp1863.h
diff options
context:
space:
mode:
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;
};