EightBitNet/EightBit
Adrian Conlon 21472154e0 Further refactoring of the hex loader class to be a little easier to read.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2019-06-29 11:50:27 +01:00
..
EightBit.UnitTest Update nuget packages. 2019-05-06 10:03:11 +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 Correct small warning in the EightBit library. 2019-05-04 15:19:55 +01:00
Bus.cs Further refactoring of the hex loader class to be a little easier to read. 2019-06-29 11:50:27 +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 Refactor the Intel hex file parser. The new parser is isolated and memory efficient. 2019-06-29 11:35:08 +01:00
IMapper.cs
InputOutput.cs
IntelHexFile.cs Further refactoring of the hex loader class to be a little easier to read. 2019-06-29 11:50:27 +01:00
IntelOpCodeDecoded.cs
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
Memory.cs
MemoryMapping.cs Overloaded MemoryMapping constructor, to make life a little easier... 2019-03-10 11:34:29 +00:00
packages.config Update nuget packages. 2019-05-06 10:03:11 +01:00
PinLevel.cs
PinLevelExtensions.cs Resurrect the concept of pin level matching. Allows for easier device wiring. 2019-05-06 09:58:50 +01:00
PortEventArgs.cs
Processor.cs Add MC6809 disassembler (untested!) 2019-04-28 20:59:31 +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 Correct a few more style/correctness issues. 2019-05-06 11:02:20 +01:00
Rom.cs Correct byte array load issue: Ensure maximum number of bytes to read is set correctly. 2019-05-01 22:47:40 +01:00
Settings.StyleCop
stylecop.json
UnusedMemory.cs