Difference between revisions of "Help"
From MSX Game Library
(→Q&A) |
|||
Line 19: | Line 19: | ||
== Q&A == | == Q&A == | ||
+ | |||
+ | {{QA|What if I prefer to have the MSXgl directory in my project directory and not the opposite?|See the [[alternative file layout]].}} | ||
{{QA|How can I convert my Batch project setting to new JS based Build tool?|See the [[batch to JS conversion guide]].}} | {{QA|How can I convert my Batch project setting to new JS based Build tool?|See the [[batch to JS conversion guide]].}} | ||
{{QA|Do I have to mention that I use MSXgl in my game?|No, it's not mandatory: do as you like. If you mention that the game is made with MSXgl, that's cool, because it might inspire others to create MSX games with this library. The [https://creativecommons.org/licenses/by-sa/4.0/ CC BY-SA] license applies mainly to people who want to modify and distribute the library on their own. In this case, the author must be cited and the derivative work must retain the same license.}} | {{QA|Do I have to mention that I use MSXgl in my game?|No, it's not mandatory: do as you like. If you mention that the game is made with MSXgl, that's cool, because it might inspire others to create MSX games with this library. The [https://creativecommons.org/licenses/by-sa/4.0/ CC BY-SA] license applies mainly to people who want to modify and distribute the library on their own. In this case, the author must be cited and the derivative work must retain the same license.}} |
Revision as of 13:28, 31 October 2023
Contents
Topics
- What is MSXgl?
- Install and Setup
- Code documentation
- Use of Literal expression
- Boolean
- Free call to BIOS routine
- Credits
- VRAM access timing
- Create a plain ROM
- Create a mapped ROM
Format description
Proposal
Q&A
- What if I prefer to have the MSXgl directory in my project directory and not the opposite?
» See the alternative file layout.
- How can I convert my Batch project setting to new JS based Build tool?
» See the batch to JS conversion guide.
- Do I have to mention that I use MSXgl in my game?
» No, it's not mandatory: do as you like. If you mention that the game is made with MSXgl, that's cool, because it might inspire others to create MSX games with this library. The CC BY-SA license applies mainly to people who want to modify and distribute the library on their own. In this case, the author must be cited and the derivative work must retain the same license.