Difference between revisions of "Modules"

From MSX Game Library

Line 12: Line 12:
 
* {{MOD|vdp}} (Video chip)
 
* {{MOD|vdp}} (Video chip)
  
Advanced features:
+
Gameplay:
* {{MOD|crypt}} (Encryptage)
 
* {{MOD|draw}}
 
* {{MOD|dos_mapper}}
 
* {{MOD|fsm}} (Finite state machine)
 
 
* {{MOD|game}} (Game states)
 
* {{MOD|game}} (Game states)
 
* {{MOD|game_menu}} (Menu)
 
* {{MOD|game_menu}} (Menu)
 
* {{MOD|game_pawn}} (Character move, anim, physics and collision)
 
* {{MOD|game_pawn}} (Character move, anim, physics and collision)
 
* {{MOD|input_manager}}
 
* {{MOD|input_manager}}
* {{MOD|localize}} (Translation manager)
+
 
 +
Render:
 +
* {{MOD|draw}}
 
* {{MOD|scroll}}
 
* {{MOD|scroll}}
 
* {{MOD|sprite_fx}}
 
* {{MOD|sprite_fx}}
 
* {{MOD|tile}} (Software tiles)
 
* {{MOD|tile}} (Software tiles)
 +
 +
Tools:
 +
* {{MOD|crypt}} (Encryptage)
 +
* {{MOD|dos_mapper}}
 +
* {{MOD|localize}} (Translation manager)
 
* {{MOD|tool/reg}}
 
* {{MOD|tool/reg}}
 
* {{MOD|tool/mem_op}}
 
* {{MOD|tool/mem_op}}
Line 65: Line 68:
 
* {{MOD|obsonet}} {{WIP}}
 
* {{MOD|obsonet}} {{WIP}}
 
* {{MOD|unapi_tcp}} {{WIP}}
 
* {{MOD|unapi_tcp}} {{WIP}}
 +
 +
Header:
 +
* {{MOD|asm}} (Assembler helper)
 +
* {{MOD|basic_usr}} (Interface with BASIC)
 +
* {{MOD|color}}
 +
* {{MOD|core}}
 +
* {{MOD|debug}}
 +
* {{MOD|extbios}} (Extended BIOS)
 +
* {{MOD|fsm}} (Finite state machine)
 +
 
{{COLUMN_END}}
 
{{COLUMN_END}}

Revision as of 00:18, 8 January 2024

Core:

Gameplay:

Render:

Tools:

Devices:

Audio chips:

Audio players:

Compression:

Network:

Header: