mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core, complete rewrite of Pico adpcm driver
This commit is contained in:
parent
831bffdd31
commit
f1b425e380
5 changed files with 308 additions and 176 deletions
|
@ -41,7 +41,7 @@ static int do_ack(int level)
|
|||
else if (pv->pending_ints & pv->reg[0] & 0x10)
|
||||
pv->pending_ints &= ~0x10;
|
||||
|
||||
return 0;
|
||||
return (PicoIn.AHW & PAHW_PICO ? PicoPicoIrqAck(level) : 0);
|
||||
}
|
||||
|
||||
/* callbacks */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue