EightBitNet/EightBit
Adrian Conlon 22cb8b142b Tidy the path to nuget packages, such that they can be used as git submodules.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2019-03-03 10:35:18 +00:00
..
EightBit.UnitTest Update stylecop (plus add stylecop packages to the Intel 8080 set). 2019-03-02 08:59:20 +00:00
Properties
AccessLevel.cs
BigEndianProcessor.cs More work on minimising the effect of creating garbage collected objects. 2019-02-21 22:52:46 +00:00
Bits.cs
Bus.cs Make Register16 a class, rather than struct. Tricky, but a bit faster than before. 2019-02-21 19:58:49 +00:00
Chip.cs Follow most of the guideline suggestions from VS2019 preview. Pretty good suggestions! 2019-02-22 22:33:51 +00:00
ClockedChip.cs Follow most of the guideline suggestions from VS2019 preview. Pretty good suggestions! 2019-02-22 22:33:51 +00:00
Device.cs
EightBit.csproj Tidy the path to nuget packages, such that they can be used as git submodules. 2019-03-03 10:35:18 +00:00
IMapper.cs Implement some suggestions from the code analysis. 2019-02-14 23:51:32 +00:00
InputOutput.cs More analysis suggested tidy ups. 2019-02-06 23:41:56 +00:00
IntelOpCodeDecoded.cs Add Z80 processor (untested, but complete) 2019-02-16 21:32:34 +00:00
IntelProcessor.cs Follow most of the guideline suggestions from VS2019 preview. Pretty good suggestions! 2019-02-22 22:33:51 +00:00
LittleEndianProcessor.cs More work on minimising the effect of creating garbage collected objects. 2019-02-21 22:52:46 +00:00
Mask.cs Add Z80 processor (untested, but complete) 2019-02-16 21:32:34 +00:00
Memory.cs Implement some suggestions from the code analysis. 2019-02-14 23:51:32 +00:00
MemoryMapping.cs More analysis suggested tidy ups. 2019-02-06 23:41:56 +00:00
packages.config Tidy the path to nuget packages, such that they can be used as git submodules. 2019-03-03 10:35:18 +00:00
PinLevel.cs
PinLevelExtensions.cs
PortEventArgs.cs More analysis suggested tidy ups. 2019-02-06 23:41:56 +00:00
Processor.cs Follow most of the guideline suggestions from VS2019 preview. Pretty good suggestions! 2019-02-22 22:33:51 +00:00
Ram.cs Make Register16 a class, rather than struct. Tricky, but a bit faster than before. 2019-02-21 19:58:49 +00:00
Register16.cs Follow most of the guideline suggestions from VS2019 preview. Pretty good suggestions! 2019-02-22 22:33:51 +00:00
Rom.cs Whoops: missed bus read/write clock ticks in the 6502 emulator. 2019-02-18 00:52:45 +00:00
Settings.StyleCop
stylecop.json
UnusedMemory.cs