summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/internal/evpcconn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/internal/evpcconn.h')
-rw-r--r--src/devices/bus/ti99/internal/evpcconn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/internal/evpcconn.h b/src/devices/bus/ti99/internal/evpcconn.h
index 4216b7e0028..eb138d8d353 100644
--- a/src/devices/bus/ti99/internal/evpcconn.h
+++ b/src/devices/bus/ti99/internal/evpcconn.h
@@ -18,7 +18,7 @@ namespace bus::ti99::internal {
class evpc_clock_connector : public device_t
{
public:
- evpc_clock_connector(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ evpc_clock_connector(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
DECLARE_WRITE_LINE_MEMBER( vclock_line );
void device_start() override;