|
ComSquare
|
The struct used to represent memory bus logs. More...
#include <MemoryBusDebug.hpp>
Public Member Functions | |
| BusLog (bool write, uint24_t addr, Memory::IMemory *accessor, std::optional< uint8_t > oldData, uint8_t newData) | |
Public Attributes | |
| bool | write |
| uint24_t | addr |
| Memory::IMemory * | accessor |
| std::optional< uint8_t > | oldData |
| uint8_t | newData |
The struct used to represent memory bus logs.
| ComSquare::Debugger::BusLog::BusLog | ( | bool | write, |
| uint24_t | addr, | ||
| Memory::IMemory * | accessor, | ||
| std::optional< uint8_t > | oldData, | ||
| uint8_t | newData | ||
| ) |
| Memory::IMemory* ComSquare::Debugger::BusLog::accessor |
| uint24_t ComSquare::Debugger::BusLog::addr |
| uint8_t ComSquare::Debugger::BusLog::newData |
| std::optional<uint8_t> ComSquare::Debugger::BusLog::oldData |
| bool ComSquare::Debugger::BusLog::write |
1.8.17