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)
- 18: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...")
- 23: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)
- 23: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)
- 23: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)
- 18: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)
- 18: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...")
- 17: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)
- 00:09, 10 January 2024 (diff | hist) . . (0) . . Build tool (→Emulator)
- 00:08, 10 January 2024 (diff | hist) . . (0) . . Build tool (→General)
- 00:08, 10 January 2024 (diff | hist) . . (+64) . . Build tool (→General)
- 09:30, 9 January 2024 (diff | hist) . . (+13) . . MSXhex
- 09:29, 9 January 2024 (diff | hist) . . (+4) . . Create a mapped ROM (→Example)
- 00:28, 8 January 2024 (diff | hist) . . (+1) . . Modules
- 00:26, 8 January 2024 (diff | hist) . . (+6) . . Template:MOD (current)
- 00:26, 8 January 2024 (diff | hist) . . (-4) . . Modules/localize
- 00:25, 8 January 2024 (diff | hist) . . (+157) . . Modules
- 00:19, 8 January 2024 (diff | hist) . . (0) . . Modules
- 00:18, 8 January 2024 (diff | hist) . . (+175) . . Modules
- 00:02, 8 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)
- 00:00, 8 January 2024 (diff | hist) . . (-1) . . Create a mapped ROM (→Initial slot configuration)
- 23:53, 7 January 2024 (diff | hist) . . (+15) . . Create a mapped ROM (→Principles)
- 23: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)
- 23: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)
- 23: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= }}")
- 23:17, 7 January 2024 (diff | hist) . . (+5) . . Modules/input/Usage (current)
- 23:17, 7 January 2024 (diff | hist) . . (+321) . . Modules/input/Usage
- 23:13, 7 January 2024 (diff | hist) . . (+133) . . Modules/input/Usage
- 23:11, 7 January 2024 (diff | hist) . . (+16) . . Modules/input/Usage
- 23:10, 7 January 2024 (diff | hist) . . (+14) . . Modules/input/Usage
- 23:09, 7 January 2024 (diff | hist) . . (+2) . . Modules/input/Usage
- 23:09, 7 January 2024 (diff | hist) . . (+8) . . Modules/input/Usage
- 23:08, 7 January 2024 (diff | hist) . . (+12) . . Modules/input/Usage
- 23:07, 7 January 2024 (diff | hist) . . (+239) . . Modules/input/Usage
- 23:01, 7 January 2024 (diff | hist) . . (-1) . . Modules/input/Settings
- 23:00, 7 January 2024 (diff | hist) . . (+30) . . Modules/input/Desc (current)
- 22:58, 7 January 2024 (diff | hist) . . (+58) . . Modules/input/Desc
- 22:57, 7 January 2024 (diff | hist) . . (+116) . . N Modules/input/Desc (Created page with "The {{MOD|input}} module handle input from the [https://www.msx.org/wiki/General_Purpose_port general purpose port].")
- 22:52, 7 January 2024 (diff | hist) . . (-948) . . Modules/input/Usage (Blanked the page)
- 22:52, 7 January 2024 (diff | hist) . . (+948) . . N Modules/input/Settings (Created page with "Library configuration (<tt>msxgl_config.h</tt>): <syntaxhighlight lang="c"> // Input module setting #define INPUT_USE_JOYSTICK TRUE // Add functions to handle joystick using...")
- 22:50, 7 January 2024 (diff | hist) . . (+948) . . N Modules/input/Usage (Created page with "Library configuration (<tt>msxgl_config.h</tt>): <syntaxhighlight lang="c"> // Input module setting #define INPUT_USE_JOYSTICK TRUE // Add functions to handle joystick using...")
- 22:48, 7 January 2024 (diff | hist) . . (+199) . . N Modules/input (Created page with "{{MODULE |name=input |category=Core |dependency1= |dependency2= |dependency3= |sample1=s_joystk |sample1_desc=joystick |sample2=s_keybrd |sample2_desc=keyboard |sample3=s_mous...")
- 22:25, 7 January 2024 (diff | hist) . . (+5) . . Template:MODULE (→Usage)
- 22:25, 7 January 2024 (diff | hist) . . (+26) . . Template:MODULE (→Usage)
- 22:25, 7 January 2024 (diff | hist) . . (+1) . . Template:MODULE
- 22:24, 7 January 2024 (diff | hist) . . (+8) . . Template:MODULE
- 22:23, 7 January 2024 (diff | hist) . . (+245) . . Template:MODULE
- 22:11, 7 January 2024 (diff | hist) . . (+1) . . Modules/game pawn/Usage (→Define pawn's sprites)
- 22:10, 7 January 2024 (diff | hist) . . (+128) . . Modules/system/Usage (current)
- 22:09, 7 January 2024 (diff | hist) . . (+722) . . N Modules/system/Usage (Created page with "Some examples: <syntaxhighlight lang="c"> Sys_StopClickSound(); // Stop keyboard "click" sound DisableInterrupt(); // Code you don't want to be interrupted EnableInterrupt();...")
- 21:58, 7 January 2024 (diff | hist) . . (-7) . . Modules/print/Usage
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)