ZXHawk: modified vblank interrupt start time (128k/+2a/+3) so contention period starts at the correct time

This commit is contained in:
Asnivor 2018-06-07 18:27:44 +01:00
parent 25fe4a7a87
commit f4c47dc80a
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
// timing
ClockSpeed = 3546900;
FrameCycleLength = 70908;
InterruptStartTime = 33;
InterruptStartTime = 32;
InterruptLength = 36;
ScanlineTime = 228;

View File

@ -16,7 +16,7 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
// timing
ClockSpeed = 3546900;
FrameCycleLength = 70908;
InterruptStartTime = 33;
InterruptStartTime = 31;
InterruptLength = 32;
ScanlineTime = 228;