Modules/memory/Settings

From MSX Game Library

Revision as of 18:00, 10 January 2024 by Aoineko (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Modules‎ | memory

Library configuration (msxgl_config.h):

#define MEM_USE_VALIDATOR	FALSE	// Activate validator to handle invalide input value
#define MEM_USE_FASTCOPY	FALSE	// Add support for fast-copy function (using unrolled-LDI loop)
#define MEM_USE_FASTSET		FALSE	// Add support for fast-set function (using unrolled-LDI loop)
#define MEM_USE_DYNAMIC		TRUE	// Add support for malloc style dynamic allocator