EightBitNet/EightBit
Adrian Conlon 1d976e811d Introduce a little consistency with regards to pin naming and usage.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2019-04-23 00:58:33 +01:00
..
EightBit.UnitTest add unit tests (not complete) for 6809 processor. Fix matters arising. 2019-04-21 04:47:36 +01:00
Properties
AccessLevel.cs
BigEndianProcessor.cs add unit tests (not complete) for 6809 processor. Fix matters arising. 2019-04-21 04:47:36 +01:00
Bits.cs
Bus.cs Add an (untested) implementation of an Intel hex file parser to the EightBit project. Ported directly from the C++ implementation. 2019-04-21 16:53:55 +01: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 Introduce a little consistency with regards to pin naming and usage. 2019-04-23 00:58:33 +01:00
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
InputOutput.cs
IntelOpCodeDecoded.cs Add Z80 processor (untested, but complete) 2019-02-16 21:32:34 +00:00
IntelProcessor.cs Introduce a little consistency with regards to pin naming and usage. 2019-04-23 00:58:33 +01: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
MemoryMapping.cs Overloaded MemoryMapping constructor, to make life a little easier... 2019-03-10 11:34:29 +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
Processor.cs Introduce a little consistency with regards to pin naming and usage. 2019-04-23 00:58:33 +01: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 Add a initial port of the MC6809 processor to the .Net collection 2019-04-10 19:51:39 +01: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