summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/dmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/dmac.h')
-rw-r--r--src/devices/machine/dmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/dmac.h b/src/devices/machine/dmac.h
index 2d86c427013..8580b4c86ab 100644
--- a/src/devices/machine/dmac.h
+++ b/src/devices/machine/dmac.h
@@ -128,7 +128,7 @@ private:
ISTR_FE_FLG = 0x001 // fifo-empty flag
};
- static const int ISTR_INT_MASK = 0x1fc;
+ static const int ISTR_INT_MASK = 0x1ec;
// callbacks
devcb_write_line m_cfgout_handler;