diff options
Diffstat (limited to 'src/devices/sound/okim9810.h')
-rw-r--r-- | src/devices/sound/okim9810.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/sound/okim9810.h b/src/devices/sound/okim9810.h index b9fcb2db367..b5c8d566de0 100644 --- a/src/devices/sound/okim9810.h +++ b/src/devices/sound/okim9810.h @@ -17,6 +17,7 @@ #pragma once +#include "dirom.h" #include "okiadpcm.h" @@ -29,7 +30,7 @@ class okim9810_device : public device_t, public device_sound_interface, - public device_rom_interface + public device_rom_interface<24> { public: // construction/destruction |