From 1ee0b9232599731234a013b3ddbda1e4bee7bb28 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Tue, 6 May 2014 03:13:29 +0000 Subject: [PATCH] shortname fix (nw) --- src/emu/cpu/h8/h8_timer8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/cpu/h8/h8_timer8.c b/src/emu/cpu/h8/h8_timer8.c index 2ecda390e89..cdec9256e0f 100644 --- a/src/emu/cpu/h8/h8_timer8.c +++ b/src/emu/cpu/h8/h8_timer8.c @@ -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__) { }