mirror of
https://github.com/holub/mame
synced 2025-07-07 02:50:50 +03:00
Document signals on PortA used for analog sound. (nw)
This commit is contained in:
parent
b31a147b80
commit
29b82e6ad3
@ -154,6 +154,13 @@ WRITE8_MEMBER( irem_audio_device::ay8910_0_portb_w )
|
||||
|
||||
WRITE8_MEMBER( irem_audio_device::ay8910_1_porta_w )
|
||||
{
|
||||
/*
|
||||
* 45L 21 IOA0 ==> 8D
|
||||
* 45L 20 IOA1 ==> SD
|
||||
* 45L 19 IOA2 ==> OH
|
||||
* 45L 18 IOA3 ==> CH
|
||||
*
|
||||
*/
|
||||
#ifdef MAME_DEBUG
|
||||
if (data & 0x0f) popmessage("analog sound %x",data&0x0f);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user