diff options
Diffstat (limited to 'src/devices/bus/ti99/internal/datamux.cpp')
-rw-r--r-- | src/devices/bus/ti99/internal/datamux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/internal/datamux.cpp b/src/devices/bus/ti99/internal/datamux.cpp index 95412e296e9..0eb9b6c349f 100644 --- a/src/devices/bus/ti99/internal/datamux.cpp +++ b/src/devices/bus/ti99/internal/datamux.cpp @@ -89,7 +89,7 @@ namespace bus::ti99::internal { /* Constructor */ -datamux_device::datamux_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +datamux_device::datamux_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, TI99_DATAMUX, tag, owner, clock), m_video(*owner, TI99_VDP_TAG), m_sound(*owner, TI99_SOUNDCHIP_TAG), |