Definition at line 16 of file ppu.hpp.
◆ PPU() [1/2]
◆ PPU() [2/2]
◆ checkBreakpoint()
| void PPU::checkBreakpoint |
( |
u16 | pc | ) |
|
◆ clear_frame_ready()
| void PPU::clear_frame_ready |
( |
| ) |
|
|
inline |
◆ clearResetRequest()
| void PPU::clearResetRequest |
( |
| ) |
|
|
inline |
◆ clearStepRequest()
| void PPU::clearStepRequest |
( |
| ) |
|
|
inline |
◆ get_framebuffer()
| const u32 * PPU::get_framebuffer |
( |
| ) |
const |
|
inline |
◆ getActiveSlot()
| int PPU::getActiveSlot |
( |
| ) |
const |
|
inline |
◆ handleEvents()
◆ init_window()
| void PPU::init_window |
( |
bool | debug, |
|
|
const std::string & | rom_title, |
|
|
bool | fullscreen = false ) |
◆ is_frame_ready()
| bool PPU::is_frame_ready |
( |
| ) |
const |
|
inline |
◆ isOpen()
| bool PPU::isOpen |
( |
| ) |
const |
◆ isPaused()
| bool PPU::isPaused |
( |
| ) |
const |
|
inline |
◆ isResetRequested()
| bool PPU::isResetRequested |
( |
| ) |
const |
|
inline |
◆ isStepRequested()
| bool PPU::isStepRequested |
( |
| ) |
const |
|
inline |
◆ isTurbo()
| bool PPU::isTurbo |
( |
| ) |
const |
|
inline |
◆ read()
| u8 PPU::read |
( |
u16 | address | ) |
const |
◆ recordOpcode()
| void PPU::recordOpcode |
( |
u16 | pc, |
|
|
u8 | opcode ) |
◆ render()
◆ reset()
◆ set_cpu()
◆ set_mmu()
| void PPU::set_mmu |
( |
MMU * | m | ) |
|
|
inline |
◆ set_rom_info()
| void PPU::set_rom_info |
( |
const RomInfo & | info | ) |
|
|
inline |
◆ setActiveSlot()
| void PPU::setActiveSlot |
( |
int | slot | ) |
|
|
inline |
◆ setTurbo()
| void PPU::setTurbo |
( |
bool | val | ) |
|
|
inline |
◆ step()
| void PPU::step |
( |
int | cycles | ) |
|
◆ update()
| void PPU::update |
( |
float | dtSeconds, |
|
|
u64 | cyclesExecuted ) |
◆ write()
| void PPU::write |
( |
u16 | address, |
|
|
u8 | value ) |
The documentation for this class was generated from the following files: