summaryrefslogtreecommitdiff
path: root/include/gba/io_reg.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-06-14 00:14:37 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-06-14 00:14:37 -0400
commitb3dc66655ec1f5ebc822424c2f8094de2bea70cc (patch)
treebd7a59b42829d31cbcbf91431a7bd3b1ef1bace2 /include/gba/io_reg.h
parent13a7274a1649a8cb8f3bc165ee1eb403c12430dc (diff)
parent48a15638c63f2b3d4b2d12d346e466ddca006570 (diff)
merge
Diffstat (limited to 'include/gba/io_reg.h')
-rw-r--r--include/gba/io_reg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gba/io_reg.h b/include/gba/io_reg.h
index c0874bcbb..d483d4ddc 100644
--- a/include/gba/io_reg.h
+++ b/include/gba/io_reg.h
@@ -639,6 +639,8 @@
#define KEY_INTR_ENABLE 0x0400
#define KEY_OR_INTR 0x0000
#define KEY_AND_INTR 0x8000
+#define DPAD_ANY 0x00F0
+#define JOY_EXCL_DPAD 0x030F
// interrupt flags
#define INTR_FLAG_VBLANK (1 << 0)