/XPM2SC5

Converts xpm image into MSX2 SCREEN5 (GRAPHICS4)

Primary LanguageCGNU General Public License v2.0GPL-2.0

XPM2SC5

Converts XPM file into SCREEN5/V9990 without any additional library other than libc. This project is meant to be used inside another, by a parent Makefile calling this Makefile inside a subdirectory. If the image is called image.xpm, run the code like this:

make image.raw

to create a raw VRAM file called image.raw. You may also create .h or .c files with the following commands:

make image.h

and

make image.c

respectively.