Petscii Editor
View File
A very simple petscii graphic editor for the x-16. With only a few functions:
enter a single char
draw a line
draw a rectangle
copy a region
save a drawing
load a drawing
HELP.PSK - example file and also help
Binary File format (.PSK):
a few bytes for the header (will change)
2 bytes for width (currently only 80)
2 bytes for height (currently only 60)
data array of interleaved character code (1 byte) and color (1 byte). Almost the same as Vera except Vera pads width to 256 columns (not 80).
Submitter
Submitted
12/31/22
Category