From 54a11319bc1fa93efbacb6bf4f06d5725e20656c Mon Sep 17 00:00:00 2001 From: AJR Date: Wed, 11 Oct 2017 18:03:10 -0400 Subject: [PATCH] taitosnd.cpp: Observation (nw) --- src/mame/audio/taitosnd.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mame/audio/taitosnd.cpp b/src/mame/audio/taitosnd.cpp index 02b5e9aa079..920350d54ae 100644 --- a/src/mame/audio/taitosnd.cpp +++ b/src/mame/audio/taitosnd.cpp @@ -8,6 +8,9 @@ - Add pinout and description - Create a separate implementation for the PC060HA + General rule seems to be that TC0140SYT supports a YM2610, + whereas PC060HA goes with a YM2203 or YM2151. + **********************************************************************************************/ #include "emu.h"