diff options
author | 2019-07-28 14:31:16 +1000 | |
---|---|---|
committer | 2019-07-28 14:31:16 +1000 | |
commit | ace8e401fcfa9c1ee40b0bece9f5bfb902f97736 (patch) | |
tree | c9ab7487049db6b5ee0c82480b10697c01f02a44 /src/devices/cpu/m37710/m37710.cpp | |
parent | c8e1190ca1078be93224c6d167e9da957f9dfc66 (diff) |
srcclean (nw)
Diffstat (limited to 'src/devices/cpu/m37710/m37710.cpp')
-rw-r--r-- | src/devices/cpu/m37710/m37710.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m37710/m37710.cpp b/src/devices/cpu/m37710/m37710.cpp index 6efe3c8e056..949454ccc5b 100644 --- a/src/devices/cpu/m37710/m37710.cpp +++ b/src/devices/cpu/m37710/m37710.cpp @@ -268,7 +268,7 @@ std::vector<std::pair<int, const address_space_config *>> m37710_cpu_device::mem /* interrupt control mapping */ const int m37710_cpu_device::m37710_int_reg_map[M37710_MASKABLE_INTERRUPTS] = -{ +{ M37710_LINE_DMA0, // level 3 (0x6c) M37710_LINE_DMA1, // level 2 (0x6d) M37710_LINE_DMA2, // level 1 (0x6e) |