Modules/debug/Usage

From MSX Game Library

Revision as of 00:20, 19 September 2024 by Aoineko (talk | contribs) (Created page with "=== Emulators === ==== {{Emulicious}} Emulicious ==== Emulicious support all debug functions. It is recommended to call the <tt>DEBUG_INIT()</tt> function at the beginning of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Modules‎ | debug

Emulators

Emulicious

Emulicious support all debug functions. It is recommended to call the DEBUG_INIT() function at the beginning of your program to mark the memory area reserved by the BIOS and let know the emulator to don't through warning when accessing this uninitialized memory.

For profiling, you don't need


openMSX

Others