mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-03 06:29:47 +00:00
Introduces two further tests.
This commit is contained in:
parent
ee6039bfa5
commit
f0ef45f0ca
@ -232,6 +232,14 @@ class WolfgangLorenzTests: XCTestCase, CSTestMachineTrapHandler {
|
||||
runTest("cia1ta", suffixes: [""], processor: .processor6502)
|
||||
}
|
||||
|
||||
func testCIA1TAB() {
|
||||
runTest("cia1tab", suffixes: [""], processor: .processor6502)
|
||||
}
|
||||
|
||||
func testCIA1TB() {
|
||||
runTest("cia1tb", suffixes: [""], processor: .processor6502)
|
||||
}
|
||||
|
||||
|
||||
// MARK: - Collections
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user