From 1f9db3fdb400980577f656f351ef72aaf67e0843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Ass=C3=A9nat?= Date: Sat, 26 Oct 2013 20:26:03 +0000 Subject: [PATCH] Add missing commands --- maplebus.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/maplebus.h b/maplebus.h index 2511d8b..052c71f 100644 --- a/maplebus.h +++ b/maplebus.h @@ -5,10 +5,12 @@ * http://mc.pp.se/dc/maplebus.html */ -#define MAPLE_CMD_RQ_DEV_INFO 1 -#define MAPLE_CMD_RESET_DEVICE 3 -#define MAPLE_CMD_GET_CONDITION 9 -#define MAPLE_CMD_BLOCK_WRITE 12 +#define MAPLE_CMD_RQ_DEV_INFO 1 +#define MAPLE_CMD_RQ_EXT_DEV_INFO 2 +#define MAPLE_CMD_RESET_DEVICE 3 +#define MAPLE_CMD_SHUTDOWN_DEV 4 +#define MAPLE_CMD_GET_CONDITION 9 +#define MAPLE_CMD_BLOCK_WRITE 12 #define MAPLE_FUNC_CONTROLLER 0x001 #define MAPLE_FUNC_MEMCARD 0x002