.. |
BigEndianProcessor.h
|
Use nodiscard, where appropriate and try not to inline virtual methods.
|
2021-01-02 11:49:34 +00:00 |
Bus.h
|
Reflect that the I/O for Intel style processors isn't part of the CPU, but attached to the Bus and access controlled by the CPU.
|
2020-02-09 11:51:58 +00:00 |
Chip.h
|
Modify virtual default destructor specification to better match core guidelines.
|
2020-05-03 20:29:18 +01:00 |
ClockedChip.h
|
Tidy up some C++ code (concentrating on the Z80 at the moment).
|
2021-01-09 08:41:48 +00:00 |
Device.h
|
Tidy up some C++ a little
|
2021-04-07 21:36:09 +01:00 |
EightBitCompilerDefinitions.h
|
Tidy EightBit library header usage (avoids compilation error with latest VS2019, "Memory.h")
|
2021-05-29 10:31:32 +01:00 |
EventArgs.h
|
Tidy return parameter usage a little within the EightBit library.
|
2018-11-29 00:09:40 +00:00 |
InputOutput.h
|
More C++17 tidying up. Should be no user visible changes.
|
2021-01-06 15:30:26 +00:00 |
IntelHexFile.h
|
More C++17 tidying up. Should be no user visible changes.
|
2021-01-06 15:30:26 +00:00 |
IntelProcessor.h
|
Use nodiscard, where appropriate and try not to inline virtual methods.
|
2021-01-02 11:49:34 +00:00 |
LittleEndianProcessor.h
|
Use nodiscard, where appropriate and try not to inline virtual methods.
|
2021-01-02 11:49:34 +00:00 |
Mapper.h
|
Improve the flexibility of the BUS mapping/read/write architecture.
|
2018-12-29 19:17:36 +00:00 |
Memory.h
|
GameBoy: Correct a few (very minor C++) niggles in the implementation. No functional changes.
|
2020-11-07 09:41:12 +00:00 |
MemoryMapping.h
|
Make better use of modern c++
|
2020-05-02 11:36:43 +01:00 |
Processor.h
|
Tidy EightBit library header usage (avoids compilation error with latest VS2019, "Memory.h")
|
2021-05-29 10:31:32 +01:00 |
Ram.h
|
Correct some EightBit project analysis warnings.
|
2020-04-06 23:11:21 +01:00 |
Register.h
|
Ensure virtual methods are no longer defined inline.
|
2018-11-25 10:43:51 +00:00 |
Rom.h
|
GameBoy: Correct a few (very minor C++) niggles in the implementation. No functional changes.
|
2020-11-07 09:41:12 +00:00 |
Signal.h
|
Add a slightly simplified variant on signal firing.
|
2021-01-08 09:06:46 +00:00 |
TestHarness.h
|
Start big refactor of device/CPU pin usage (to allow pin events throughout).
|
2019-01-14 02:10:17 +00:00 |
UnusedMemory.h
|
GameBoy: Correct a few (very minor C++) niggles in the implementation. No functional changes.
|
2020-11-07 09:41:12 +00:00 |