Difference between revisions of "Modules"
From MSX Game Library
| Line 1: | Line 1: | ||
{{COLUMN|4}}  | {{COLUMN|4}}  | ||
| + | Core:  | ||
* {{MOD|system}}  | * {{MOD|system}}  | ||
* {{MOD|bios}}  | * {{MOD|bios}}  | ||
| Line 5: | Line 6: | ||
* {{MOD|memory}}  | * {{MOD|memory}}  | ||
* {{MOD|math}}  | * {{MOD|math}}  | ||
| − | |||
| − | |||
| − | |||
| − | |||
* {{MOD|draw}}  | * {{MOD|draw}}  | ||
* {{MOD|compress}}  | * {{MOD|compress}}  | ||
* {{MOD|clock}}  | * {{MOD|clock}}  | ||
| − | |||
* {{MOD|string}}  | * {{MOD|string}}  | ||
* {{MOD|msxi_unpack}} {{WIP}}  | * {{MOD|msxi_unpack}} {{WIP}}  | ||
| Line 18: | Line 14: | ||
Video devices:  | Video devices:  | ||
* {{MOD|vdp}}  | * {{MOD|vdp}}  | ||
| − | * {{MOD|v9990}} {{  | + | * {{MOD|v9990}}  | 
| + | |||
| + | Input devices:  | ||
| + | * {{MOD|input}}  | ||
| + | * {{MOD|ninjatap}}  | ||
| + | |||
| + | Gameplay:  | ||
| + | * {{MOD|game}}  | ||
| + | * {{MOD|game_menu}}  | ||
| + | * {{MOD|game_pawn}}  | ||
| + | * {{MOD|scroll}}  | ||
Audio devices:  | Audio devices:  | ||
| Line 27: | Line 33: | ||
Audio players:  | Audio players:  | ||
| + | * {{MOD|akg_player}}  | ||
| + | * {{MOD|akm_player}}  | ||
| + | * {{MOD|aky_player}}  | ||
* {{MOD|ayfx_player}}  | * {{MOD|ayfx_player}}  | ||
* {{MOD|pt3_player}}  | * {{MOD|pt3_player}}  | ||
* {{MOD|vgm_player}}  | * {{MOD|vgm_player}}  | ||
* {{MOD|lvgm_player}}  | * {{MOD|lvgm_player}}  | ||
| − | |||
| − | |||
| − | |||
* {{MOD|lw_player}} {{WIP}}  | * {{MOD|lw_player}} {{WIP}}  | ||
* {{MOD|wyz_player}}  | * {{MOD|wyz_player}}  | ||
| Line 39: | Line 45: | ||
* {{MOD|trilo_scc_player}}  | * {{MOD|trilo_scc_player}}  | ||
* {{MOD|trilo_fm_player}} {{WIP}}  | * {{MOD|trilo_fm_player}} {{WIP}}  | ||
| + | |||
| + | Compression:  | ||
| + | * {{MOD|bitbuster}}  | ||
| + | * {{MOD|bitbuster2}}  | ||
| + | * {{MOD|pletter}}  | ||
| + | * {{MOD|zx0}}  | ||
{{COLUMN_END}}  | {{COLUMN_END}}  | ||
See also: [[Code documentation]].  | See also: [[Code documentation]].  | ||
Revision as of 13:24, 27 December 2022
Core:
Video devices:
Input devices:
Gameplay:
Audio devices:
Audio players:
- akg_player
 - akm_player
 - aky_player
 - ayfx_player
 - pt3_player
 - vgm_player
 - lvgm_player
 - lw_player 🚧WIP
 - wyz_player
 - wyz2_player
 - trilo_scc_player
 - trilo_fm_player 🚧WIP
 
Compression:
See also: Code documentation.