PancakeNESEmu
A homebrewed NES Emulator written in C
Loading...
Searching...
No Matches
rom_metadata.h File Reference
#include "core/types.h"
Include dependency graph for rom_metadata.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 Documentation

◆ bytes_string

typedef unsigned int bytes_string

A type that denotes an ASCII string of size 4.

Definition at line 6 of file rom_metadata.h.