Difference between revisions of "Ressources"

From MSX Game Library

(About the MSX development in general)
Line 35: Line 35:
 
** ''[https://bengalack.blogspot.com/p/lillyparti.html Under The Hood - Lilly's Saga - The stones of Evergreen]'', Fabulous 8bit (2023)
 
** ''[https://bengalack.blogspot.com/p/lillyparti.html Under The Hood - Lilly's Saga - The stones of Evergreen]'', Fabulous 8bit (2023)
  
== Other C library ==
+
== About C development ==
* [https://github.com/ericb59/Fusion-C-v1.2 Fusion-C 1.2] (C library for SDCC compiler).
+
* [https://sdcc.sourceforge.net SDCC]: ''[SDCC Compiler User Guide https://sdcc.sourceforge.net/doc/sdccman.pdf]''
* [https://github.com/mori0091/libmsx libmsx] (C library for SDCC compiler).
+
* Other C library:
* [https://github.com/lfantoniosi/sdcc_stdio/tree/main sdcc_stdio] (stdio lib implementation for SDCC compiler for CP/M-80).
+
** [https://github.com/ericb59/Fusion-C-v1.2 Fusion-C 1.2] (C library for SDCC compiler).
 +
** [https://github.com/mori0091/libmsx libmsx] (C library for SDCC compiler).
 +
** [https://github.com/lfantoniosi/sdcc_stdio/tree/main sdcc_stdio] (stdio lib implementation for SDCC compiler for CP/M-80).

Revision as of 00:46, 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

About C development