1
0
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:
Thomas Harte 2021-08-03 16:58:51 -04:00
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