summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/es8712.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/es8712.h')
-rw-r--r--src/devices/sound/es8712.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/devices/sound/es8712.h b/src/devices/sound/es8712.h
index aa87135426d..27fc5bab853 100644
--- a/src/devices/sound/es8712.h
+++ b/src/devices/sound/es8712.h
@@ -9,6 +9,7 @@
#include "machine/74157.h"
#include "sound/msm5205.h"
+#include "dirom.h"
//**************************************************************************
// TYPE DEFINITIONS
@@ -17,7 +18,7 @@
// ======================> es8712_device
-class es8712_device : public device_t, public device_rom_interface
+class es8712_device : public device_t, public device_rom_interface<20> // TODO : 20 address bits?
{
public:
es8712_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
@@ -40,8 +41,6 @@ protected:
virtual void device_start() override;
virtual void device_reset() override;
- virtual void rom_bank_updated() override;
-
private:
void es8712_state_save_register();