mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sound, faster resampler for SMS FM
This commit is contained in:
parent
250c8ffbc0
commit
43ef4071da
3 changed files with 67 additions and 38 deletions
|
@ -221,6 +221,7 @@ static void z80_sms_out(unsigned short a, unsigned char d)
|
|||
{
|
||||
case 0xf0:
|
||||
// FM reg port
|
||||
Pico.m.hardware |= PMS_HW_FMUSED;
|
||||
YM2413_regWrite(d);
|
||||
break;
|
||||
case 0xf1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue