Difference between revisions of "Modules"

From MSX Game Library

Line 70: Line 70:
 
* {{MOD|unapi_tcp}} {{WIP}}
 
* {{MOD|unapi_tcp}} {{WIP}}
  
Header:
+
Helpers:
 
* {{MOD|asm}} (Assembler helper)
 
* {{MOD|asm}} (Assembler helper)
 
* {{MOD|basic_usr}} (Interface with BASIC)
 
* {{MOD|basic_usr}} (Interface with BASIC)

Revision as of 00:28, 8 January 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:

Render:

Tools:

Devices:

Audio chips:

Audio players:

Compression:

Network:

Helpers: