summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/esd16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/esd16.h')
-rw-r--r--src/mame/includes/esd16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/esd16.h b/src/mame/includes/esd16.h
index 21d84172f45..62682d3f280 100644
--- a/src/mame/includes/esd16.h
+++ b/src/mame/includes/esd16.h
@@ -72,7 +72,7 @@ private:
optional_device<eeprom_serial_93cxx_device> m_eeprom;
required_device<generic_latch_8_device> m_soundlatch;
- DECLARE_WRITE8_MEMBER(sound_command_w);
+ void sound_command_w(u8 data);
void hedpanic_platform_w(u16 data);
u8 eeprom_r();
void eeprom_w(u8 data);