summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-11-26 21:43:51 +0100
committer Vas Crabb <vas@vastheman.com>2018-11-28 02:55:45 +1100
commitd73dfe970915cd1abe81690d5b698286c389a4ac (patch)
treec730c6ccdefd935225c3428cb93c9c193472a448
parent6b39fdbc84f4b51954e403d56e32459763a5b581 (diff)
-e132xs.cpp: Re-enabled DRC now that the apparent source of hang issues has been fixed, nw
-rw-r--r--src/devices/cpu/e132xs/e132xs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/e132xs/e132xs.h b/src/devices/cpu/e132xs/e132xs.h
index 84ddd3e060b..c9df8f271f6 100644
--- a/src/devices/cpu/e132xs/e132xs.h
+++ b/src/devices/cpu/e132xs/e132xs.h
@@ -38,7 +38,7 @@
#define SINGLE_INSTRUCTION_MODE (1)
-#define ENABLE_E132XS_DRC (0)
+#define ENABLE_E132XS_DRC (1)
#define E132XS_LOG_DRC_REGS (0)
#define E132XS_LOG_INTERPRETER_REGS (0)