mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
core, revisit ym2612 busy flag implementation
This commit is contained in:
parent
e948a120ed
commit
f5c022a8e4
5 changed files with 24 additions and 16 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue