core, revisit ym2612 busy flag implementation

This commit is contained in:
kub 2024-06-22 23:12:31 +02:00
parent e948a120ed
commit f5c022a8e4
5 changed files with 24 additions and 16 deletions

View file

@ -187,7 +187,7 @@ void Main940(void)
break;
case JOB940_PICOSTATESAVE2:
YM2612PicoStateSave2(0, 0);
YM2612PicoStateSave2(0, 0, 0);
memcpy(shared_ctl->writebuff0, ym2612_940->REGS, 0x200);
break;
@ -197,7 +197,7 @@ void Main940(void)
case JOB940_PICOSTATELOAD2:
memcpy(ym2612_940->REGS, shared_ctl->writebuff0, 0x200);
YM2612PicoStateLoad2(0, 0);
YM2612PicoStateLoad2(0, 0, 0);
break;
case JOB940_YM2612UPDATEONE: