diff options
Diffstat (limited to 'src/devices/sound/ymz280b.h')
-rw-r--r-- | src/devices/sound/ymz280b.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/sound/ymz280b.h b/src/devices/sound/ymz280b.h index 0a8ada2ae5b..898d952c0d2 100644 --- a/src/devices/sound/ymz280b.h +++ b/src/devices/sound/ymz280b.h @@ -12,10 +12,11 @@ #pragma once +#include "dirom.h" #define YMZ280B_MAKE_WAVS 0 -class ymz280b_device : public device_t, public device_sound_interface, public device_rom_interface +class ymz280b_device : public device_t, public device_sound_interface, public device_rom_interface<24> { public: ymz280b_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); |