summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/mem.h')
-rw-r--r--apps/plugins/rockboy/mem.h21
1 files changed, 10 insertions, 11 deletions
diff --git a/apps/plugins/rockboy/mem.h b/apps/plugins/rockboy/mem.h
index 66165d1970..005c495f31 100644
--- a/apps/plugins/rockboy/mem.h
+++ b/apps/plugins/rockboy/mem.h
@@ -1,19 +1,18 @@
1#ifndef __MEM_H__ 1#ifndef __MEM_H__
2#define __MEM_H__ 2#define __MEM_H__
3 3
4
5#include "defs.h" 4#include "defs.h"
6 5
7 6#define MBC_NONE 0
8 7#define MBC_MBC1 1
9#define MBC_NONE 0 8#define MBC_MBC2 2
10#define MBC_MBC1 1 9#define MBC_MBC3 4
11#define MBC_MBC2 2 10#define MBC_MBC5 8
12#define MBC_MBC3 3 11#define MBC_RUMBLE 16
13#define MBC_MBC5 5 12#define MBC_HUC1 32
14#define MBC_RUMBLE 15 13#define MBC_HUC3 64
15#define MBC_HUC1 0xC1 14#define MBC_RTC 128
16#define MBC_HUC3 0xC3 15#define MBC_BAT 256
17 16
18struct mbc 17struct mbc
19{ 18{