Difference between revisions of "Modules"

From MSX Game Library

 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
Core:
 
Core:
 
* {{MOD|bios}} (MSX BIOS)
 
* {{MOD|bios}} (MSX BIOS)
 +
* {{MOD|clock}} (RTC)
 
* {{MOD|dos}} (MSX-DOS 1 & 2)
 
* {{MOD|dos}} (MSX-DOS 1 & 2)
 
* {{MOD|input}} (Joystick, keyboard and mouse)
 
* {{MOD|input}} (Joystick, keyboard and mouse)
Line 9: Line 10:
 
* {{MOD|string}}
 
* {{MOD|string}}
 
* {{MOD|system}} (Low-level features)
 
* {{MOD|system}} (Low-level features)
 +
 +
Graphic:
 
* {{MOD|vdp}} (Video chip)
 
* {{MOD|vdp}} (Video chip)
 +
* {{MOD|v9990}}
 +
* {{MOD|draw}}
 +
* {{MOD|scroll}}
 +
* {{MOD|sprite_fx}}
 +
* {{MOD|tile}} (Software tiles)
  
 
Gameplay:
 
Gameplay:
* {{MOD|game/main}} (Game states)
+
* {{MOD|game/state}} (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|game/sequence}}
 
* {{MOD|input_manager}}
 
* {{MOD|input_manager}}
 
Graphic:
 
* {{MOD|draw}}
 
* {{MOD|scroll}}
 
* {{MOD|sprite_fx}}
 
* {{MOD|tile}} (Software tiles)
 
  
 
Tools:
 
Tools:
Line 29: Line 32:
 
* {{MOD|fsm}} (Finite-state machine)
 
* {{MOD|fsm}} (Finite-state machine)
 
* {{MOD|localize}} (Translation manager)
 
* {{MOD|localize}} (Translation manager)
 +
* {{MOD|tool/disk_save}} (Save on disk from ROM)
 
* {{MOD|tool/mem_op}} (Quick operation on buffer)
 
* {{MOD|tool/mem_op}} (Quick operation on buffer)
 
* {{MOD|tool/qrcode_tiny}} (Tiny QR Code generator)
 
* {{MOD|tool/qrcode_tiny}} (Tiny QR Code generator)
Line 36: Line 40:
  
 
Devices:
 
Devices:
* {{MOD|clock}} (RTC)
 
* {{MOD|v9990}}
 
 
* {{MOD|device/joymega}} (JoyMega)
 
* {{MOD|device/joymega}} (JoyMega)
 
* {{MOD|device/msx-hid}} (MSX-HID detection)
 
* {{MOD|device/msx-hid}} (MSX-HID detection)
Line 43: Line 45:
 
* {{MOD|device/pac}} (SRAM catridge)
 
* {{MOD|device/pac}} (SRAM catridge)
 
* {{MOD|device/paddle}} (Arkanoid Vaus Paddle)
 
* {{MOD|device/paddle}} (Arkanoid Vaus Paddle)
 +
* {{MOD|device/wavegame}} (Pico+ WaveGame)
  
 
Audio chips:
 
Audio chips:
Line 55: Line 58:
 
* {{MOD|arkos/aky_player}}
 
* {{MOD|arkos/aky_player}}
 
* {{MOD|ayfx/ayfx_player}}
 
* {{MOD|ayfx/ayfx_player}}
 +
* {{MOD|ndp/ndp_player}} (NDP driver)
 
* {{MOD|pcm/pcmenc}}
 
* {{MOD|pcm/pcmenc}}
 
* {{MOD|pcm/pcmplay}}
 
* {{MOD|pcm/pcmplay}}

Latest revision as of 20:36, 12 October 2025

Core:

Graphic:

Gameplay:

Tools:

Devices:

Audio chips:

Audio players:

Compression:

Network:

Helpers: