mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
shortname fix (nw)
This commit is contained in:
parent
9560b5cd80
commit
1ee0b92325
@ -343,7 +343,7 @@ void h8_timer8_channel_device::timer_tick()
|
||||
}
|
||||
|
||||
h8h_timer8_channel_device::h8h_timer8_channel_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
|
||||
h8_timer8_channel_device(mconfig, H8H_TIMER8_CHANNEL, "H8H 8-bits timer channel", tag, owner, clock, "h8h_16bits_timer_channel", __FILE__)
|
||||
h8_timer8_channel_device(mconfig, H8H_TIMER8_CHANNEL, "H8H 8-bits timer channel", tag, owner, clock, "h8h_8bits_timer_channel", __FILE__)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user