summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/cdp1852.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/cdp1852.c')
-rw-r--r--src/emu/machine/cdp1852.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/cdp1852.c b/src/emu/machine/cdp1852.c
index 012cd658955..24f13095591 100644
--- a/src/emu/machine/cdp1852.c
+++ b/src/emu/machine/cdp1852.c
@@ -65,7 +65,7 @@ void cdp1852_device::set_sr_line(int state)
//-------------------------------------------------
cdp1852_device::cdp1852_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, CDP1852, "CDP1852", tag, owner, clock)
+ : device_t(mconfig, CDP1852, "CDP1852", tag, owner, clock)
{
}