Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/famicom-dumper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/comm.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm.h')
-rw-r--r--comm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/comm.h b/comm.h
index 1636650..e3a24cf 100644
--- a/comm.h
+++ b/comm.h
@@ -49,6 +49,14 @@
#define COMMAND_FDS_READ_RESULT_BLOCK 46
#define COMMAND_FDS_READ_RESULT_END 47
#define COMMAND_FDS_TIMEOUT 48
+#define COMMAND_FDS_NOT_CONNECTED 49
+#define COMMAND_FDS_BATTERY_LOW 50
+#define COMMAND_FDS_DISK_NOT_INSERTED 51
+#define COMMAND_FDS_END_OF_HEAD 52
+#define COMMAND_FDS_WRITE_REQUEST 53
+#define COMMAND_FDS_WRITE_DONE 54
+#define COMMAND_SET_FLASH_BUFFER_SIZE 55
+#define COMMAND_SET_VALUE_DONE 56
#define COMMAND_BOOTLOADER 0xFE
#define COMMAND_DEBUG 0xFF