Difference between revisions of "Help"

From MSX Game Library

(Proposal)
(Topics)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Topics ==
 
== Topics ==
* [[What is MSXgl?]]
+
* Main
* [[Install|Install and Setup]]
+
** [[What is MSXgl?]]
* [[Code documentation]]
+
** [[Install|Install and Setup]]
* Use of [[Literal expression]]
+
** [[Code documentation]]
* [[Boolean]]
+
** [[Create a plain ROM]]
* [[Free call to BIOS routine]]
+
** [[Create a mapped ROM]]
* [[Credits]]
+
* Programming
* [[VRAM access timing]]
+
** Use of [[Literal expression]]
* [[Create a plain ROM]]
+
** [[Boolean]]
* [[Create a mapped ROM]]
+
** [[Free call to BIOS routine]]
* [[AppSignature|Signature for application identification]]
+
** [[VRAM access timing]]
 +
** [[Z80 wait instructions]]
 +
** [[Fixed-point number]]
 +
** [[Collision early elimination method]]
 +
* Misc
 +
** [[Credits]]
 +
** [[AppSignature|Application signature]] (for identification)
 +
** [[Lexicon]]
  
 
== Format description ==
 
== Format description ==
 
* [[lVGM]]
 
* [[lVGM]]
 +
* [[RLEp]]
 +
* [[MGLV]]
  
 
== Proposal ==
 
== Proposal ==
* [[NEO mapper]]
+
* [[NEO mapper]], a 16-bit register based ROM mapper (previous proposal [[ASCII-EX mapper|ASCII-EX]], [[NEO mapper v1|NEO v1]])
* [[ASCII-EX mapper]]
+
* [[ROM type signature]]
 
* [[Debug device]]
 
* [[Debug device]]
  

Latest revision as of 21:31, 7 April 2024

Topics

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.
  • 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.