summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ch376.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ch376.h')
-rw-r--r--src/devices/machine/ch376.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ch376.h b/src/devices/machine/ch376.h
index d00586b1503..7a1e58e5bc9 100644
--- a/src/devices/machine/ch376.h
+++ b/src/devices/machine/ch376.h
@@ -28,7 +28,7 @@ class ch376_device : public device_t
{
public:
// construction/destruction
- ch376_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ ch376_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
u8 read(offs_t offset);
void write(offs_t offset, u8 data);