summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2017-06-25 09:58:44 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2017-06-25 09:58:44 +1000
commitfcd0ec717d79dd5298e876184bcf9978da1f2271 (patch)
tree83654fef5b8f72e48a49b7e72a4cd6cba186a1d6
parent1a06955f3e0bf1cc13748d0119369476c590f974 (diff)
(nw)Fixed the build (*interrupt_source not used)
-rw-r--r--src/mame/machine/interpro_ioga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/interpro_ioga.cpp b/src/mame/machine/interpro_ioga.cpp
index 044612fd90e..49d7ccd0a7f 100644
--- a/src/mame/machine/interpro_ioga.cpp
+++ b/src/mame/machine/interpro_ioga.cpp
@@ -19,7 +19,7 @@
#include "interpro_ioga.h"
#define LOG_GENERAL (1 << 31)
-#define LOG_HWINT_ENABLE ((1<<3) | LOG_GENERAL)
+#define LOG_HWINT_ENABLE 0 //((1<<3) | LOG_GENERAL)
#define LOG_DMA_ENABLE ((1<<IOGA_DMA_FLOPPY) | LOG_GENERAL)
#define LOG_TIMER_ENABLE 0