EightBitNet/EightBit
2024-05-18 21:57:33 +01:00
..
EightBit.UnitTest Ugrade to .NET 8.0: First pass 2024-05-18 21:57:33 +01:00
AccessLevel.cs
BigEndianProcessor.cs Work towards accurate bus/memory/io timings. Especially Z80 m-cycle timing. 2020-07-05 00:09:51 +01:00
Bits.cs Correct small warning in the EightBit library. 2019-05-04 15:19:55 +01:00
Bus.cs Work my way through a bunch of the analysis suggestions. 2020-06-22 00:00:15 +01:00
Chip.cs Work my way through a bunch of the analysis suggestions. 2020-06-22 00:00:15 +01:00
ClockedChip.cs
Device.cs Tighten up the sequence associated with changing pin levels + fix persistent HALT/PC bug 2019-09-06 22:50:21 +01:00
EightBit.csproj Ugrade to .NET 8.0: First pass 2024-05-18 21:57:33 +01:00
IMapper.cs
InputOutput.cs
IntelHexFile.cs Work my way through a bunch of the analysis suggestions. 2020-06-22 00:00:15 +01:00
IntelOpCodeDecoded.cs
IntelProcessor.cs Work towards accurate bus/memory/io timings. Especially Z80 m-cycle timing. 2020-07-05 00:09:51 +01:00
LittleEndianProcessor.cs Work towards accurate bus/memory/io timings. Especially Z80 m-cycle timing. 2020-07-05 00:09:51 +01:00
Mask.cs Work my way through a bunch of the analysis suggestions. 2020-06-22 00:00:15 +01:00
Memory.cs
MemoryMapping.cs
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 Work towards accurate bus/memory/io timings. Especially Z80 m-cycle timing. 2020-07-05 00:09:51 +01:00
Ram.cs
Register16.cs Correct some straightforward analysis issues. 2019-07-01 00:15:25 +01:00
Rom.cs Correct LR35902 rom loading issues (to be checked on other cores.) 2019-07-24 23:46:06 +01:00
UnusedMemory.cs