konimaru/waitvid.2048

Reactivate blink mode for 80x25 RAM NINE

Closed this issue · 4 comments

This had been kicked out during (re)development. In order to keep our 256 palette entries a flag could be stored in the palette entry itself (rather than sacrificing a bit of the index).

                add     fcnt, #1                ' next frame
                cmpsub  fcnt, #36 wz            ' N frames per phase (on/off)
        if_z    rev     rcnt, #{32-}0           ' $F8000000 vs $0000001F
                test    colN, #1 wz
                ...
        if_nz   shr     pix0, rcnt
        if_nz   shr     pix3, rcnt
  • make a note re: frequencies (1Hz: text/2Hz: cursor)
  • core functionality now available with 7e3d75b
* make a note re: frequencies (1Hz: text/2Hz: cursor)

fixed with b91ee83, closing