mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
Fixed typo and added explanation
This commit is contained in:
parent
07a34e9cd3
commit
a6624fbce7
@ -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 =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user