summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vtech/memexp/rs232.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vtech/memexp/rs232.h')
-rw-r--r--src/devices/bus/vtech/memexp/rs232.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vtech/memexp/rs232.h b/src/devices/bus/vtech/memexp/rs232.h
index 30af4a2eaaf..75749c83742 100644
--- a/src/devices/bus/vtech/memexp/rs232.h
+++ b/src/devices/bus/vtech/memexp/rs232.h
@@ -25,7 +25,7 @@ class vtech_rs232_interface_device : public vtech_memexp_device
{
public:
// construction/destruction
- vtech_rs232_interface_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ vtech_rs232_interface_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
virtual const tiny_rom_entry *device_rom_region() const override;