Difference between revisions of "Modules/debug/Usage"

From MSX Game Library

< Modules‎ | debug

(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...")
(No difference)

Revision as of 00:20, 19 September 2024

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