summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/st0016.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/st0016.h')
-rw-r--r--src/emu/sound/st0016.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/st0016.h b/src/emu/sound/st0016.h
index 44d60973033..6bd1ad9fdd9 100644
--- a/src/emu/sound/st0016.h
+++ b/src/emu/sound/st0016.h
@@ -10,8 +10,8 @@ struct st0016_interface
UINT8 **p_soundram;
};
-READ8_DEVICE_HANDLER( st0016_snd_r );
-WRITE8_DEVICE_HANDLER( st0016_snd_w );
+DECLARE_READ8_DEVICE_HANDLER( st0016_snd_r );
+DECLARE_WRITE8_DEVICE_HANDLER( st0016_snd_w );
class st0016_device : public device_t,
public device_sound_interface