mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
pcmidi: P37, not P34 is the serial output, of course (nw)
This commit is contained in:
parent
31be3bc264
commit
90051ff055
@ -183,7 +183,7 @@ void isa8_pcmidi_device::status_w(u8 data)
|
||||
|
||||
void isa8_pcmidi_device::mpu_p3_w(u8 data)
|
||||
{
|
||||
m_midiout->write_txd(BIT(data, 4));
|
||||
m_midiout->write_txd(BIT(data, 7));
|
||||
|
||||
// P36 = error LED output?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user