summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/2151intf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/2151intf.c')
-rw-r--r--src/emu/sound/2151intf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/sound/2151intf.c b/src/emu/sound/2151intf.c
index 8a1de920a1d..4a08ef25f52 100644
--- a/src/emu/sound/2151intf.c
+++ b/src/emu/sound/2151intf.c
@@ -1,8 +1,8 @@
/***************************************************************************
- 2151intf.c
+ 2151intf.c
- Support interface YM2151(OPM)
+ Support interface YM2151(OPM)
***************************************************************************/
@@ -75,7 +75,7 @@ void ym2151_device::device_start()
{
m_irqhandler.resolve_safe();
m_portwritehandler.resolve_safe();
-
+
// stream setup
int rate = clock() / 64;
m_stream = stream_alloc(0, 2, rate);