Definition at line 12 of file mmu.hpp.
◆ MMU() [1/2]
◆ MMU() [2/2]
◆ dump_memory()
| std::vector< u8 > MMU::dump_memory |
( |
| ) |
const |
◆ get_current_rom_bank()
| u8 MMU::get_current_rom_bank |
( |
| ) |
const |
◆ get_joypad_state()
| u8 MMU::get_joypad_state |
( |
| ) |
const |
◆ get_read_count()
| u64 MMU::get_read_count |
( |
| ) |
const |
|
inline |
◆ get_write_count()
| u64 MMU::get_write_count |
( |
| ) |
const |
|
inline |
◆ load_memory()
| bool MMU::load_memory |
( |
const std::vector< u8 > & | dump | ) |
|
◆ map_rom()
| bool MMU::map_rom |
( |
const std::vector< u8 > & | rom_data | ) |
|
◆ read()
| u8 MMU::read |
( |
u16 | address | ) |
const |
◆ reset()
◆ set_joypad_state()
| void MMU::set_joypad_state |
( |
u8 | action, |
|
|
u8 | direction ) |
◆ step_timer()
| void MMU::step_timer |
( |
int | cycles | ) |
|
◆ write()
| void MMU::write |
( |
u16 | address, |
|
|
u8 | value ) |
The documentation for this class was generated from the following files: