.. |
BigEndianProcessor.cpp
|
Tidy up some exception specifications.
|
2022-03-26 16:06:29 +00:00 |
Bus.cpp
|
Couple of small reference changes
|
2023-05-17 12:47:57 +01:00 |
ClockedChip.cpp
|
Tidy up some exception specifications.
|
2022-03-26 16:06:29 +00:00 |
Device.cpp
|
Tidy up some exception specifications.
|
2022-03-26 16:06:29 +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
|
Try to remove some casting warnings by redefining ROM size types.
|
2022-01-03 12:29:32 +00:00 |
IntelHexFile.cpp
|
Couple of small reference changes
|
2023-05-17 12:47:57 +01:00 |
IntelProcessor.cpp
|
Tidy up noexcept specification
|
2022-01-17 19:10:15 +00:00 |
LittleEndianProcessor.cpp
|
Tidy up noexcept specification
|
2022-01-17 19:10:15 +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
|
Tidy up noexcept specification
|
2022-01-17 19:10:15 +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
|
Try to remove some casting warnings by redefining ROM size types.
|
2022-01-03 12:29:32 +00:00 |
UnusedMemory.cpp
|
Try to remove some casting warnings by redefining ROM size types.
|
2022-01-03 12:29:32 +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 |