.. |
BigEndianProcessor.cpp
|
Correct constructions of register16_t: the structure is "#ifdef"ed for different endian arrangements.
|
2019-01-06 11:27:43 +00:00 |
Bus.cpp
|
Refactor the Intel hex file loader into it's own class.
|
2019-07-06 22:44:42 +01:00 |
Chip.cpp
|
Split Chip class into Device and Chip.
|
2019-01-10 20:44:16 +00:00 |
Device.cpp
|
Use macros to define our device pins.
|
2019-01-14 23:17:54 +00:00 |
EightBit.vcxproj
|
Update all EightBit projects to VS2019 (Latest SDK, C++17)
|
2019-08-17 11:04:29 +01:00 |
EightBit.vcxproj.filters
|
Refactor the Intel hex file loader into it's own class.
|
2019-07-06 22:44:42 +01:00 |
EventArgs.cpp
|
More clang warning corrected.
|
2017-11-30 23:21:48 +00:00 |
InputOutput.cpp
|
Remove duplicated code (from const definitions) the performance benefit isn't worth the amount of duplicated code.
|
2018-06-24 20:58:20 +01:00 |
IntelHexFile.cpp
|
Refactor the Intel hex file loader into it's own class.
|
2019-07-06 22:44:42 +01:00 |
IntelProcessor.cpp
|
Correct accidental setting of PC to 0x0001 on power on.
|
2019-09-07 11:14:38 +01:00 |
LittleEndianProcessor.cpp
|
Correct constructions of register16_t: the structure is "#ifdef"ed for different endian arrangements.
|
2019-01-06 11:27:43 +00:00 |
Makefile
|
Get the Linux port up and running again.
|
2019-07-05 21:42:19 +01:00 |
Memory.cpp
|
Lots of various changes suggested by the code analysis tools.
|
2018-11-27 22:36:54 +00:00 |
Processor.cpp
|
Use macros to define our device pins.
|
2019-01-14 23:17:54 +00:00 |
Ram.cpp
|
Ensure virtual methods are no longer defined inline.
|
2018-11-25 10:43:51 +00:00 |
Rom.cpp
|
Correct ROM loading issue discovered while resurrecting NES support.
|
2018-12-29 19:06:24 +00:00 |
stdafx.cpp
|
Dump of all my C++ emulators, only Intel8080 integrated so far...
|
2017-06-04 21:38:34 +01:00 |
stdafx.h
|
GSL was too problematic when used with GCC. Removed.
|
2017-11-20 19:17:49 +00:00 |
UnusedMemory.cpp
|
Lots of various changes suggested by the code analysis tools.
|
2018-11-27 22:36:54 +00:00 |