mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-18 16:30:29 +00:00
Tests were at fault; all passing now.
This commit is contained in:
parent
99ede3a9ef
commit
234f14dbbe
@ -806,8 +806,6 @@ class Z80MachineCycleTests: XCTestCase {
|
|||||||
busCycles: [
|
busCycles: [
|
||||||
MachineCycle(operation: .readOpcode, length: 4),
|
MachineCycle(operation: .readOpcode, length: 4),
|
||||||
MachineCycle(operation: .readOpcode, length: 4),
|
MachineCycle(operation: .readOpcode, length: 4),
|
||||||
MachineCycle(operation: .read, length: 4),
|
|
||||||
MachineCycle(operation: .write, length: 3),
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@ -858,7 +856,7 @@ class Z80MachineCycleTests: XCTestCase {
|
|||||||
busCycles: [
|
busCycles: [
|
||||||
MachineCycle(operation: .readOpcode, length: 4),
|
MachineCycle(operation: .readOpcode, length: 4),
|
||||||
MachineCycle(operation: .readOpcode, length: 4),
|
MachineCycle(operation: .readOpcode, length: 4),
|
||||||
MachineCycle(operation: .read, length: 4),
|
MachineCycle(operation: .read, length: 3),
|
||||||
MachineCycle(operation: .readOpcode, length: 5),
|
MachineCycle(operation: .readOpcode, length: 5),
|
||||||
MachineCycle(operation: .read, length: 4),
|
MachineCycle(operation: .read, length: 4),
|
||||||
MachineCycle(operation: .write, length: 3),
|
MachineCycle(operation: .write, length: 3),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user