diff options
| author | 2024-10-15 15:42:57 +0200 | |
|---|---|---|
| committer | 2024-10-29 00:02:34 +0100 | |
| commit | 781443d3a53f3419d7d447ebf954d88f869053ed (patch) | |
| tree | ef9a400e05a3c0598e1dea15485f96da5930b369 /src/devices/cpu | |
| parent | 8b12c9308e2f4fab7b9ba0b12665a646a3175753 (diff) | |
sh_mtu: Add a forgotten update
Diffstat (limited to 'src/devices/cpu')
| -rw-r--r-- | src/devices/cpu/sh/sh_mtu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/sh/sh_mtu.cpp b/src/devices/cpu/sh/sh_mtu.cpp index f11df8381e3..532a47da5a8 100644 --- a/src/devices/cpu/sh/sh_mtu.cpp +++ b/src/devices/cpu/sh/sh_mtu.cpp @@ -316,6 +316,7 @@ u8 sh_mtu_channel_device::tier_r() void sh_mtu_channel_device::tier_w(u8 data) { + update_counter(); m_tier = data; if(0) logerror("irq %c%c%c%c%c%c\n", |
