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.

12 lines
307B

  1. : VDP$
  2. 9 0 DO _idat I 2 * + @ _ctl LOOP _blank
  3. ( palettes )
  4. 0xc000 _ctl
  5. ( BG ) 1 _zero 0x3f _data 14 _zero
  6. ( sprite, inverted colors ) 0x3f _data 15 _zero
  7. 0x4000 _ctl 0x5e 0 DO ~FNT I 7 * + _sfont LOOP
  8. ( bit 6, enable display, bit 7, ?? ) 0x81c0 _ctl ;
  9. : COLS 32 ;
  10. : LINES 24 ;