Difference between revisions of "Ressources"

From MSX Game Library

(About the MSX development in general)
Line 16: Line 16:
  
 
== About the MSX development in general ==
 
== About the MSX development in general ==
* MSX Assembly Page's [https://map.grauw.nl/resources/ collection of online MSX resources] by Grauw.
+
* ''MSX Assembly Page'' by Grauw:
* MSX Resource Center's [https://www.msx.org/wiki/Category:Programming Programming wiki].
+
** [https://map.grauw.nl/resources/ collection of online MSX resources] (BIOS, MSX-DOS, VDP...)
 +
** [https://map.grauw.nl/articles/ collection of articles about MSX programming] (tutorials and tips)
 +
 
 +
* MSX Resource Center's [https://www.msx.org/wiki/Category:Programming Programming wiki]
 
* MSX game creators:
 
* MSX game creators:
 
** [https://santiontanon.blogspot.com/ Santiago Ontañón's blog]
 
** [https://santiontanon.blogspot.com/ Santiago Ontañón's blog]

Revision as of 00:41, 8 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).