mirror of
https://github.com/Oibaf66/fbzx-wii.git
synced 2024-11-28 11:04:15 +01:00
Small change
This commit is contained in:
parent
e697305fab
commit
4426bfde5f
@ -61,7 +61,7 @@ inline void play_ay (unsigned int tstados) {
|
||||
//The frequency of AY-3-8912 is half the ZX Spectrum frequency
|
||||
|
||||
|
||||
if (ordenador.tst_ay > 16) {
|
||||
if (ordenador.tst_ay > 15) {
|
||||
ordenador.tst_ay -= 16;
|
||||
|
||||
//Envelope
|
||||
|
Loading…
Reference in New Issue
Block a user