summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mb86235/mb86235.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mb86235/mb86235.cpp')
-rw-r--r--src/devices/cpu/mb86235/mb86235.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/mb86235/mb86235.cpp b/src/devices/cpu/mb86235/mb86235.cpp
index 5e22794da28..44a1d596310 100644
--- a/src/devices/cpu/mb86235/mb86235.cpp
+++ b/src/devices/cpu/mb86235/mb86235.cpp
@@ -17,7 +17,7 @@
#include "mb86235fe.h"
-#define ENABLE_DRC 0
+#define ENABLE_DRC 0
#define CACHE_SIZE (1 * 1024 * 1024)
@@ -243,7 +243,7 @@ void mb86235_device::fifoin_w(uint64_t data)
printf("FIFOIN push %08X%08X\n", (uint32_t)(data >> 32), (uint32_t)(data));
m_core->fifoin.data[m_core->fifoin.wpos] = data;
-
+
m_core->fifoin.wpos++;
m_core->fifoin.wpos &= FIFOIN_SIZE-1;
m_core->fifoin.num++;
@@ -285,4 +285,4 @@ bool mb86235_device::is_fifoout0_empty()
#else
return false;
#endif
-} \ No newline at end of file
+}