yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::emu::ApuCallbacks Struct Reference

#include <spc700.h>

Public Attributes

std::function< void(uint16_t, uint8_t)> write
 
std::function< uint8_t(uint16_t)> read
 
std::function< void(bool)> idle
 

Detailed Description

Definition at line 52 of file spc700.h.

Member Data Documentation

◆ write

std::function<void(uint16_t, uint8_t)> yaze::emu::ApuCallbacks::write

Definition at line 53 of file spc700.h.

◆ read

std::function<uint8_t(uint16_t)> yaze::emu::ApuCallbacks::read

Definition at line 54 of file spc700.h.

◆ idle

std::function<void(bool)> yaze::emu::ApuCallbacks::idle

Definition at line 55 of file spc700.h.


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