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

#include <ppu.h>

Inheritance diagram for yaze::app::emu::video::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 21 of file ppu.h.

Constructor & Destructor Documentation

◆ ~PpuInterface()

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

Member Function Documentation

◆ Write()

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

◆ Read()

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

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