mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
sh_mtu: Add a forgotten update
This commit is contained in:
parent
8b12c9308e
commit
781443d3a5
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user