mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Eliminates now-broken 65816 flow test.
This commit is contained in:
@@ -216,13 +216,14 @@ class WolfgangLorenzTests: XCTestCase, CSTestMachineTrapHandler {
|
|||||||
func testBIT65816() {
|
func testBIT65816() {
|
||||||
runTest("bit", suffixes: ["z", "a"], processor: .processor65816)
|
runTest("bit", suffixes: ["z", "a"], processor: .processor65816)
|
||||||
}
|
}
|
||||||
func testFlow65816() {
|
/*
|
||||||
testFlow(processor: .processor65816)
|
The flow tests don't apply; the 65816 [and 65C02] reset the decimal flag upon a BRK, but the 6502 that Lorenz
|
||||||
}
|
tests doesn't do so.
|
||||||
|
*/
|
||||||
func testBranch65816() {
|
func testBranch65816() {
|
||||||
testBranch(processor: .processor65816)
|
testBranch(processor: .processor65816)
|
||||||
}
|
}
|
||||||
/* The NOP tests also don't apply; the 65816 has only one, well-defined NOP (well, not counting COP or WDM). */
|
/* The NOP tests also don't apply; the 65816 has only one, well-defined NOP. */
|
||||||
|
|
||||||
|
|
||||||
// MARK: - Collections
|
// MARK: - Collections
|
||||||
|
Reference in New Issue
Block a user