summary refs log tree commit diff
path: root/bin/gfxx.c (follow)
Commit message (Collapse)AuthorAge
* Separate gfxx and its framebuffer frontendJune McEnroe2018-02-03
|
* Add gfxx palette loadingJune McEnroe2018-02-02
|
* Fix color scaling in gfxxJune McEnroe2018-02-02
| | | | The 8-bit RGB palette definitely looks right now.
* Rework gfxx controlsJune McEnroe2018-02-02
| | | | Also hardcode the right palette for CARDS.DLL.
* Add RGB and GRAY macros in gfxxJune McEnroe2018-02-02
|
* Add colorspaces and mirroring to gfxxJune McEnroe2018-02-02
| | | | Also 4-bit color and a palette that can't be set yet.
* Blank framebuffer with sampled background on exitJune McEnroe2018-02-01
| | | | This should work like 99% of the time, probably.
* Add license notice to gfxxJune McEnroe2018-02-01
|
* Add gfxxJune McEnroe2018-02-01