|
PancakeNESEmu
A homebrewed NES Emulator written in C
|
#include "core/types.h"
Go to the source code of this file.
Classes | |
| struct | INES_META |
| A structure that represents every files headers of the INES ROM file format. More... | |
| struct | NES_TWO_META |
| A structure that represents every files headers of the INES ROM file format. More... | |
Typedefs | |
| typedef unsigned int | bytes_string |
| A type that denotes an ASCII string of size 4. | |
| typedef unsigned int bytes_string |
A type that denotes an ASCII string of size 4.
Definition at line 6 of file rom_metadata.h.