summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ay8910.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/ay8910.c')
-rw-r--r--src/emu/sound/ay8910.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/ay8910.c b/src/emu/sound/ay8910.c
index 627e227d8fd..513d528bcbe 100644
--- a/src/emu/sound/ay8910.c
+++ b/src/emu/sound/ay8910.c
@@ -733,7 +733,7 @@ void ay8910_device::device_start()
m_streams = 1;
}
- // FIXME: this doesn't belong here, it should be an input pin exposed via devcb2
+ // FIXME: this doesn't belong here, it should be an input pin exposed via devcb
if (type() == YM2149 && (m_flags & YM2149_PIN26_LOW))
{
master_clock /= 2;