summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mv_sonora.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mv_sonora.h')
-rw-r--r--src/devices/machine/mv_sonora.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mv_sonora.h b/src/devices/machine/mv_sonora.h
index 5d3e2c87cb9..9bc8d92ad0f 100644
--- a/src/devices/machine/mv_sonora.h
+++ b/src/devices/machine/mv_sonora.h
@@ -17,7 +17,7 @@
class mac_video_sonora_device : public device_t
{
public:
- mac_video_sonora_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ mac_video_sonora_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
virtual ~mac_video_sonora_device() = default;
uint8_t vctrl_r(offs_t offset);