summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/e132xs/e132xs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/e132xs/e132xs.h')
-rw-r--r--src/devices/cpu/e132xs/e132xs.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/devices/cpu/e132xs/e132xs.h b/src/devices/cpu/e132xs/e132xs.h
index f3c37dacdfb..ba5a6efa356 100644
--- a/src/devices/cpu/e132xs/e132xs.h
+++ b/src/devices/cpu/e132xs/e132xs.h
@@ -46,14 +46,14 @@
#define EXECUTE_UNMAPPED_CODE 2
#define EXECUTE_RESET_CACHE 3
-#define E132XS_STRICT_VERIFY 0x0001 /* verify all instructions */
+#define E132XS_STRICT_VERIFY 0x0001 /* verify all instructions */
#define SINGLE_INSTRUCTION_MODE (1)
-#define ENABLE_E132XS_DRC (1)
+#define ENABLE_E132XS_DRC (1)
-#define E132XS_LOG_DRC_REGS (0)
-#define E132XS_LOG_INTERPRETER_REGS (0)
+#define E132XS_LOG_DRC_REGS (0)
+#define E132XS_LOG_INTERPRETER_REGS (0)
#define E132XS_COUNT_INSTRUCTIONS (0)
//**************************************************************************
@@ -443,9 +443,9 @@ private:
/* internal compiler state */
struct compiler_state
{
- uint32_t m_cycles; /* accumulated cycles */
- uint8_t m_checkints; /* need to check interrupts before next instruction */
- uml::code_label m_labelnum; /* index for local labels */
+ uint32_t m_cycles; /* accumulated cycles */
+ uint8_t m_checkints; /* need to check interrupts before next instruction */
+ uml::code_label m_labelnum; /* index for local labels */
};
void execute_run_drc();