libElysianVMU 1.6.0
Full-featured, accurate, cross-platform library emulating the Dreamcast's Visual Memory Unit
Loading...
Searching...
No Matches
EvmuMemoryEvent Struct Reference

#include <evmu_memory_event.h>

Inheritance diagram for EvmuMemoryEvent:

Data Fields

union { 
 
   EvmuMemoryEventClass *   pClass 
 
   GblEvent   base 
 
};  
 
EVMU_MEMORY_EVENT_OP op
 
EvmuAddress address
 
EvmuWord value
 

Detailed Description

GblEvent-derived type for memory-related events.

Definition at line 38 of file evmu_memory_event.h.

Field Documentation

◆ address

EvmuAddress EvmuMemoryEvent::address

Definition at line 40 of file evmu_memory_event.h.

◆ base

GblEvent EvmuMemoryEvent::base

Inherited base instance structure.

Definition at line 38 of file evmu_memory_event.h.

◆ op

EVMU_MEMORY_EVENT_OP EvmuMemoryEvent::op

Definition at line 39 of file evmu_memory_event.h.

◆ pClass

EvmuMemoryEventClass* EvmuMemoryEvent::pClass

Pointer to class/vtable structure.

Definition at line 38 of file evmu_memory_event.h.

◆ value

EvmuWord EvmuMemoryEvent::value

Definition at line 41 of file evmu_memory_event.h.


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