summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/fm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/fm.c')
-rw-r--r--src/emu/sound/fm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/fm.c b/src/emu/sound/fm.c
index ba84e4a7fcb..3adcaf82a48 100644
--- a/src/emu/sound/fm.c
+++ b/src/emu/sound/fm.c
@@ -4212,7 +4212,7 @@ void ym2610_reset_chip(void *chip)
astring name;
running_device* dev = F2610->OPN.ST.device;
-
+
/* setup PCM buffers again */
name.printf("%s",dev->tag());
F2610->pcmbuf = (const UINT8 *)memory_region(dev->machine,name);