mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
sh_mtu: Add a forgotten update
This commit is contained in:
parent
8b12c9308e
commit
781443d3a5
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue