diff options
-rw-r--r-- | src/devices/sound/ymf278b.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/ymf278b.cpp b/src/devices/sound/ymf278b.cpp index 0d969214bd4..d1d830d2742 100644 --- a/src/devices/sound/ymf278b.cpp +++ b/src/devices/sound/ymf278b.cpp @@ -223,6 +223,7 @@ void ymf278b_device::sound_stream_update(sound_stream &stream, stream_sample_t * if (&stream == m_stream_ymf262) { + // TODO : FM only output is DO0, DO2 is actually mixed FM+PCM outputs ymf262_update_one(m_ymf262, outputs, samples); return; } |