mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Adds entry points for all remaining tests.
Failing now: the TB123s, which are TOD related, both CIA2 tests, and CIA1TAB (which I think needs me to implement Port B output toggling).
This commit is contained in:
parent
8795719c18
commit
34c1cc5693
@ -232,14 +232,45 @@ class WolfgangLorenzTests: XCTestCase, CSTestMachineTrapHandler {
|
||||
runTest("cia1ta", suffixes: [""], processor: .processor6502)
|
||||
}
|
||||
|
||||
func testCIA1TAB() {
|
||||
runTest("cia1tab", suffixes: [""], processor: .processor6502)
|
||||
}
|
||||
|
||||
func testCIA1TB() {
|
||||
runTest("cia1tb", suffixes: [""], processor: .processor6502)
|
||||
}
|
||||
|
||||
func testCIA1TAB() {
|
||||
runTest("cia1tab", suffixes: [""], processor: .processor6502)
|
||||
}
|
||||
|
||||
func testCIA1TB123() {
|
||||
runTest("cia1tb123", suffixes: [""], processor: .processor6502)
|
||||
}
|
||||
|
||||
func testCIA2TA() {
|
||||
runTest("cia2ta", suffixes: [""], processor: .processor6502)
|
||||
}
|
||||
|
||||
func testCIA2TB() {
|
||||
runTest("cia2tb", suffixes: [""], processor: .processor6502)
|
||||
}
|
||||
|
||||
func testCIA2TB123() {
|
||||
runTest("cia1tb123", suffixes: [""], processor: .processor6502)
|
||||
}
|
||||
|
||||
func testCIA1PB6() {
|
||||
runTest("cia1pb6", suffixes: [""], processor: .processor6502)
|
||||
}
|
||||
|
||||
func testCIA1PB7() {
|
||||
runTest("cia1pb7", suffixes: [""], processor: .processor6502)
|
||||
}
|
||||
|
||||
func testCIA2PB6() {
|
||||
runTest("cia2pb6", suffixes: [""], processor: .processor6502)
|
||||
}
|
||||
|
||||
func testCIA2PB7() {
|
||||
runTest("cia2pb7", suffixes: [""], processor: .processor6502)
|
||||
}
|
||||
|
||||
// MARK: - Collections
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user