Skip to content
/ XPM2SC5 Public

Converts xpm image into MSX2 SCREEN5 (GRAPHICS4)

License

Notifications You must be signed in to change notification settings

pvmm/XPM2SC5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.