mirror of
https://github.com/antoinevignau/source.git
synced 2025-01-04 04:31:04 +00:00
SD_CARD_INSERTED support
This commit is contained in:
parent
11953a3d8f
commit
d5d789debe
@ -44,6 +44,7 @@ SD_ADDRESS_SET_MSB_3 = $e40006
|
||||
SD_START_READ = $e40008 ; starts reading the sector (if it was idle)
|
||||
SD_ACCESS = $e4000a
|
||||
SD_START_WRITE = $e4000c ; starts writing the sector (if it was idle)
|
||||
SD_CARD_INSERTED $e40012 ; 1 if inserted, 0 instead
|
||||
|
||||
STA_NOINIT = 1 ; Drive not initialized
|
||||
STA_NODISK = 2 ; No medium in the drive
|
||||
|
Loading…
Reference in New Issue
Block a user