yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::emu::debug::ApuHandshakeTracker::PortWrite Struct Reference

#include <apu_debugger.h>

Public Attributes

uint64_t timestamp
 
uint16_t pc
 
uint8_t port
 
uint8_t value
 
bool is_cpu
 
std::string description
 

Detailed Description

Definition at line 33 of file apu_debugger.h.

Member Data Documentation

◆ timestamp

uint64_t yaze::emu::debug::ApuHandshakeTracker::PortWrite::timestamp

Definition at line 34 of file apu_debugger.h.

Referenced by yaze::emu::debug::ApuHandshakeTracker::LogPortWrite().

◆ pc

uint16_t yaze::emu::debug::ApuHandshakeTracker::PortWrite::pc

Definition at line 35 of file apu_debugger.h.

Referenced by yaze::emu::debug::ApuHandshakeTracker::LogPortWrite().

◆ port

uint8_t yaze::emu::debug::ApuHandshakeTracker::PortWrite::port

Definition at line 36 of file apu_debugger.h.

Referenced by yaze::emu::debug::ApuHandshakeTracker::LogPortWrite().

◆ value

uint8_t yaze::emu::debug::ApuHandshakeTracker::PortWrite::value

Definition at line 37 of file apu_debugger.h.

Referenced by yaze::emu::debug::ApuHandshakeTracker::LogPortWrite().

◆ is_cpu

bool yaze::emu::debug::ApuHandshakeTracker::PortWrite::is_cpu

Definition at line 38 of file apu_debugger.h.

Referenced by yaze::emu::debug::ApuHandshakeTracker::LogPortWrite().

◆ description

std::string yaze::emu::debug::ApuHandshakeTracker::PortWrite::description

Definition at line 39 of file apu_debugger.h.

Referenced by yaze::emu::debug::ApuHandshakeTracker::LogPortWrite().


The documentation for this struct was generated from the following file: