mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
This test isn't actually 65816-compatible.
This commit is contained in:
parent
6892ac13e8
commit
486324ecab
@ -134,8 +134,5 @@ class KlausDormannTests: XCTestCase {
|
||||
runTest65C02(processor: .processor65C02)
|
||||
}
|
||||
|
||||
/// Runs Klaus Dormann's 65C02 tests on a 65816.
|
||||
func test65816As65C02() {
|
||||
runTest65C02(processor: .processor65816)
|
||||
}
|
||||
/* Dormann's 65C02 tests aren't applicable to the 65816; e.g. they test BBR/BBS, which the 65816 doesn't implement. */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user