nes-mm5-demo/include/ram_variables.h

11 lines
173 B
C
Raw Permalink Normal View History

2022-02-03 20:12:13 +00:00
#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_