EightBitNet/EightBit
Adrian Conlon c400f37201 Improve the debugging visibility of the Register16 class.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2019-02-20 22:17:54 +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 Resurrect the Register16 class. This (or something *very* much like it) is going to be necessary to add a Z80 emulator (reference access to the high/low parts of 16-bit registers). 2019-02-14 23:01:31 +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 Implement some suggestions from the code analysis. 2019-02-14 23:51:32 +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 Whoops: missed bus read/write clock ticks in the 6502 emulator. 2019-02-18 00:52:45 +00:00
LittleEndianProcessor.cs Resurrect the Register16 class. This (or something *very* much like it) is going to be necessary to add a Z80 emulator (reference access to the high/low parts of 16-bit registers). 2019-02-14 23:01:31 +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 Help out callers using Register16 arguments a little: Don't always require the ".Word" property to be passed. 2019-02-15 00:26:01 +00:00
Ram.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
Register16.cs Improve the debugging visibility of the Register16 class. 2019-02-20 22:17:54 +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