diff options
Diffstat (limited to 'src/emu/cpu/drcuml.h')
-rw-r--r-- | src/emu/cpu/drcuml.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/cpu/drcuml.h b/src/emu/cpu/drcuml.h index 39ade10059a..5c7e6630316 100644 --- a/src/emu/cpu/drcuml.h +++ b/src/emu/cpu/drcuml.h @@ -51,7 +51,6 @@ //************************************************************************** // these options are passed into drcuml_alloc() and control global behaviors -const UINT32 DRCUML_OPTION_USE_C = 0x0001; // always use the C back-end const UINT32 DRCUML_OPTION_LOG_UML = 0x0002; // generate a UML disassembly of each block const UINT32 DRCUML_OPTION_LOG_NATIVE = 0x0004; // tell the back-end to generate a native disassembly of each block |