2020-05-13 14:56:38 -04:00
|
|
|
SD Card driver
|
|
|
|
|
2020-06-29 18:48:00 -04:00
|
|
|
Load range: 603-616
|
2020-06-28 16:34:41 -04:00
|
|
|
|
|
|
|
This driver is designed for a ad-hoc adapter card that acts as a
|
2020-06-29 18:48:00 -04:00
|
|
|
SPI relay between the z80 bus and the SD card. It requires a SPI
|
|
|
|
driver providing (spix), (spie) and (spid), which oh surprise!
|
|
|
|
is included in Collapse OS at B595.
|
2020-06-28 16:34:41 -04:00
|
|
|
|
2020-06-29 18:48:00 -04:00
|
|
|
Through that layer, this driver implements the SDC protocol
|
2020-06-28 16:34:41 -04:00
|
|
|
allowing it to provide BLK@ and BLK!.
|