Mirror of CollapseOS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

13 行
431B

  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".