|
PancakeNESEmu
A homebrewed NES Emulator written in C
|
#include <reader.h>

Public Attributes | |
| rom_buffer | buff |
| The buffer that contains all the ROM's data. | |
| size_t | buff_size |
| The size of the buffer. | |
| rom_buffer rom::buff |
The buffer that contains all the ROM's data.
Definition at line 9 of file reader.h.
Referenced by display_rom(), free_rom(), and open_rom().
| size_t rom::buff_size |
The size of the buffer.
Definition at line 10 of file reader.h.
Referenced by display_rom(), and open_rom().