summaryrefslogtreecommitdiff
path: root/include/nitro/registers_shared.h
blob: 60152ab0c472322f1de0d7638a7b729c7e03dc7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * NOTE:
 * This file is shared between ARM9 and ARM7
 * DO NOT PUT PROC SPECIFIC CODE IN HERE
 * Thank You!
 */

#ifndef POKEDIAMOND_REGISTERS_SHARED_H
#define POKEDIAMOND_REGISTERS_SHARED_H

#include "nitro/types.h"

#define reg_OS_IME                 (*(REGType16v *)0x4000208)
#define reg_OS_IE                  (*(REGType32v *)0x4000210)
#define reg_OS_IF                  (*(REGType32v *)0x4000214)

#endif //POKEDIAMOND_REGISTERS_SHARED_H