EightBitNet/EightBit
Adrian Conlon 47ecdad3e8 Work towards accurate bus/memory/io timings. Especially Z80 m-cycle timing.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2020-07-05 00:09:51 +01:00
..
EightBit.UnitTest Update all analysis (and other!) nuget packages, ensure builds across all projects. 2020-06-21 18:35:10 +01:00
Properties Not sure if this was a really good idea, but integrated StyleCop rules into the builds. Corrected all except documentation problems. 2019-02-04 23:52:21 +00:00
AccessLevel.cs Not sure if this was a really good idea, but integrated StyleCop rules into the builds. Corrected all except documentation problems. 2019-02-04 23:52:21 +00:00
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 Follow most of the guideline suggestions from VS2019 preview. Pretty good suggestions! 2019-02-22 22:33:51 +00:00
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 Update all analysis (and other!) nuget packages, ensure builds across all projects. 2020-06-21 18:35:10 +01: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
IntelHexFile.cs Work my way through a bunch of the analysis suggestions. 2020-06-22 00:00:15 +01:00
IntelOpCodeDecoded.cs Add Z80 processor (untested, but complete) 2019-02-16 21:32:34 +00:00
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 Implement some suggestions from the code analysis. 2019-02-14 23:51:32 +00:00
MemoryMapping.cs Overloaded MemoryMapping constructor, to make life a little easier... 2019-03-10 11:34:29 +00:00
PinLevel.cs Not sure if this was a really good idea, but integrated StyleCop rules into the builds. Corrected all except documentation problems. 2019-02-04 23:52:21 +00:00
PinLevelExtensions.cs Resurrect the concept of pin level matching. Allows for easier device wiring. 2019-05-06 09:58:50 +01:00
PortEventArgs.cs More analysis suggested tidy ups. 2019-02-06 23:41:56 +00:00
Processor.cs Work towards accurate bus/memory/io timings. Especially Z80 m-cycle timing. 2020-07-05 00:09:51 +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 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
Settings.StyleCop Not sure if this was a really good idea, but integrated StyleCop rules into the builds. Corrected all except documentation problems. 2019-02-04 23:52:21 +00:00
UnusedMemory.cs Not sure if this was a really good idea, but integrated StyleCop rules into the builds. Corrected all except documentation problems. 2019-02-04 23:52:21 +00:00
packages.config Update all analysis (and other!) nuget packages, ensure builds across all projects. 2020-06-21 18:35:10 +01:00
stylecop.json Not sure if this was a really good idea, but integrated StyleCop rules into the builds. Corrected all except documentation problems. 2019-02-04 23:52:21 +00:00