]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/diskio.h
Card detect over cs pin: clean initialisation/power up
[z180-stamp.git] / include / diskio.h
index f5ba3e0b90a7b7dcdab3309bd3a60b05e68330e9..f7a764ca765402174f8f872e446327c8b3629cd8 100644 (file)
@@ -45,6 +45,7 @@ void disk_timerproc (void);
 #define STA_NOINIT             0x01    /* Drive not initialized */
 #define STA_NODISK             0x02    /* No medium in the drive */
 #define STA_PROTECT            0x04    /* Write protected */
+#define STA_FAST               0x08    /* Fast SPI clock */
 
 
 /* Command code for disk_ioctrl() */