ZXHawk: 128k/+2 interrupt, ULA tables & contention tweaked

This commit is contained in:
Asnivor 2018-06-08 12:27:52 +01:00
parent 403a1032d8
commit fd889250b3
1 changed files with 4 additions and 4 deletions

View File

@ -16,13 +16,13 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
// timing
ClockSpeed = 3546900;
FrameCycleLength = 70908;
InterruptStartTime = 32;
InterruptStartTime = 34;
InterruptLength = 36;
ScanlineTime = 228;
MemoryContentionOffset = 5;
PortContentionOffset = 5;
RenderTableOffset = 1;
MemoryContentionOffset = 6;
PortContentionOffset = 6;
RenderTableOffset = -4;
FloatingBusOffset = 1;
BorderLeftTime = 24;