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
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-12-01 18:44:25 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-12-01 18:44:25 +0300
commitfcda3ff0a69471e8e811f006dbe42f24fedbc41d (patch)
tree5e21224512d91df7ffc43810360e32654e1fdbff
parent31f5919539efcccafd17c0a05b3e7b18a5fe904d (diff)
New commands
-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