The Simple DirectMedia Layer library (SDL 1.2.15) for the Casio fx-CG50/Graph 90+E and fx-Cg10/20/PRIZM
Go to file
Sylvain PILLOT 96e71f5395 update README.md 2022-04-28 12:49:19 +02:00
cmake Gitea Compliancy 2022-04-28 12:39:32 +02:00
include Gitea Compliancy 2022-04-28 12:39:32 +02:00
src Gitea Compliancy 2022-04-28 12:39:32 +02:00
CMakeLists.txt Gitea Compliancy 2022-04-28 12:39:32 +02:00
Makefile.prizm Gitea Compliancy 2022-04-28 12:39:32 +02:00
README.md update README.md 2022-04-28 12:49:19 +02:00
TODO.txt writing PRIZM video driver 2022-04-18 22:36:07 +02:00
build Gitea Compliancy 2022-04-28 12:39:32 +02:00
cSDL1_2_15.cbp Gitea Compliancy 2022-04-28 12:39:32 +02:00
cSDL1_2_15.layout Gitea Compliancy 2022-04-28 12:39:32 +02:00
giteapc.make Gitea Compliancy 2022-04-28 12:39:32 +02:00

README.md

Simple DirectMedia Layer SDL 1.2.15 sources for Casio Graph 90+E and Prizm CG10/20

Need to have a fully working gcc toolchain for SH3/SH4 architecture.

Compilation is done by using the adhoc Makefile : make -f Makefile.prizm in the main directory

It should produce the library libSDL_prizm.a

The following steps are not automatically done, so please proceed with the following manipulations :

  • copy the library libSDL_prizm.a into your SH3/SH4 compiler lib folder
  • copy all header files contained in the include/SDL folder into the include folder of the SH3/SH4 compiler

You can also use the gitea install Slyvtt/cSDL1_2_15 command to get an automatic install

when you compile a program for use with SDL, do not forget to add a -lSDL_prizm option in your compilator command line.

and then a #include <SDL/SDL.h> in your C/C++ sources