Mapper30 cleanup

This commit is contained in:
retro-wertz
2017-10-20 12:20:00 +08:00
parent ce7fe391b9
commit 7a9d85fa7b
2 changed files with 64 additions and 77 deletions

View File

@@ -22,6 +22,9 @@
#ifndef _FCEU_INES_H
#define _FCEU_INES_H
extern uint32 ROM_size;
extern uint32 VROM_size;
typedef struct {
char ID[4]; /*NES^Z*/
uint8 ROM_size;