mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
gaelco3d.cpp: fixed MT07831
This commit is contained in:
parent
91fc42789c
commit
613eaa353c
@ -539,7 +539,7 @@ TIMER_DEVICE_CALLBACK_MEMBER(gaelco3d_state::adsp_autobuffer_irq)
|
||||
if (m_adsp_incs)
|
||||
{
|
||||
for (uint8_t i = 0; i < SOUND_CHANNELS; i++)
|
||||
m_dmadac[i]->transfer(i, m_adsp_incs, SOUND_CHANNELS * m_adsp_incs, m_adsp_size / (SOUND_CHANNELS * m_adsp_incs), (int16_t *)&m_adsp_fastram_base[reg - 0x3800]);
|
||||
m_dmadac[i]->transfer(i, m_adsp_incs, SOUND_CHANNELS * m_adsp_incs, m_adsp_size / (SOUND_CHANNELS * m_adsp_incs), (int16_t *)&m_adsp_fastram_base[(reg - 0x3800) / 2]);
|
||||
}
|
||||
|
||||
// Increment it
|
||||
|
Loading…
Reference in New Issue
Block a user