Difference between revisions of "Ressources"

From MSX Game Library

Line 1: Line 1:
 
+
On this page you will find external information resources that can help you in the development of an MSX project.
  
 
== About development using MSXgl ==
 
== About development using MSXgl ==
* Documentation:
 
** [https://aoineko.org/msxgl-doc MSXgl Source code documentation]
 
 
* Articles:
 
* Articles:
 
** ''[https://github.com/hsk/msxgl/tree/main Let's Start Game Programming with MSXgl]'' by HSK (Japanese).
 
** ''[https://github.com/hsk/msxgl/tree/main Let's Start Game Programming with MSXgl]'' by HSK (Japanese).

Revision as of 13:41, 7 January 2026

On this page you will find external information resources that can help you in the development of an MSX project.

About development using MSXgl

About the MSX development in general

Other C library

  • Fusion-C 1.2 (C library for SDCC compiler).
  • libmsx (C library for SDCC compiler).
  • sdcc_stdio (stdio lib implementation for SDCC compiler for CP/M-80).