summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/cdp1863.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/cdp1863.c')
-rw-r--r--src/emu/sound/cdp1863.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/emu/sound/cdp1863.c b/src/emu/sound/cdp1863.c
index a89b7cb6c1f..1b1812ae34e 100644
--- a/src/emu/sound/cdp1863.c
+++ b/src/emu/sound/cdp1863.c
@@ -26,7 +26,7 @@
#define LOG 0
-#define CDP1863_DEFAULT_LATCH 0x35
+#define CDP1863_DEFAULT_LATCH 0x35
@@ -48,11 +48,11 @@ const device_type CDP1863 = &device_creator<cdp1863_device>;
//-------------------------------------------------
cdp1863_device::cdp1863_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, CDP1863, "CDP1863", tag, owner, clock),
- device_sound_interface(mconfig, *this),
- m_stream(NULL),
- m_clock1(clock),
- m_clock2(0)
+ : device_t(mconfig, CDP1863, "CDP1863", tag, owner, clock),
+ device_sound_interface(mconfig, *this),
+ m_stream(NULL),
+ m_clock1(clock),
+ m_clock2(0)
{
}