summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/cps3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/cps3.c')
-rw-r--r--src/mame/audio/cps3.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/audio/cps3.c b/src/mame/audio/cps3.c
index 4fe7d29f546..42d07819bb8 100644
--- a/src/mame/audio/cps3.c
+++ b/src/mame/audio/cps3.c
@@ -21,10 +21,10 @@ const device_type CPS3 = &device_creator<cps3_sound_device>;
cps3_sound_device::cps3_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, CPS3, "CPS3 Custom", tag, owner, clock),
- device_sound_interface(mconfig, *this),
- m_stream(NULL),
- m_key(0),
- m_base(NULL)
+ device_sound_interface(mconfig, *this),
+ m_stream(NULL),
+ m_key(0),
+ m_base(NULL)
{
}