summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/es1373.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/es1373.h')
-rw-r--r--src/devices/sound/es1373.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/es1373.h b/src/devices/sound/es1373.h
index 49c728f6a10..bb07d72afd0 100644
--- a/src/devices/sound/es1373.h
+++ b/src/devices/sound/es1373.h
@@ -70,7 +70,7 @@ private:
const char *m_cpu_tag;
cpu_device *m_cpu;
int m_irq_num;
- DECLARE_ADDRESS_MAP(map, 32);
+ void map(address_map &map);
uint16_t m_ac97_regs[0x80];
uint32_t m_es_regs[0x10];
uint32_t m_sound_cache[0x40];