--- mon/src/mon.h 1999/10/25 08:04:47 1.3 +++ mon/src/mon.h 2000/10/15 15:07:12 1.6 @@ -1,7 +1,7 @@ /* - * mon.h - mon main program + * mon.h - cxmon main program * - * mon (C) 1997-1999 Christian Bauer, Marc Hellwig + * cxmon (C) 1997-2000 Christian Bauer, Marc Hellwig * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,14 +25,6 @@ /* - * Version information - */ - -const int MON_VERSION_MAJOR = 2; -const int MON_VERSION_MINOR = 2; - - -/* * Initialization, deinitialization and invocation */ @@ -89,6 +81,8 @@ extern uint32 mon_dot_address; extern bool mon_use_real_mem; // Flag: mon is using real memory extern uint32 mon_mem_size; // Size of mon buffer (if mon_use_real_mem = false) +extern bool mon_macos_mode; // Flag: enable features in the disassembler for working with MacOS code + // Add command to mon extern void mon_add_command(const char *name, void (*func)(void), const char *help_text);