This commit is contained in:
Irmen de Jong 2019-09-14 15:55:15 +02:00
parent 655e106a1d
commit b64c382968
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ class Test6502TestSuite {
}
@Test
@Disabled("todo: get all cycle times right")
@Disabled("todo: get all cycle times right, and uses c64 specific timing hardware")
fun testCputiming() {
runTest("cputiming")
}