Difference between revisions of "Modules"
From MSX Game Library
Line 12: | Line 12: | ||
* {{MOD|vdp}} (Video chip) | * {{MOD|vdp}} (Video chip) | ||
− | + | Gameplay: | |
− | |||
− | |||
− | |||
− | |||
* {{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| | + | |
+ | 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 23:18, 7 January 2024
Core:
- bios (MSX BIOS)
- clock (RTC)
- 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:
- game (Game states)
- game_menu (Menu)
- game_pawn (Character move, anim, physics and collision)
- input_manager
Render:
Tools:
- crypt (Encryptage)
- dos_mapper
- localize (Translation manager)
- tool/reg
- tool/mem_op
Devices:
- v9990
- device/ninjatap
- device/pac (SRAM catridge)
Audio chips:
Audio players:
- arkos/akg_player (Arkos Tracker II)
- arkos/akm_player
- arkos/aky_player
- ayfx/ayfx_player
- pcm/pcmenc
- pcm/pcmplay
- pt3/pt3_player (Pro Tracker 3)
- trilo/trilo_scc_player (Trilo Tracker)
- trilo/trilo_fm_player WIP
- vgm/lvgm_player
- vgm/vgm_player
- wyz_player (WYZ Tracker)
- wyz2_player
Compression:
- compress (RLEp)
- compress/bitbuster
- compress/bitbuster2
- compress/pletter
- compress/zx0
- msxi/msxi_unpack WIP
Network:
Header: