Table of Contents

MAME Debugger Code Annotation Commands


comadd


Syntax:

comadd[//] <address>,<comment>

Adds a string <comment> to the disassembled code at <address>. The shortcut for this command is simply

//
.

Examples:

comsave


Syntax: comsave

Saves the working comments to the driver's XML comment file.

Examples:

comdelete


Syntax: comdelete <address>

Deletes the comment at the specified memory offset. The comment which is deleted is in the currently active memory bank.

Examples: