K007232: fix (?) loop marker being output

issue #1409
This commit is contained in:
tildearrow 2023-08-25 16:28:20 -05:00
parent 55d7a5e9bc
commit c4b23e8643
2 changed files with 6 additions and 5 deletions

View file

@ -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
{