From 45d4cd52a8194f2ef9e0383cfb2e2a35634af6ff Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Thu, 16 Jun 2022 12:47:52 +0200 Subject: full xtal conversion --- src/devices/sound/vgm_visualizer.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/devices/sound/vgm_visualizer.h') diff --git a/src/devices/sound/vgm_visualizer.h b/src/devices/sound/vgm_visualizer.h index 516e4e4bfad..e4001dd53a2 100644 --- a/src/devices/sound/vgm_visualizer.h +++ b/src/devices/sound/vgm_visualizer.h @@ -39,11 +39,7 @@ class vgmviz_device : public device_t, public device_mixer_interface { public: // construction/destruction - vgmviz_device(const machine_config &mconfig, const char *tag, device_t *owner) - : vgmviz_device(mconfig, tag, owner, 0) - { - } - vgmviz_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock = 0); + vgmviz_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); virtual ~vgmviz_device(); void cycle_viz_mode(); -- cgit v1.2.3-70-g09d2