EightBitNet/EightBit
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
AccessLevel.cs
BigEndianProcessor.cs A few small consistency updates: 2019-02-03 20:29:52 +00:00
Bits.cs A few small consistency updates: 2019-02-03 20:29:52 +00:00
Bus.cs A few small consistency updates: 2019-02-03 20:29:52 +00:00
Chip.cs Correct some stuff spotted by the .net analysis tools (where I agree with them!) 2019-02-03 10:23:41 +00:00
ClockedChip.cs
Device.cs A few small consistency updates: 2019-02-03 20:29:52 +00:00
EightBit.csproj Correct some stuff spotted by the .net analysis tools (where I agree with them!) 2019-02-03 10:23:41 +00:00
GlobalSuppressions.cs
InputOutput.cs A few small consistency updates: 2019-02-03 20:29:52 +00:00
IntelOpCodeDecoded.cs
IntelProcessor.cs A few small consistency updates: 2019-02-03 20:29:52 +00:00
LittleEndianProcessor.cs A few small consistency updates: 2019-02-03 20:29:52 +00:00
Mapper.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
Mask.cs
Memory.cs
MemoryMapping.cs
PinLevel.cs
PinLevelExtensions.cs
PortEventArgs.cs
Processor.cs A few small consistency updates: 2019-02-03 20:29:52 +00:00
Ram.cs
Rom.cs
UnusedMemory.cs