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.

16 line
581B

  1. ( Routines for interacting with SMS controller ports.
  2. Requires CPORT_CTL, CPORT_D1 and CPORT_D2 to be defined.
  3. Will usually be 0x3f, 0xdc, 0xdd. )
  4. ( mode -- set TR pin on mode a on:
  5. 0= output low 1=output high 2=input )
  6. CODE _TRA! HL POP, chkPS, ( B0 -> B4, B1 -> B0 )
  7. L RR, RLA, RLA, RLA, RLA, L RR, RLA,
  8. 0x11 ANDi, L A LDrr, CPORT_CTL INAi,
  9. 0xee ANDi, L ORr, CPORT_CTL OUTiA,
  10. ;CODE
  11. CODE _THA! HL POP, chkPS, ( B0 -> B5, B1 -> B1 )
  12. L RR, RLA, RLA, RLA, RLA, L RR, RLA, RLA,
  13. 0x22 ANDi, L A LDrr, CPORT_CTL INAi,
  14. 0xdd ANDi, L ORr, CPORT_CTL OUTiA,
  15. ;CODE