1
0
mirror of https://github.com/raphnet/dreamcast_usb synced 2024-11-18 07:04:59 -05:00

Add missing commands

This commit is contained in:
Raphaël Assénat 2013-10-26 20:26:03 +00:00
parent 5f4b86ba99
commit 1f9db3fdb4

View File

@ -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