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