summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/7400.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/7400.h')
-rw-r--r--src/devices/machine/7400.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/7400.h b/src/devices/machine/7400.h
index 13939cda7a7..49ddd318f83 100644
--- a/src/devices/machine/7400.h
+++ b/src/devices/machine/7400.h
@@ -37,7 +37,7 @@ class ttl7400_device : public device_t
{
public:
// construction/destruction
- ttl7400_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ ttl7400_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
template <std::size_t Bit> auto y_cb() { return m_y_func[Bit].bind(); }