Difference between revisions of "Ressources"

From MSX Game Library

Line 4: Line 4:
 
* Articles about MSXgl in Future Disk 48 & 49.
 
* Articles about MSXgl in Future Disk 48 & 49.
 
* [https://www.youtube.com/watch?v=TJ7m68QkEbI Programming on MSXgl and V9990] by Andrés De Pedro.
 
* [https://www.youtube.com/watch?v=TJ7m68QkEbI Programming on MSXgl and V9990] by Andrés De Pedro.
 
  
 
== Other C library ==
 
== Other C library ==
* [https://github.com/ericb59/Fusion-C-v1.2 Fusion-C 1.2] (free C library with which you can program software and games for MSX computers under MSX-DOS with C language)
+
* [https://github.com/ericb59/Fusion-C-v1.2 Fusion-C 1.2] (free C library using SDCC)
* [ MSX-lib]
+
* [https://github.com/mori0091/libmsx libmsx] (free C library using SDCC)
 
* [https://github.com/lfantoniosi/sdcc_stdio/tree/main sdcc_stdio] (stdio lib implementation for SDCC compiler for CP/M-80)
 
* [https://github.com/lfantoniosi/sdcc_stdio/tree/main sdcc_stdio] (stdio lib implementation for SDCC compiler for CP/M-80)
  

Revision as of 23:17, 30 April 2024

About MSXgl

Other C library

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

About the MSX