mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Tests were at fault; all passing now.
This commit is contained in:
@@ -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),
|
||||||
|
Reference in New Issue
Block a user