diff options
Diffstat (limited to 'src/emu/sound/ay8910.c')
-rw-r--r-- | src/emu/sound/ay8910.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/sound/ay8910.c b/src/emu/sound/ay8910.c index 9326f4bd648..1ae051f0c18 100644 --- a/src/emu/sound/ay8910.c +++ b/src/emu/sound/ay8910.c @@ -288,7 +288,7 @@ static const ay_ym_param ay8910_param = /* * RL = 2000, Based on Matthew Westcott's measurements from Dec 2001. * ------------------------------------------------------------------- - * + * * http://groups.google.com/group/comp.sys.sinclair/browse_thread/thread/fb3091da4c4caf26/d5959a800cda0b5e?lnk=gst&q=Matthew+Westcott#d5959a800cda0b5e * After what Russell mentioned a couple of weeks back about the lack of * publicised measurements of AY chip volumes - I've finally got round to @@ -318,7 +318,7 @@ static const ay_ym_param ay8910_param = * 14 2.32 * 15 2.58 * ------------------------------------------------------------------- - * + * * The ZX spectrum output circuit was modelled in SwitcherCAD and * the resistor values below create the voltage levels above. * RD was measured on a real chip to be 8m Ohm, RU was 0.8m Ohm. @@ -876,7 +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 */ + * For the time being, no idea why this is the case */ /* update the output buffer before returning the register */ /* stream_update(psg->channel); */ |