EightBit/M6502/HarteTest_6502
Adrian Conlon 47b7cb2a06 Add some more experimental json access modes.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-10-20 21:05:43 +01:00
..
nlohmann Add an implementation that uses JsonCpp (pretty slow!) 2021-10-11 19:13:05 +01:00
rapidjson Add support for rapidjson parsing 2021-10-19 00:39:26 +01:00
simdjson Try simdjson: bloody hell, that's fast!! 2021-10-11 22:09:03 +01:00
byte_t.cpp Add some more experimental json access modes. 2021-10-20 21:05:43 +01:00
byte_t.h Add some more experimental json access modes. 2021-10-20 21:05:43 +01:00
cycle_t.cpp Add some more experimental json access modes. 2021-10-20 21:05:43 +01:00
cycle_t.h Remove fancy iterator shenigans from simdjson usage. 2021-10-19 16:53:10 +01:00
cycles_t.cpp Couple of small consistency changes in the rapidjson implementation. 2021-10-19 00:59:02 +01:00
cycles_t.h Refactor the ram_t class to be a container of byte_t 2021-10-19 09:28:13 +01:00
HarteTest_6502.vcxproj Refactor the ram_t class to be a container of byte_t 2021-10-19 09:28:13 +01:00
HarteTest_6502.vcxproj.filters Refactor the ram_t class to be a container of byte_t 2021-10-19 09:28:13 +01:00
opcode_test_suite_t.cpp Simplify json datatype conversions. 2021-10-20 14:28:00 +01:00
opcode_test_suite_t.h Refactor the ram_t class to be a container of byte_t 2021-10-19 09:28:13 +01:00
packages.config Add an implementation that uses JsonCpp (pretty slow!) 2021-10-11 19:13:05 +01:00
ram_t.cpp Prefer passing byte_t by value. 2021-10-19 11:44:58 +01:00
ram_t.h Simplify json datatype conversions. 2021-10-20 14:28:00 +01:00
state_t.cpp Add some more experimental json access modes. 2021-10-20 21:05:43 +01:00
state_t.h Refactor the ram_t class to be a container of byte_t 2021-10-19 09:28:13 +01:00
stdafx.cpp First stab at using the Harte randomised processor tests. Some failures detected in the M6502 run. 2021-10-10 21:26:30 +01:00
stdafx.h Add some more experimental json access modes. 2021-10-20 21:05:43 +01:00
test_t.cpp Add support for rapidjson parsing 2021-10-19 00:39:26 +01:00
test_t.h Simplify json datatype conversions. 2021-10-20 14:28:00 +01:00
TestRunner.cpp Back to looking at the failing tests now! Add failure count and disassembly of failed opcodes. 2021-10-19 13:13:59 +01:00
TestRunner.h Back to looking at the failing tests now! Add failure count and disassembly of failed opcodes. 2021-10-19 13:13:59 +01:00
tests.cpp Back to looking at the failing tests now! Add failure count and disassembly of failed opcodes. 2021-10-19 13:13:59 +01:00