1
0
mirror of https://github.com/irmen/ksim65.git synced 2024-06-06 07:29:29 +00:00
ksim65/src/test/kotlin
2021-07-06 23:37:19 +02:00
..
6502_functional_tests tweak cpu irq handling, updating Klaus Dormann's functional irq tests 2020-02-16 05:37:23 +01:00
6502testsuite more fun c64 demos 2020-02-21 01:28:50 +01:00
C64KernalStubs.kt test tweak 2020-02-18 04:48:56 +01:00
FunctionalTestsBase.kt fixed cycle times, implemented various illegal opcodes. NesTest now runs flawlessly 2020-02-20 03:32:06 +01:00
Test65C02.kt some more cleanup 2019-10-15 21:39:04 +02:00
Test6502.kt some more cleanup 2019-10-15 21:39:04 +02:00
Test6502CpuBasics.kt update kotlin version 2021-07-06 23:37:19 +02:00
Test6502Klaus2m5Functional.kt fixed monitor disassemble and assemble commands 2020-02-16 22:45:54 +01:00
Test6502TestSuiteC64Specific.kt exclude c64 specific tests because of roms requirement 2020-02-21 02:15:10 +01:00
Test6502TestSuiteIllegalInstructions.kt doc 2020-02-21 20:11:17 +01:00
Test6502TestSuitePart1.kt split up the test suite some more 2020-02-17 23:45:20 +01:00
Test6502TestSuitePart2.kt split up the test suite some more 2020-02-17 23:45:20 +01:00
TestAssembler.kt introduced separate Assembler class 2020-02-19 00:29:07 +01:00
TestC64Components.kt tweak 6510 io port and fix overflow bug in TOD 2020-02-20 00:01:54 +01:00
TestCommon6502.kt update kotlin version 2021-07-06 23:37:19 +02:00
TestDisassembler.kt upgrade kotlin sdk version, optimized hex number output 2020-03-07 01:17:48 +01:00