mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-09 00:37:27 +00:00
Corrects ADD HL, dd test.
Or, at least, likely corrects. The bus cycle breakdown in the Z80 data sheet implies these accesses should come after completion of the refresh cycle, not during its long tail, so I think +1 is correct.
This commit is contained in:
parent
eacffa49f5
commit
818a4dff25
@ -376,13 +376,13 @@ struct ContentionCheck {
|
||||
|
||||
[self validate48Contention:{
|
||||
{initial_pc, 4},
|
||||
{initial_ir, 1},
|
||||
{initial_ir, 1},
|
||||
{initial_ir, 1},
|
||||
{initial_ir, 1},
|
||||
{initial_ir, 1},
|
||||
{initial_ir, 1},
|
||||
{initial_ir, 1},
|
||||
{initial_ir+1, 1},
|
||||
{initial_ir+1, 1},
|
||||
{initial_ir+1, 1},
|
||||
{initial_ir+1, 1},
|
||||
{initial_ir+1, 1},
|
||||
{initial_ir+1, 1},
|
||||
{initial_ir+1, 1},
|
||||
} z80:z80];
|
||||
[self validatePlus3Contention:{{initial_pc, 11}} z80:z80];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user