diff options
Diffstat (limited to 'src/mame/tecmo/tecmo_mix.cpp')
-rw-r--r-- | src/mame/tecmo/tecmo_mix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/tecmo/tecmo_mix.cpp b/src/mame/tecmo/tecmo_mix.cpp index ea40b7c9550..40c1013159e 100644 --- a/src/mame/tecmo/tecmo_mix.cpp +++ b/src/mame/tecmo/tecmo_mix.cpp @@ -7,7 +7,7 @@ DEFINE_DEVICE_TYPE(TECMO_MIXER, tecmo_mix_device, "tecmo_mix", "Tecmo 16-bit Mixer") -tecmo_mix_device::tecmo_mix_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +tecmo_mix_device::tecmo_mix_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, TECMO_MIXER, tag, owner, clock), device_video_interface(mconfig, *this), m_sprpri_shift(0), |