nes-mm5-demo/include/ram_variables.h

11 lines
173 B
C

#ifndef _RAM_VARIABLES_
#define _RAM_VARIABLES_
#include "type.h"
extern uint8_t game_state;
#define OAM_SIZE 256
extern uint8_t OAM[OAM_SIZE];
#endif // _RAM_VARIABLES_