Difference between revisions of "What is MSXgl?"

From MSX Game Library

(β†’β€ŽDirectories)
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:07, 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):

  • 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