summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/jvshost.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/jvshost.c')
-rw-r--r--src/emu/machine/jvshost.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/jvshost.c b/src/emu/machine/jvshost.c
index 11351d66e7d..96fba6c1acb 100644
--- a/src/emu/machine/jvshost.c
+++ b/src/emu/machine/jvshost.c
@@ -26,8 +26,8 @@ void jvs_host::device_reset()
memset(recv_buffer, 0, sizeof(recv_buffer));
}
-jvs_host::jvs_host(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)
+jvs_host::jvs_host(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)
{
first_device = 0;
}