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
226B

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