diff options
author | 2014-05-14 06:46:50 +0000 | |
---|---|---|
committer | 2014-05-14 06:46:50 +0000 | |
commit | 546fbff34966f4f5f62930dd73c064df90d4e51e (patch) | |
tree | a2e859303874d5ee6cda105c465983e5223d5675 /src/emu/sound/ay8910.c | |
parent | c5a60146edfc6d9bf8ff7f398b0c3fa17b94b1e3 (diff) |
devcv2 -> devcb (nw)
Diffstat (limited to 'src/emu/sound/ay8910.c')
-rw-r--r-- | src/emu/sound/ay8910.c | 2 |
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; |