Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112
  1. SPI relay driver
  2. This driver is designed for a ad-hoc adapter card that acts as a
  3. SPI relay between the z80 bus and the SPI device. Sending any-
  4. thing on SPI_CSLOW and SPI_CSHIGH is expected to select/deselect
  5. the device, and writing to SPI_DATA is expected to initiate a
  6. byte exchange. The result of the exchange is excpected to be re-
  7. trieved by reading SPI_DATA.
  8. Provides the SPI relay protocol.
  9. Load driver with "596 LOAD".