core, complete rewrite of Pico adpcm driver

This commit is contained in:
kub 2024-01-20 17:48:16 +01:00
parent 831bffdd31
commit f1b425e380
5 changed files with 308 additions and 176 deletions

View file

@ -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 */