diff options
Diffstat (limited to 'src/devices/sound/vgm_visualizer.h')
-rw-r--r-- | src/devices/sound/vgm_visualizer.h | 6 |
1 files changed, 1 insertions, 5 deletions
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(); |