diff options
Diffstat (limited to 'src/devices/machine/jvsdev.h')
-rw-r--r-- | src/devices/machine/jvsdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/jvsdev.h b/src/devices/machine/jvsdev.h index f7dba299c97..768cd30ef40 100644 --- a/src/devices/machine/jvsdev.h +++ b/src/devices/machine/jvsdev.h @@ -19,7 +19,7 @@ protected: void handle_output(ioport_port *port, uint8_t id, uint8_t val); - jvs_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock); + jvs_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, const XTAL &clock); // device-level overrides virtual void device_start() override; |