parent
55d7a5e9bc
commit
c4b23e8643
2 changed files with 6 additions and 5 deletions
|
|
@ -67,7 +67,7 @@ void k007232_core::voice_t::tick(u8 ne)
|
|||
}
|
||||
}
|
||||
|
||||
m_out = s8(m_data) - 0x40; // send to output (ASD/BSD) pin
|
||||
m_out = s8(m_data&0x7f) - 0x40; // send to output (ASD/BSD) pin
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue