ZXHawk: modified vblank interrupt start time (128k/+2a/+3) so contention period starts at the correct time
This commit is contained in:
parent
25fe4a7a87
commit
f4c47dc80a
|
@ -16,7 +16,7 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
|
||||||
// timing
|
// timing
|
||||||
ClockSpeed = 3546900;
|
ClockSpeed = 3546900;
|
||||||
FrameCycleLength = 70908;
|
FrameCycleLength = 70908;
|
||||||
InterruptStartTime = 33;
|
InterruptStartTime = 32;
|
||||||
InterruptLength = 36;
|
InterruptLength = 36;
|
||||||
ScanlineTime = 228;
|
ScanlineTime = 228;
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
|
||||||
// timing
|
// timing
|
||||||
ClockSpeed = 3546900;
|
ClockSpeed = 3546900;
|
||||||
FrameCycleLength = 70908;
|
FrameCycleLength = 70908;
|
||||||
InterruptStartTime = 33;
|
InterruptStartTime = 31;
|
||||||
InterruptLength = 32;
|
InterruptLength = 32;
|
||||||
ScanlineTime = 228;
|
ScanlineTime = 228;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue