EightBit/M6502/HarteTest_6502
Adrian Conlon 16752474d9 Correct a casting issue in the rapidjson implementation
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-10-19 11:43:06 +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 Correct a casting issue in the rapidjson implementation 2021-10-19 11:43:06 +01:00
byte_t.h Refactor the ram_t class to be a container of byte_t 2021-10-19 09:28:13 +01:00
cycle_t.cpp Correct a casting issue in the rapidjson implementation 2021-10-19 11:43:06 +01:00
cycle_t.h Refactor the ram_t class to be a container of byte_t 2021-10-19 09:28:13 +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 rapidjson can use an std::string constructor. 2021-10-19 10:57:27 +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 Refactor the ram_t class to be a container of byte_t 2021-10-19 09:28:13 +01:00
ram_t.h Refactor the ram_t class to be a container of byte_t 2021-10-19 09:28:13 +01:00
state_t.cpp Couple of small consistency changes in the rapidjson implementation. 2021-10-19 00:59:02 +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 Refactor the ram_t class to be a container of byte_t 2021-10-19 09:28:13 +01:00
test_t.cpp Add support for rapidjson parsing 2021-10-19 00:39:26 +01:00
test_t.h Refactor the ram_t class to be a container of byte_t 2021-10-19 09:28:13 +01:00
TestRunner.cpp Refactor the ram_t class to be a container of byte_t 2021-10-19 09:28:13 +01:00
TestRunner.h Refactor the code to isolate the cycles parsing. Interesting speed up! 2021-10-18 11:54:01 +01:00
tests.cpp Add support for rapidjson parsing 2021-10-19 00:39:26 +01:00