summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/at.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/at.h')
-rw-r--r--src/devices/machine/at.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/at.h b/src/devices/machine/at.h
index 346721ffbbd..f2f20045b01 100644
--- a/src/devices/machine/at.h
+++ b/src/devices/machine/at.h
@@ -15,7 +15,7 @@
class at_mb_device : public device_t
{
public:
- at_mb_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ at_mb_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
void map(address_map &map);