summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/jvsdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/jvsdev.c')
-rw-r--r--src/emu/machine/jvsdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/jvsdev.c b/src/emu/machine/jvsdev.c
index 5402bb81118..d85cb23a2cd 100644
--- a/src/emu/machine/jvsdev.c
+++ b/src/emu/machine/jvsdev.c
@@ -8,7 +8,7 @@ void jvs_device::static_set_jvs_host_tag(device_t &device, const char *jvs_host_
}
jvs_device::jvs_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source)
- : device_t(mconfig, type, name, tag, owner, clock, shortname, source)
+ : device_t(mconfig, type, name, tag, owner, clock, shortname, source)
{
jvs_host_tag = 0;
next_device = 0;