Add missing commands

This commit is contained in:
Raphaël Assénat 2013-10-26 20:26:03 +00:00
parent 5f4b86ba99
commit 1f9db3fdb4
1 changed files with 6 additions and 4 deletions

View File

@ -5,10 +5,12 @@
* http://mc.pp.se/dc/maplebus.html * http://mc.pp.se/dc/maplebus.html
*/ */
#define MAPLE_CMD_RQ_DEV_INFO 1 #define MAPLE_CMD_RQ_DEV_INFO 1
#define MAPLE_CMD_RESET_DEVICE 3 #define MAPLE_CMD_RQ_EXT_DEV_INFO 2
#define MAPLE_CMD_GET_CONDITION 9 #define MAPLE_CMD_RESET_DEVICE 3
#define MAPLE_CMD_BLOCK_WRITE 12 #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_CONTROLLER 0x001
#define MAPLE_FUNC_MEMCARD 0x002 #define MAPLE_FUNC_MEMCARD 0x002