summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/z80sti.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/z80sti.c')
-rw-r--r--src/emu/machine/z80sti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/z80sti.c b/src/emu/machine/z80sti.c
index 61442abc32d..1ed49ec0d7b 100644
--- a/src/emu/machine/z80sti.c
+++ b/src/emu/machine/z80sti.c
@@ -152,7 +152,7 @@ static const int PRESCALER[] = { 0, 4, 10, 16, 50, 64, 100, 200 };
//-------------------------------------------------
z80sti_device_config::z80sti_device_config(const machine_config &mconfig, const char *tag, const device_config *owner, UINT32 clock)
- : device_config(mconfig, static_alloc_device_config, "Mostek MK3801", tag, owner, clock),
+ : device_config(mconfig, static_alloc_device_config, "Mostek MK3801", "z80sti", tag, owner, clock),
device_config_z80daisy_interface(mconfig, *this)
{
}