yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::emu::PpuInterface Class Referenceabstract

#include <ppu.h>

Inheritance diagram for yaze::emu::PpuInterface:

Public Member Functions

virtual ~PpuInterface ()=default
 
virtual void Write (uint16_t address, uint8_t data)=0
 
virtual uint8_t Read (uint16_t address) const =0
 

Detailed Description

Definition at line 15 of file ppu.h.

Constructor & Destructor Documentation

◆ ~PpuInterface()

virtual yaze::emu::PpuInterface::~PpuInterface ( )
virtualdefault

Member Function Documentation

◆ Write()

virtual void yaze::emu::PpuInterface::Write ( uint16_t address,
uint8_t data )
pure virtual

◆ Read()

virtual uint8_t yaze::emu::PpuInterface::Read ( uint16_t address) const
pure virtual

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