diff options
author | 2016-02-21 11:48:45 +0100 | |
---|---|---|
committer | 2016-02-21 11:48:45 +0100 | |
commit | cc24a339d8c0517259084b5c178d784626ba965c (patch) | |
tree | 9868e9687b5802ae0a3733712a3bbeb3bc75c953 /src/devices/machine/dmac.h | |
parent | b5daabda5495dea5c50e17961ecfed2ea8619d76 (diff) |
Merge remote-tracking branch 'refs/remotes/mamedev/master'
Second attempt
Diffstat (limited to 'src/devices/machine/dmac.h')
-rw-r--r-- | src/devices/machine/dmac.h | 2 |
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; |