diff options
Diffstat (limited to 'src/devices/sound/msm5205.h')
-rw-r--r-- | src/devices/sound/msm5205.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/sound/msm5205.h b/src/devices/sound/msm5205.h index 073ce06f7a3..7bdb0544af1 100644 --- a/src/devices/sound/msm5205.h +++ b/src/devices/sound/msm5205.h @@ -16,12 +16,6 @@ #define MCFG_MSM5205_VCLK_CB(cb) \ downcast<msm5205_device &>(*device).set_vck_legacy_callback((DEVCB_##cb)); -#define MCFG_MSM6585_PRESCALER_SELECTOR(select) \ - downcast<msm5205_device &>(*device).set_prescaler_selector((msm6585_device::select)); - -#define MCFG_MSM6585_VCK_CALLBACK(cb) \ - downcast<msm5205_device &>(*device).set_vck_callback((DEVCB_##cb)); - class msm5205_device : public device_t, public device_sound_interface { |