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.

11 lines
230B

  1. : XYPOS [ VDP_MEM LITN ] ;
  2. CODE _ctl ( a -- sends LSB then MSB )
  3. HL POPqq, chkPS,
  4. A L LDrr, VDP_CTLPORT OUTnA,
  5. A H LDrr, VDP_CTLPORT OUTnA,
  6. ;CODE
  7. CODE _data
  8. HL POPqq, chkPS,
  9. A L LDrr, VDP_DATAPORT OUTnA,
  10. ;CODE