mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sound, remove hysteresis (lessens distortion, increases frequency limit)
This commit is contained in:
parent
f0e6d1e371
commit
027940e108
2 changed files with 3 additions and 19 deletions
|
@ -225,7 +225,7 @@ static void z80_sms_out(unsigned short a, unsigned char d)
|
|||
|
||||
case 0x40:
|
||||
case 0x41:
|
||||
PsndDoPSG(z80_cyclesDone());
|
||||
PsndDoPSG(Pico.m.scanline*228 + 228-z80_cyclesLeft);
|
||||
SN76496Write(d);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue