EightBitNet/Test_M6502
Adrian Conlon d4a35c402c A few small consistency updates:
1) Drop Get/SetPagedByte in favour of normal BusRead/Write
2) Tidy some "using" statements
3) More "expression body" usage, if possible
4) Use field initialisation, rather than construction, if possible
5) Correct IntelProcessor register set/get methods (there were remnants of "copy pasta" code)

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2019-02-03 20:29:52 +00:00
..
Properties Port of EightBit library to .Net (unworking!) 2019-02-02 15:12:51 +00:00
roms Port of EightBit library to .Net (unworking!) 2019-02-02 15:12:51 +00:00
App.config Port of EightBit library to .Net (unworking!) 2019-02-02 15:12:51 +00:00
Board.cs A few small consistency updates: 2019-02-03 20:29:52 +00:00
Configuration.cs Drop Register16 support (replaced with explicit ushort), add some unit tests (Chip class only at present) 2019-02-03 00:42:55 +00:00
Program.cs Correct some stuff spotted by the .net analysis tools (where I agree with them!) 2019-02-03 10:23:41 +00:00
Test_M6502.csproj Correct some stuff spotted by the .net analysis tools (where I agree with them!) 2019-02-03 10:23:41 +00:00
TestHarness.cs Port of EightBit library to .Net (unworking!) 2019-02-02 15:12:51 +00:00