Difference between revisions of "What is MSXgl?"

From MSX Game Library

(Directories)
Line 3: Line 3:
 
Cette librarire  
 
Cette librarire  
  
The library target all generation of MSX machines (with more or less complete support):
+
The library target all generation of MSX machines (with more or less complete support for specific features):
 
* MSX1 (99%)
 
* MSX1 (99%)
 
* MSX2 (99%)
 
* MSX2 (99%)
Line 26: Line 26:
 
|📁 <tt>engine</tt>      ||  
 
|📁 <tt>engine</tt>      ||  
 
|-
 
|-
|├─📁 <tt>content</tt>   ||  
+
|├─📁 <tt>content</tt>   ||  
 
|-
 
|-
|├─📁 <tt>datasrc</tt>   ||  
+
|├─📁 <tt>datasrc</tt>   ||  
 
|-
 
|-
|├─📁 <tt>doc</tt>       ||  
+
|├─📁 <tt>doc</tt>       ||  
 
|-
 
|-
|├─📁 <tt>lib</tt>       ||  
+
|├─📁 <tt>lib</tt>       ||  
 
|-
 
|-
|├─📁 <tt>script</tt>     ||  
+
|├─📁 <tt>script</tt>   ||  
 
|-
 
|-
|└─📁 <tt>src</tt>       ||  
+
|└─📁 <tt>src</tt>       ||  
 
|-
 
|-
 
|📁 <tt>projects</tt>    ||
 
|📁 <tt>projects</tt>    ||
 
|-
 
|-
|├─📁 <tt>samples</tt>   ||  
+
|├─📁 <tt>samples</tt>   ||  
 
|-
 
|-
|├─📁 <tt>targets</tt>   ||  
+
|├─📁 <tt>targets</tt>   ||  
 
|-
 
|-
|└─📁 <tt>template</tt>   ||  
+
|└─📁 <tt>template</tt> ||  
 
|-
 
|-
 
|📁 <tt>tools</tt>      ||  
 
|📁 <tt>tools</tt>      ||  
 
|-
 
|-
|├─📁 <tt>audio</tt>     ||  
+
|├─📁 <tt>audio</tt>     ||  
 
|-
 
|-
|├─📁 <tt>build</tt>     ||  
+
|├─📁 <tt>build</tt>     ||  
 
|-
 
|-
|└─📁 <tt>sdcc</tt>       ||  
+
|└─📁 <tt>sdcc</tt>     ||  
 
|}
 
|}

Revision as of 19:14, 13 January 2022

MSXGL is a Game Library wrote in C and targeting MSX 8-bits computers.

Cette librarire

The library target all generation of MSX machines (with more or less complete support for specific features):

  • MSX1 (99%)
  • MSX2 (99%)
  • MSX2+ (50%)
  • MSX trubo R (10%)


  • VDP: TMS9918 and V9938
  • PSG: AY-3-8910
  • RTC: RP-5C01 (MSX2)

It also offers the possibility to generate a program for a wide variety of formats:

  • Plain ROM (8K~64K)
  • Mapped ROM (64K~4096K in ASCII8/16 and Konami/SCC)
  • MSX-DOS binary 1/2
  • BASIC binary


Directories

📁 engine
├─📁 content
├─📁 datasrc
├─📁 doc
├─📁 lib
├─📁 script
└─📁 src
📁 projects
├─📁 samples
├─📁 targets
└─📁 template
📁 tools
├─📁 audio
├─📁 build
└─📁 sdcc