User contributions
From MSX Game Library
For Aoineko (talk | block log | uploads | logs)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 13:39, 12 January 2024 (diff | hist) . . (+196) . . N Modules/input manager/Desc (Created page with "The {{MOD|input_manager}} module manages advanced access to inputs. It detects different types of events (short click, long click, double-click, etc.) and associates a callbac...") (current)
- 13:36, 12 January 2024 (diff | hist) . . (+8) . . Modules/input manager/Settings (current)
- 13:35, 12 January 2024 (diff | hist) . . (+166) . . N Modules/input manager/Settings (Created page with "Input manager module need those to setting to be <tt>TRUE</tt> in the {{MOD|input}} module configuration: <tt>INPUT_USE_JOYSTICK</tt> and <tt>INPUT_USE_KEYBOARD</tt>.")
- 13:29, 12 January 2024 (diff | hist) . . (+254) . . N Modules/input manager (Created page with "{{MODULE |name=input_manager |category=Gameplay |dependency1=input |dependency2= |dependency3= |sample1=s_joystk |sample1_desc=Joystick |sample2=s_keybrd |sample2_desc=Keyboar...") (current)
- 13:23, 12 January 2024 (diff | hist) . . (+169) . . N Modules/game/state/Desc (Created page with "The {{MOD|game}} module handle program architecture, from program initialization, to update synchronization on the screen display, and features a task management system.")
- 13:18, 12 January 2024 (diff | hist) . . (+126) . . N Modules/game (Created page with "{{MODULE |name=game |category=Gameplay |dependency1=vdp |dependency2=bios |dependency3= |sample1=s_game |sample2= |sample3= }}")
- 21:48, 11 January 2024 (diff | hist) . . (0) . . Modules/vdp/Usage
- 21:48, 11 January 2024 (diff | hist) . . (+7) . . Modules/vdp/Usage (→Links)
- 19:44, 11 January 2024 (diff | hist) . . (+639) . . Modules/vdp/Usage
- 19:24, 11 January 2024 (diff | hist) . . (+43) . . N Modules/vdp/Usage (Created page with "=== Links === For more information check: *")
- 19:11, 11 January 2024 (diff | hist) . . (+524) . . N Modules/vdp/Desc (Created page with "The {{MOD|vdp}} module is a major module that handles all display-related tasks: choice of screen modes, VRAM writing and reading, sprite management, management of advanced MS...")
- 18:29, 11 January 2024 (diff | hist) . . (+13) . . Template:MODULE
- 18:28, 11 January 2024 (diff | hist) . . (+742) . . Template:MODULE
- 18:26, 11 January 2024 (diff | hist) . . (+318) . . N Modules/vdp (Created page with "{{MODULE |name=vdp |category=Core |dependency1= |dependency2= |dependency3= |sample1=s_sm1 |sample1_desc=sprite mode 1 |sample2=s_sprite |sample2_desc=sprite mode 2 and screen...")
- 17:55, 11 January 2024 (diff | hist) . . (+3,081) . . N Modules/vdp/Settings (Created page with "Library configuration (<tt>msxgl_config.h</tt>): <syntaxhighlight lang="c"> // VRAM addressing unit // - VDP_VRAM_ADDR_14 ............. Use 14-bits 16K VRAM addressing for MS...")
- 22:36, 10 January 2024 (diff | hist) . . (+147) . . N Modules/string (Created page with "{{MODULE |name=string |category=Core |dependency1= |dependency2= |dependency3= |sample1=s_dos2 |sample1_desc= |sample2= |sample2_desc= |sample3= }}") (current)
- 22:36, 10 January 2024 (diff | hist) . . (+71) . . N Modules/string/Desc (Created page with "The {{MOD|string}} module manages operations on characters and strings.") (current)
- 22:31, 10 January 2024 (diff | hist) . . (+592) . . N Modules/string/Settings (Created page with "Library configuration (<tt>msxgl_config.h</tt>): <syntaxhighlight lang="c"> // Support for integer to ASCII string converter functions #define STRING_USE_FROM_INT8 TRUE // Si...") (current)
- 17:19, 10 January 2024 (diff | hist) . . (+167) . . N Modules/memory/Desc (Created page with "The {{MOD|memory}} module lets you perform basic memory operations in an optimized way, and also offers advanced features such as dynamic memory allocation management.") (current)
- 17:00, 10 January 2024 (diff | hist) . . (+448) . . N Modules/memory/Settings (Created page with "Library configuration (<tt>msxgl_config.h</tt>): <syntaxhighlight lang="c"> #define MEM_USE_VALIDATOR FALSE // Activate validator to handle invalide input value #define MEM_US...")
- 16:46, 10 January 2024 (diff | hist) . . (+161) . . N Modules/memory (Created page with "{{MODULE |name=memory |category=Core |dependency1= |dependency2= |dependency3= |sample1=s_sys |sample1_desc= |sample2= |sample2_desc= |sample3= |sample3_desc= }}") (current)
- 23:09, 9 January 2024 (diff | hist) . . (0) . . Build tool (→Emulator)
- 23:08, 9 January 2024 (diff | hist) . . (0) . . Build tool (→General)
- 23:08, 9 January 2024 (diff | hist) . . (+64) . . Build tool (→General)
- 08:30, 9 January 2024 (diff | hist) . . (+13) . . MSXhex
- 08:29, 9 January 2024 (diff | hist) . . (+4) . . Create a mapped ROM (→Example)
- 23:28, 7 January 2024 (diff | hist) . . (+1) . . Modules
- 23:26, 7 January 2024 (diff | hist) . . (+6) . . Template:MOD (current)
- 23:26, 7 January 2024 (diff | hist) . . (-4) . . Modules/localize
- 23:25, 7 January 2024 (diff | hist) . . (+157) . . Modules
- 23:19, 7 January 2024 (diff | hist) . . (0) . . Modules
- 23:18, 7 January 2024 (diff | hist) . . (+175) . . Modules
- 23:02, 7 January 2024 (diff | hist) . . (+125) . . N Modules/math/Usage (Created page with "<u>Note</u>: To use the macros, you only need to include the header. No need to add the module in your project configuration.") (current)
- 23:00, 7 January 2024 (diff | hist) . . (-1) . . Create a mapped ROM (→Initial slot configuration)
- 22:53, 7 January 2024 (diff | hist) . . (+15) . . Create a mapped ROM (→Principles)
- 22:28, 7 January 2024 (diff | hist) . . (+694) . . N Modules/math/Settings (Created page with "Library configuration (<tt>msxgl_config.h</tt>): <syntaxhighlight lang="c"> // Random methods // - RANDOM_8_NONE ................ No 8-bits random // - RANDOM_8_REGISTER ........") (current)
- 22:26, 7 January 2024 (diff | hist) . . (+87) . . N Modules/math/Desc (Created page with "The {{MOD|math}} module offers a range of mathematical functions optimized for the Z80.") (current)
- 22:23, 7 January 2024 (diff | hist) . . (+160) . . N Modules/math (Created page with "{{MODULE |name=math |category=Core |dependency1= |dependency2= |dependency3= |sample1=s_math |sample1_desc= |sample2= |sample2_desc= |sample3= |sample3_desc= }}")
- 22:17, 7 January 2024 (diff | hist) . . (+5) . . Modules/input/Usage (current)
- 22:17, 7 January 2024 (diff | hist) . . (+321) . . Modules/input/Usage
- 22:13, 7 January 2024 (diff | hist) . . (+133) . . Modules/input/Usage
- 22:11, 7 January 2024 (diff | hist) . . (+16) . . Modules/input/Usage
- 22:10, 7 January 2024 (diff | hist) . . (+14) . . Modules/input/Usage
- 22:09, 7 January 2024 (diff | hist) . . (+2) . . Modules/input/Usage
- 22:09, 7 January 2024 (diff | hist) . . (+8) . . Modules/input/Usage
- 22:08, 7 January 2024 (diff | hist) . . (+12) . . Modules/input/Usage
- 22:07, 7 January 2024 (diff | hist) . . (+239) . . Modules/input/Usage
- 22:01, 7 January 2024 (diff | hist) . . (-1) . . Modules/input/Settings
- 22:00, 7 January 2024 (diff | hist) . . (+30) . . Modules/input/Desc (current)
- 21:58, 7 January 2024 (diff | hist) . . (+58) . . Modules/input/Desc
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)