EightBitNet/EightBit
2019-02-22 19:59:42 +00:00
..
EightBit.UnitTest Start adding Z80 test harness and update package configurations. 2019-02-19 00:58:17 +00: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 More work on minimising the effect of creating garbage collected objects. 2019-02-21 22:52:46 +00:00
Bits.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
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 Add Z80 processor (untested, but complete) 2019-02-16 21:32:34 +00:00
ClockedChip.cs More analysis suggested tidy ups. 2019-02-06 23:41:56 +00:00
Device.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
EightBit.csproj Start adding Z80 test harness and update package configurations. 2019-02-19 00:58:17 +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 Use the correct virtual methods: BusRead and BusWrite to control bus access for Z80 a la M6502 implementation. 2019-02-22 19:59:42 +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 Start adding Z80 test harness and update package configurations. 2019-02-19 00:58:17 +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 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
PortEventArgs.cs More analysis suggested tidy ups. 2019-02-06 23:41:56 +00:00
Processor.cs Make Register16 a class, rather than struct. Tricky, but a bit faster than before. 2019-02-21 19:58:49 +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 Make Register16 a class, rather than struct. Tricky, but a bit faster than before. 2019-02-21 19:58:49 +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 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
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
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