Difference between revisions of "Modules"

From MSX Game Library

 
Line 25: Line 25:
 
Tools:
 
Tools:
 
* {{MOD|crypt}} (Encryptage)
 
* {{MOD|crypt}} (Encryptage)
 +
* {{MOD|debug}} (debug features)
 
* {{MOD|dos_mapper}}
 
* {{MOD|dos_mapper}}
 
* {{MOD|localize}} (Translation manager)
 
* {{MOD|localize}} (Translation manager)
Line 75: Line 76:
 
* {{MOD|color}}
 
* {{MOD|color}}
 
* {{MOD|core}}
 
* {{MOD|core}}
* {{MOD|debug}}
 
 
* {{MOD|extbios}} (Extended BIOS)
 
* {{MOD|extbios}} (Extended BIOS)
 
* {{MOD|fsm}} (Finite state machine)
 
* {{MOD|fsm}} (Finite state machine)

Latest revision as of 15:22, 5 May 2024

Core:

  • bios (MSX BIOS)
  • dos (MSX-DOS 1 & 2)
  • input (Joystick, keyboard and mouse)
  • math (Random and fast computation)
  • memory (Heap or dynamic allocator)
  • print (Display text)
  • string
  • system (Low-level features)
  • vdp (Video chip)

Gameplay:

Graphic:

Tools:

Devices:

Audio chips:

Audio players:

Compression:

Network:

Helpers: