EightBit/M6502/HarteTest_6502
Adrian Conlon 0ef06ebbb2 Back to looking at the failing tests now! Add failure count and disassembly of failed opcodes.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-10-19 13:13:59 +01:00
..
nlohmann
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
ram_t.cpp Prefer passing byte_t by value. 2021-10-19 11:44:58 +01:00
ram_t.h Prefer passing byte_t by value. 2021-10-19 11:44:58 +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
stdafx.h Prefer passing byte_t by value. 2021-10-19 11:44:58 +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 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