EightBitNet/M6502/M6502.Test
Adrian Conlon 27e1c5c9f8 Make Register16 a class, rather than struct. Tricky, but a bit faster than before.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2019-02-21 19:58:49 +00:00
..
Properties
roms
App.config
Board.cs Make Register16 a class, rather than struct. Tricky, but a bit faster than before. 2019-02-21 19:58:49 +00:00
Configuration.cs Resurrect the Register16 class. This (or something *very* much like it) is going to be necessary to add a Z80 emulator (reference access to the high/low parts of 16-bit registers). 2019-02-14 23:01:31 +00:00
M6502.Test.csproj Start adding Z80 test harness and update package configurations. 2019-02-19 00:58:17 +00:00
packages.config Start adding Z80 test harness and update package configurations. 2019-02-19 00:58:17 +00:00
Program.cs Rename the M6502 disassembler class to something a little better grammatically. 2019-02-20 22:21:14 +00:00
stylecop.json
TestHarness.cs Add some basic runtime timings to the 6502 TestHarness class. 2019-02-18 00:54:02 +00:00