1
0
mirror of https://github.com/irmen/ksim65.git synced 2024-05-29 03:41:30 +00:00
This commit is contained in:
Irmen de Jong 2019-09-14 15:55:15 +02:00
parent 655e106a1d
commit b64c382968

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")
}