1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/OSBindings/Mac/Clock SignalTests
2022-08-22 10:03:24 -04:00
..
68000 Comparative Tests Mention DIVU/DIVS flags. 2022-05-25 15:39:00 -04:00
68000 Coverage
68000 Decoding Add missing instruction: RESET. 2022-06-03 11:15:39 -04:00
AllSuiteA
Amiga Blitter Tests Remove 'Faulty peek' JSON breakages. 2022-08-08 15:22:18 -04:00
Atari ROMs
BCDTest
Bridges I'm not yet sure this is the best approach, but starts trying to make use of Lorenz's 6526 tests. 2021-07-30 21:21:16 -04:00
dingusdev PowerPC tests Introduce dingusdev tests, do just enough to check bx. 2022-03-18 17:24:12 -04: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
flamewing 68000 BCD tests Introduce and overwhelmingly fail the flamewing BCD tests. 2022-05-11 15:19:39 -04:00
FM Synthesis
FUSE
IIgs Memory Map Fix installation of LCW test value; thereby permit all tests. 2022-06-29 15:04:21 -04: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
Patrik Rak Z80 Tests
QL Startup
TOS Startup
Wolfgang Lorenz 6502 test suite
Zexall
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
65816ComparativeTests.mm Disable test generation for commit. 2022-06-24 16:50:23 -04:00
65816kromTests.swift Simplify slightly, per new S reporting rule. 2022-06-22 16:43:00 -04:00
68000ArithmeticTests.mm Test only well-defined flags. 2022-06-03 10:18:46 -04:00
68000BCDTests.mm Switch register-setting interface. 2022-05-26 07:52:14 -04:00
68000BitwiseTests.mm Switch register-setting interface. 2022-05-26 07:52:14 -04:00
68000ComparativeTests.mm Add the option to log a list of all untested instructions. 2022-05-25 13:17:01 -04:00
68000ControlFlowTests.mm Fix CHK tests: timing and expected flags. 2022-05-29 15:26:56 -04:00
68000DecoderTests.mm Move string logic into Preinstruction. 2022-05-12 19:46:08 -04:00
68000flamewingTests.mm Remove manual test count, now that all are being performed. 2022-05-13 11:00:26 -04:00
68000MoveTests.mm Switch register-setting interface. 2022-05-26 07:52:14 -04:00
68000OldVsNew.mm Fully banish flush from the processors. 2022-07-12 10:49:53 -04:00
68000RollShiftTests.mm Switch register-setting interface. 2022-05-26 07:52:14 -04:00
68000Tests.mm Take improved guess at address error stacking order. 2022-06-09 16:17:09 -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
AmigaBlitterTests.mm Add overt include. 2022-08-22 10:03:24 -04:00
AtariStaticAnalyserTests.mm
AtariSTVideoTests.mm
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 Switch comparative trace tests to 68000 Mk2. 2022-05-25 11:32:00 -04:00
CRCTests.mm
DingusdevPowerPCTests.mm Normalise macros, remove unused AssertEqualOperationNameO. 2022-04-09 21:25:00 -04:00
DPLLTests.swift
EmuTOSTests.mm Switch comparative trace tests to 68000 Mk2. 2022-05-25 11:32:00 -04:00
EnterpriseDaveTests.mm Remove redundant parameter. 2021-07-06 20:47:49 -04:00
EnterpriseNickTests.mm Introduces unit test and thereby seemingly fixes get_next_sequence_point. 2021-06-18 17:44:17 -04:00
FUSETests.swift Resolves deprecated use of scanHexInt32. 2020-12-06 20:49:12 -05:00
IIgsMemoryMapTests.mm Disable [temporarily?] outdated shadowing tests. 2022-06-29 15:14:51 -04:00
Info.plist
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
MacintoshVideoTests.mm
MasterSystemVDPTests.mm Updates unit tests. 2021-04-05 21:33:04 -04:00
MintermTests.mm Correct filename. 2021-10-16 05:37:46 -07:00
MSXStaticAnalyserTests.mm
NSData+dataWithContentsOfGZippedFile.h Be overt about performance side effect. 2022-08-08 15:17:04 -04:00
NSData+dataWithContentsOfGZippedFile.m Factor out GZip shenanigans. 2022-08-08 10:52:55 -04:00
OPLTests.mm
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
PCMTrackTests.mm
PowerPCDecoderTests.mm Update tests. 2022-04-09 21:11:58 -04:00
QLTests.mm Switch comparative trace tests to 68000 Mk2. 2022-05-25 11:32:00 -04:00
SpectrumVideoContentionTests.mm Updates autotests to new RomFetcher world. 2021-06-06 20:34:55 -04:00
TestRunner68000.hpp Simplify transaction. 2022-05-26 19:37:30 -04:00
TIATests.mm
TimeTests.mm
WolfgangLorenzTests.swift Adds the CNT input. 2021-08-03 22:19:41 -04:00
x86DataPointerTests.mm Switch to intended compact version of Instruction. 2022-03-10 15:14:50 -05:00
x86DecoderTests.mm Add one more address size modifier test. 2022-03-11 13:01:02 -05:00
Z80ContentionTests.mm Establishes that the 48/128kb contention patterns can be derived from my partial machine cycles alone. 2021-04-14 20:15:40 -04:00
Z80InterruptTests.swift
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