EightBit/src
2022-01-01 15:13:16 +00:00
..
BigEndianProcessor.cpp Extensive change warning: lots of "noexcept" and "constexpr" changes. Not sure if I'll keep all of them, but interesting... 2021-07-18 14:28:40 +01:00
Bus.cpp Tidy the Bus reference definition a little 2021-12-08 19:45:07 +00:00
ClockedChip.cpp Copy constructor and equality operations added. 2021-12-27 22:07:30 +00:00
Device.cpp Copy constructor and equality operations added. 2021-12-27 22:07:30 +00:00
EightBit.vcxproj Remind MSVC++ of its responsibilities as to properly define "__cplusplus" 2022-01-01 15:13:16 +00:00
EightBit.vcxproj.filters Coroutine generator becomes a part of the core EightBit library. 2021-12-17 09:19:16 +00:00
EventArgs.cpp Tidy EightBit library header usage (avoids compilation error with latest VS2019, "Memory.h") 2021-05-29 10:31:32 +01:00
InputOutput.cpp Extensive change warning: lots of "noexcept" and "constexpr" changes. Not sure if I'll keep all of them, but interesting... 2021-07-18 14:28:40 +01:00
IntelHexFile.cpp Tidy EightBit library header usage (avoids compilation error with latest VS2019, "Memory.h") 2021-05-29 10:31:32 +01:00
IntelProcessor.cpp Copy constructor and equality operations added. 2021-12-27 22:07:30 +00:00
LittleEndianProcessor.cpp Copy constructor and equality operations added. 2021-12-27 22:07:30 +00:00
Makefile Tidy EightBit library header usage (avoids compilation error with latest VS2019, "Memory.h") 2021-05-29 10:31:32 +01:00
Memory.cpp Extensive change warning: lots of "noexcept" and "constexpr" changes. Not sure if I'll keep all of them, but interesting... 2021-07-18 14:28:40 +01:00
Processor.cpp Copy constructor and equality operations added. 2021-12-27 22:07:30 +00:00
Ram.cpp Extensive change warning: lots of "noexcept" and "constexpr" changes. Not sure if I'll keep all of them, but interesting... 2021-07-18 14:28:40 +01:00
Rom.cpp Start adding comparison operations to EightBit classes 2021-12-27 14:24:38 +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 Experimentation with C++17 compatibilty. Mainly an exercise in rewrting coroutine code in boost::coroutine2. Interesting! 2022-01-01 13:20:34 +00:00
UnusedMemory.cpp Extensive change warning: lots of "noexcept" and "constexpr" changes. Not sure if I'll keep all of them, but interesting... 2021-07-18 14:28:40 +01:00