PancakeNESEmu
A homebrewed NES Emulator written in C
Loading...
Searching...
No Matches
rom Struct Reference

#include <reader.h>

Collaboration diagram for rom:
Collaboration graph

Public Attributes

rom_buffer buff
 The buffer that contains all the ROM's data.
 
size_t buff_size
 The size of the buffer.
 

Detailed Description

Definition at line 8 of file reader.h.

Member Data Documentation

◆ buff

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().

◆ buff_size

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().


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