Adrian Conlon
|
ef0f8a5654
|
Speedup by using string_view in memory read/write events
|
2024-03-08 17:51:15 +00:00 |
|
Adrian Conlon
|
63e958e069
|
Make disassembly available from the checking code.
|
2024-01-11 09:17:59 +00:00 |
|
Adrian Conlon
|
22f337569d
|
Looks like the stray tick in the 6502 step method wasn't stray after all!
|
2024-01-07 11:37:28 +00:00 |
|
Adrian Conlon
|
69a845e2f4
|
How did that "secret" tick in the M6502 implementation get there???
|
2024-01-06 20:53:50 +00:00 |
|
Adrian Conlon
|
c15f7f836e
|
Start testing undocumented instructions
|
2024-01-05 12:58:32 +00:00 |
|
Adrian Conlon
|
1796d62517
|
std::string_view rather than std::string reads a bit better for this use.
|
2022-01-21 22:49:22 +00:00 |
|
Adrian Conlon
|
83b7efdd03
|
Use iterator, rather than index access for JSON data, if possible. Bit of a speed up!
|
2022-01-06 09:50:58 +00:00 |
|
Adrian Conlon
|
3d5d4d889c
|
Lots of C++20 and stability changes in 6502 HarteTest
|
2021-12-08 19:54:53 +00:00 |
|
Adrian Conlon
|
8853e1157c
|
Refactor the checking code into into it's own class.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
|
2021-10-31 09:49:10 +00:00 |
|
Adrian Conlon
|
9e9c15e289
|
Use C++20 co-routines as generators for opcode suite and test generation.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
|
2021-10-27 09:53:58 +01:00 |
|