diff options
Diffstat (limited to 'src/devices/sound/bbd.h')
-rw-r--r-- | src/devices/sound/bbd.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/devices/sound/bbd.h b/src/devices/sound/bbd.h index a76c3ec2958..64394a90620 100644 --- a/src/devices/sound/bbd.h +++ b/src/devices/sound/bbd.h @@ -90,4 +90,15 @@ public: DECLARE_DEVICE_TYPE(MN3204P, mn3204p_device) + +// ======================> mn3207_device + +class mn3207_device : public bbd_device_base<1024, 2> +{ +public: + mn3207_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0); +}; + +DECLARE_DEVICE_TYPE(MN3207, mn3207_device) + #endif // MAME_SOUND_BBD_H |