1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-08-16 00:29:01 +00:00
CLK/OSBindings/Mac/Clock SignalTests
Thomas Harte 818a4dff25 Corrects ADD HL, dd test.
Or, at least, likely corrects. The bus cycle breakdown in the Z80 data sheet implies these accesses should come after completion of the refresh cycle, not during its long tail, so I think +1 is correct.
2021-04-08 22:23:15 -04:00
..
68000 Comparative Tests Fixes A7-relative JSRs. 2020-01-04 22:22:33 -05:00
68000 Coverage Imports additional files used as test cases. 2019-04-25 21:43:47 -04:00
AllSuiteA Partitioned and added text for AllSuiteA and Klaus Dormann's tests. 2016-11-01 22:35:15 -04:00
Atari ROMs Added a readme, as is traditional for folders I'm excluding from Git. 2017-03-12 22:16:12 -04:00
BCDTest Fixed accreditation of BCDTest. 2016-11-01 22:40:48 -04:00
Bridges Takes a swing at incorporating krom's 65816 test suite. At least as far as ADC. 2020-11-02 21:09:32 -05:00
emudev.de krom traces Takes a swing at incorporating krom's 65816 test suite. At least as far as ADC. 2020-11-02 21:09:32 -05:00
FM Synthesis Adds test data for FM wave generation. 2020-04-20 19:33:03 -04:00
FUSE Apparently tStates is decimal. Of course it is. 2020-02-26 20:04:55 -05:00
jeek816 Starts using Jeek816 for a basic native-mode audit. Fixes absolute long addressing. 2020-10-11 22:02:46 -04:00
Klaus Dormann Adds the .lst; otherwise I'll probably just lose it. 2020-10-19 20:58:24 -04:00
krom 65816 Attempts to reduce pull request heft. 2020-11-04 21:49:45 -05:00
MSX ROMs Introduces failing tests of the MSX static analyser. 2018-01-01 16:38:26 -05:00
Patrik Rak Z80 Tests Starts introducing the Patrik Rak tests. 2020-02-22 15:49:36 -05:00
QL Startup Applies trace testing to EmuTOS. 2019-04-29 16:55:21 -04:00
TOS Startup Adds a test of TOS 1.00, as far as it goes without meaningful hardware. 2019-04-29 18:04:57 -04:00
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 Imported the Zexall.com tester, as a first thing to throw at the Z80 to be. 2017-05-16 21:37:09 -04:00
6502InterruptTests.swift Attempts to bring a little more consistency to my use of Swift in test code. 2020-10-17 22:42:54 -04:00
6502TimingTests.swift Attempts to bring a little more consistency to my use of Swift in test code. 2020-10-17 22:42:54 -04:00
6522Tests.swift Takes a run at timer-linked PB7 output behaviour. 2020-09-20 14:51:59 -04:00
6532Tests.swift Attempts to bring a little more consistency to my use of Swift in test code. 2020-10-17 22:42:54 -04:00
65816AddressingTests.swift Attempts to bring a little more consistency to my use of Swift in test code. 2020-10-17 22:42:54 -04:00
65816kromTests.swift Merge pull request #846 from MaddTheSane/maddsIIgs 2020-11-06 09:39:27 -05:00
68000ArithmeticTests.mm Starts to add Qt target; resolves many build warnings. 2020-05-30 00:37:06 -04:00
68000BCDTests.mm Starts to add Qt target; resolves many build warnings. 2020-05-30 00:37:06 -04:00
68000BitwiseTests.mm Starts to add Qt target; resolves many build warnings. 2020-05-30 00:37:06 -04:00
68000ComparativeTests.mm Minor pokes to the test files code. 2021-03-19 02:19:49 -06:00
68000ControlFlowTests.mm Starts to add Qt target; resolves many build warnings. 2020-05-30 00:37:06 -04:00
68000MoveTests.mm Starts to add Qt target; resolves many build warnings. 2020-05-30 00:37:06 -04:00
68000RollShiftTests.mm Starts to add Qt target; resolves many build warnings. 2020-05-30 00:37:06 -04:00
68000Tests.mm Starts to add Qt target; resolves many build warnings. 2020-05-30 00:37:06 -04:00
AllSuiteATests.swift Attempts to bring a little more consistency to my use of Swift in test code. 2020-10-17 22:42:54 -04:00
AtariStaticAnalyserTests.mm Corrects various old-fashioned bits of indentation, plus the odd const. 2019-12-22 00:00:23 -05:00
AtariSTVideoTests.mm Makes the shifter behaviour conform to its documentation. 2020-02-02 17:26:39 -05:00
BCDTest.swift Attempts to bring a little more consistency to my use of Swift in test code. 2020-10-17 22:42:54 -04:00
C1540Tests.swift Attempts to bring a little more consistency to my use of Swift in test code. 2020-10-17 22:42:54 -04:00
Comparative68000.hpp Edges towards offering the 65816 as another type of 6502 for testing. 2020-09-26 22:31:50 -04:00
CRCTests.mm Corrects various old-fashioned bits of indentation, plus the odd const. 2019-12-22 00:00:23 -05:00
DPLLTests.swift Promote DigitalPhaseLockedLoop to a template, simplify to O(1) add_pulse. 2020-01-12 17:25:21 -05:00
EmuTOSTests.mm Minor pokes to the test files code. 2021-03-19 02:19:49 -06:00
FUSETests.swift Resolves deprecated use of scanHexInt32. 2020-12-06 20:49:12 -05:00
IIgsMemoryMapTests.mm Introduces basic auxiliary switch tests. 2020-12-11 21:30:03 -05:00
Info.plist Shuffled things and guessed at things until the Xcode project was happy being subservient to the project proper. 2015-07-16 20:27:31 -04:00
Jeek816Tests.swift Makes minor formatting improvement. 2020-10-17 22:31:51 -04:00
KlausDormannTests.swift Imports a custom-built copy of Klaus Dormann's 65C02 test, with only 65816-compatible parts. 2020-10-19 19:27:16 -04:00
MacGCRTests.mm Completes Mac GCR decoding and its associated test. 2019-07-11 17:37:07 -04:00
MacintoshVideoTests.mm Embraces std::make_[unique/shared] in place of .reset(new . 2019-12-23 21:31:46 -05:00
MasterSystemVDPTests.mm Updates unit tests. 2021-04-05 21:33:04 -04:00
MSXStaticAnalyserTests.mm Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
OPLTests.mm Restores top bit of channel period, propagates it to the envelope generator. 2020-05-05 00:28:24 -04:00
PatrikRakTests.swift Attempts to bring a little more consistency to my use of Swift in test code. 2020-10-17 22:42:54 -04:00
PCMSegmentEventSourceTests.mm Corrects test target. 2020-09-19 21:20:37 -04:00
PCMTrackTests.mm Corrects test target. 2020-09-19 21:20:37 -04:00
PowerPCDecoderTests.mm Corrects namespace. 2021-01-21 18:58:11 -05:00
QLTests.mm Resolve various test-case warnings. 2020-09-27 15:10:29 -04:00
TestRunner68000.hpp Resolve various test-case warnings. 2020-09-27 15:10:29 -04:00
TIATests.mm Embraces std::make_[unique/shared] in place of .reset(new . 2019-12-23 21:31:46 -05:00
TimeTests.mm Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
WolfgangLorenzTests.swift Eliminates now-broken 65816 flow test. 2020-10-19 21:02:46 -04:00
x86DecoderTests.mm Adds files for the M50740 and corrects namespace errors elsewhere. 2021-01-15 21:30:30 -05:00
Z80ContentionTests.mm Corrects ADD HL, dd test. 2021-04-08 22:23:15 -04:00
Z80InterruptTests.swift Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
Z80MachineCycleTests.swift Attempts to bring a little more consistency to my use of Swift in test code. 2020-10-17 22:42:54 -04:00
Z80MemptrTests.swift Attempts to bring a little more consistency to my use of Swift in test code. 2020-10-17 22:42:54 -04:00
ZexallTests.swift Attempts to bring a little more consistency to my use of Swift in test code. 2020-10-17 22:42:54 -04:00