This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2024-11-23 18:31:53 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
4ea835e50b
CLK
/
OSBindings
/
Mac
/
Clock SignalTests
History
Thomas Harte
4ea835e50b
Added test for EX (SP), rp, which passes.
2017-07-22 17:17:32 -04:00
..
AllSuiteA
Partitioned and added text for AllSuiteA and Klaus Dormann's tests.
2016-11-01 22:35:15 -04:00
Atari ROMs
BCDTest
Bridges
Added Objective-C through wiring and a Swift test class for Memptr modifications. So far with a single test, that fails.
2017-07-21 22:52:25 -04:00
FUSE
After hitting my head against the wall of trying to use
[NS]Scanner
as a parser some more, have given up and transcoded the two tests files to JSON.
2017-05-25 18:20:13 -04:00
Klaus Dormann
Wolfgang Lorenz 6502 test suite
Added an appropriate licence and credit for Wolfgang Lorenz's suite.
2016-11-01 22:26:12 -04:00
Zexall
6502InterruptTests.swift
6502TimingTests.swift
6522Tests.swift
Fixed tests.
2016-11-05 12:58:56 -04:00
6532Tests.swift
AllSuiteATests.swift
Adjusted slightly to adapt to latest Swift warnings.
2017-05-17 07:49:48 -04:00
ArrayBuilderTests.mm
AtariStaticAnalyserTests.mm
Added an attempt to distinguish the MegaBoy (now with proper capitalisation) and a test for it.
2017-03-13 20:43:12 -04:00
BCDTest.swift
Abbreviated uses of enumerations.
2017-05-17 21:44:08 -04:00
C1540Tests.swift
Migrated to Swift 3.
2016-09-15 22:12:12 -04:00
CRCTests.mm
DPLLTests.swift
Fixed the
DigitalPhaseLockedLoopBridge
bridge, once again fixing tests.
2017-07-16 20:55:57 -04:00
FUSETests.swift
Disabled attempts at bus activity matching within the FUSE tests, at least until I settle on exactly what I intend to do.
2017-06-17 18:19:25 -04:00
Info.plist
KlausDormannTests.swift
Adjusted slightly to adapt to latest Swift warnings.
2017-05-17 07:49:48 -04:00
PCMPatchedTrackTests.mm
PCMSegmentEventSourceTests.mm
PCMTrackTests.mm
TIATests.mm
TimeTests.mm
WolfgangLorenzTests.swift
Eliminates the 6502's specialised jam handler in favour of the generic trap handler, and simplifies the lookup costs of that as it's otherwise doubling execution costs.
2017-06-03 21:54:42 -04:00
Z80InterruptTests.swift
Introduced an NMI/wait interrupt timing test, and adjusted the Z80 to conform to information posted by Wilf Rigter.
2017-06-22 21:09:26 -04:00
Z80MachineCycleTests.swift
Fixed LD H, (HL) and LD L, (HL) by ensuring that whatever the subclass does goes to a temporary place before updating the address. Corrected the LD (IX+d), n machine cycle test for my new best-guess timing. This should leave only interrupt timing as currently amiss.
2017-06-20 22:25:00 -04:00
Z80MemptrTests.swift
Added test for EX (SP), rp, which passes.
2017-07-22 17:17:32 -04:00
ZexallTests.swift
Reinstated manual-by-stealth secondary usage of the Zexall test as a benchmarking tool.
2017-06-04 15:46:35 -04:00