From a6624fbce7b6edaca16b5d76da0c660b6724ac21 Mon Sep 17 00:00:00 2001 From: Couriersud Date: Tue, 23 Sep 2008 20:08:53 +0000 Subject: [PATCH] Fixed typo and added explanation --- src/mame/audio/irem.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mame/audio/irem.c b/src/mame/audio/irem.c index 77d64af5ca2..f04cf765aa5 100644 --- a/src/mame/audio/irem.c +++ b/src/mame/audio/irem.c @@ -194,8 +194,10 @@ static void adpcm_int(running_machine *machine, int data) *************************************/ /* All 6 (3*2) AY-3-8910 outputs are tied together - * and put with 470 KOhm to gnd. - * The following is a approximation */ + * and put with 470 Ohm to gnd. + * The following is a approximation, since + * it does not take cross-chip mixing effects into account. + */ static const ay8910_interface irem_ay8910_interface_1 = {