2020-06-29 18:48:00 -04:00
|
|
|
SPI relay driver
|
|
|
|
|
|
|
|
This driver is designed for a ad-hoc adapter card that acts as a
|
2020-09-17 09:36:16 -04:00
|
|
|
SPI relay between the z80 bus and the SPI device. When writing
|
|
|
|
to SPI_CTL, we expect a bitmask of the device to select, with
|
|
|
|
0 meaning that everything is de-selected. Reading SPI_CTL
|
|
|
|
returns 0 if the device is ready or 1 if it's still running an
|
|
|
|
exchange. Writing to SPI_DATA initiates an exchange.
|
2020-08-23 07:55:17 -04:00
|
|
|
|
|
|
|
Provides the SPI relay protocol. Load driver with "596 LOAD".
|