mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
Modified a comment
This commit is contained in:
parent
64c1866c1b
commit
c15bc6c38b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user