summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/exorterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/exorterm.h')
-rw-r--r--src/devices/bus/rs232/exorterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rs232/exorterm.h b/src/devices/bus/rs232/exorterm.h
index c8ae8298b13..76f1abc6563 100644
--- a/src/devices/bus/rs232/exorterm.h
+++ b/src/devices/bus/rs232/exorterm.h
@@ -13,7 +13,7 @@
class exorterm155_terminal_device : public device_t, public device_rs232_port_interface
{
public:
- exorterm155_terminal_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ exorterm155_terminal_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
virtual DECLARE_WRITE_LINE_MEMBER(input_txd) override;