Difference between revisions of "Ressources"
From MSX Game Library
Line 4: | Line 4: | ||
* ''[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. | ||
* Articles about MSXgl in Future Disk 48 & 49. | * Articles about MSXgl in Future Disk 48 & 49. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== About the MSX == | == About the MSX == | ||
Line 16: | Line 11: | ||
** [https://santiontanon.blogspot.com/ Santiago Ontañón's blog] | ** [https://santiontanon.blogspot.com/ Santiago Ontañón's blog] | ||
** [https://bengalack.blogspot.com/ Bengalack's blog] | ** [https://bengalack.blogspot.com/ Bengalack's blog] | ||
+ | |||
+ | == Other C library == | ||
+ | === SDCC === | ||
+ | * [https://github.com/ericb59/Fusion-C-v1.2 Fusion-C 1.2] (C library). | ||
+ | * [https://github.com/mori0091/libmsx libmsx] (C library). | ||
+ | * [https://github.com/lfantoniosi/sdcc_stdio/tree/main sdcc_stdio] (stdio lib implementation for CP/M-80). |
Revision as of 22:48, 30 April 2024
About MSXgl
- HSK's quick user-guide in Japanese: MSXGL を使ってゲームプログラミングをしよう.
- Writing an MSX2 game… in 2023 – PART 1 (using MSXgl) by Jacco Bikker.
- Programming on MSXgl and V9990 by Andrés De Pedro.
- Articles about MSXgl in Future Disk 48 & 49.
About the MSX
- Grauw's MSX Assembly Page: Collection of online MSX resources.
- MSX Resource Center: Programming wiki.
- MSX game creators:
Other C library
SDCC
- Fusion-C 1.2 (C library).
- libmsx (C library).
- sdcc_stdio (stdio lib implementation for CP/M-80).