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

Go to the source code of this file.

Data Structures

struct  EvmuMemoryEventClass
 
struct  EvmuMemoryEvent
 

Macros

#define EVMU_MEMORY_EVENT_TYPE   (GBL_TYPEID(EvmuMemoryEvent))
 
#define EVMU_MEMORY_EVENT(self)   (GBL_CAST(EvmuMemoryEvent, self))
 
#define EVMU_MEMORY_EVENT_CLASS(klass)   (GBL_CLASS_CAST(EvmuMemoryEvent, klass))
 
#define EVMU_MEMORY_EVENT_GET_CLASS(self)   (GBL_CLASSOF(EvmuMemoryEvent, self))
 

Typedefs

typedef GblEnum EVMU_MEMORY_EVENT_OP
 

Enumerations

enum  EVMU_MEMORY_EVENT_OP
 

Functions

GblType EvmuMemoryEvent_type (void)
 

Detailed Description

EvmuRamEvent and related API.

Author
2023 Falco Girgis

Definition in file evmu_memory_event.h.

Macro Definition Documentation

◆ EVMU_MEMORY_EVENT

#define EVMU_MEMORY_EVENT (   self)    (GBL_CAST(EvmuMemoryEvent, self))

Definition at line 14 of file evmu_memory_event.h.

◆ EVMU_MEMORY_EVENT_CLASS

#define EVMU_MEMORY_EVENT_CLASS (   klass)    (GBL_CLASS_CAST(EvmuMemoryEvent, klass))

Definition at line 15 of file evmu_memory_event.h.

◆ EVMU_MEMORY_EVENT_GET_CLASS

#define EVMU_MEMORY_EVENT_GET_CLASS (   self)    (GBL_CLASSOF(EvmuMemoryEvent, self))

Definition at line 16 of file evmu_memory_event.h.

◆ EVMU_MEMORY_EVENT_TYPE

#define EVMU_MEMORY_EVENT_TYPE   (GBL_TYPEID(EvmuMemoryEvent))

Definition at line 13 of file evmu_memory_event.h.

Typedef Documentation

◆ EVMU_MEMORY_EVENT_OP

typedef GblEnum EVMU_MEMORY_EVENT_OP

Definition at line 22 of file evmu_memory_event.h.

Enumeration Type Documentation

◆ EVMU_MEMORY_EVENT_OP

enum EVMU_MEMORY_EVENT_OP

Definition at line 22 of file evmu_memory_event.h.

22 {
23 EVMU_MEMORY_EVENT_OP_READ_LATCH,
24 EVMU_MEMORY_EVENT_OP_READ_PORT,
25 EVMU_MEMORY_EVENT_OP_WRITE
26};