Difference between revisions of "Modules"

From MSX Game Library

 
Line 3: Line 3:
 
* {{MOD|bios}} (MSX BIOS)
 
* {{MOD|bios}} (MSX BIOS)
 
* {{MOD|dos}} (MSX-DOS 1 & 2)
 
* {{MOD|dos}} (MSX-DOS 1 & 2)
* {{MOD|input}} (Joystick, keyboard and mouse)
+
* {{MOD|input}} (Joystick, keyboard, mouse and paddle)
 
* {{MOD|math}} (Random and fast computation)
 
* {{MOD|math}} (Random and fast computation)
 
* {{MOD|memory}} (Heap or dynamic allocator)
 
* {{MOD|memory}} (Heap or dynamic allocator)

Latest revision as of 10:59, 17 October 2024

Core:

  • bios (MSX BIOS)
  • dos (MSX-DOS 1 & 2)
  • input (Joystick, keyboard, mouse and paddle)
  • 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: