dev_disk.h Source File
Back to the index.
Go to the documentation of this file. 1 #ifndef TESTMACHINE_DISK_H
2 #define TESTMACHINE_DISK_H
11 #define DEV_DISK_ADDRESS 0x13000000
12 #define DEV_DISK_OFFSET 0x0000
13 #define DEV_DISK_OFFSET_HIGH32 0x0008
14 #define DEV_DISK_ID 0x0010
15 #define DEV_DISK_START_OPERATION 0x0020
16 #define DEV_DISK_STATUS 0x0030
17 #define DEV_DISK_BUFFER 0x4000
19 #define DEV_DISK_BUFFER_LEN 0x200
22 #define DEV_DISK_OPERATION_READ 0
23 #define DEV_DISK_OPERATION_WRITE 1
Generated on Tue Mar 24 2020 14:04:48 for GXemul by
1.8.17