Merge pull request #5468 from 86Box/tc1995

PAS16/Plus change of the day (April 15th, 2025)
This commit is contained in:
Miran Grča
2025-04-15 22:21:47 +02:00
committed by GitHub

View File

@@ -1756,7 +1756,7 @@ static uint16_t
pas16_readdmaw_stereo(pas16_t *pas16)
{
uint16_t ret;
uint16_t ticks = (pas16->sys_conf_1 & 0x02) ? (1 + (pas16->dma < 5)) : 2;
uint16_t ticks = (pas16->sys_conf_1 & 0x02) ? (1 + (pas16->dma < 5)) : 1;
ret = pas16_dma_readw(pas16, ticks);