Files
Alan Steremberg 55ad7b2036 Added Support for Overlays, and updated sys
* First Set of Overlay Code

* fixed rom load bug

* added color to overlay

* added borders

* added borders

* some status fixes

* added more overlays and fixed script

* fixes

* fixed md

* new sys

* fixed md

* new sys

* change aspect ratio
2020-07-09 02:26:52 +08:00
..

Overlays for Vectrex

The overlays should be PNGs with an Alpha channel 540px x 720 px. The shell_convert_alpha.sh script will run the python script for each png with the name *_Small.png in this directory. It will call the python script, and then zip the resulting .ovr files. The ovr files are simply a raw uncompressed binary file with RGBA as 4 bit values (2 colors packed into each 8 bit value).

Overlay Sources