summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mb3773.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mb3773.h')
-rw-r--r--src/devices/machine/mb3773.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mb3773.h b/src/devices/machine/mb3773.h
index 5955c1fa372..8f641bfc2c6 100644
--- a/src/devices/machine/mb3773.h
+++ b/src/devices/machine/mb3773.h
@@ -17,7 +17,7 @@ class mb3773_device : public device_t
{
public:
// construction/destruction
- mb3773_device( const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ mb3773_device( const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
// I/O operations
WRITE_LINE_MEMBER( write_line_ck );