From c15bc6c38b41f1dac9f9dc9b3dcc576be1cb1b1a Mon Sep 17 00:00:00 2001 From: Couriersud Date: Sun, 6 Sep 2009 18:38:50 +0000 Subject: [PATCH] Modified a comment --- src/emu/sound/ay8910.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/emu/sound/ay8910.c b/src/emu/sound/ay8910.c index 9e10ab0462f..266203052b2 100644 --- a/src/emu/sound/ay8910.c +++ b/src/emu/sound/ay8910.c @@ -876,9 +876,7 @@ int ay8910_read_ym(void *chip) if (r > 15) return 0; - /* FIXME: calling stream_update here makes gyruss sound awfull. - * For the time being, no idea why this is the case */ - /* update the output buffer before returning the register */ + /* There are no state dependent register in the AY8910! */ /* stream_update(psg->channel); */ switch (r)