/************************************************************************** * DSemu: Debugger state constant definitions (emu.h) * * Released under the terms of the BSD Public Licence * * Imran Nazar (tf@oopsilon.com), 2004 * **************************************************************************/ #ifndef __EMU_H_ #define __EMU_H_ #define EMU_ANIM_STEP 1 #define EMU_ANIM_LINE 2 #define DASM_ARM 1 #define DASM_THUMB 2 #define DASM_TRACK 3 #define MEMV_8 1 #define MEMV_16 2 #define MEMV_32 3 #endif//__EMU_H_ /*** EOF:emu.h ***********************************************************/