summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/exidy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/exidy.c')
-rw-r--r--src/mame/audio/exidy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/exidy.c b/src/mame/audio/exidy.c
index 58d8c8027db..2e180a591c4 100644
--- a/src/mame/audio/exidy.c
+++ b/src/mame/audio/exidy.c
@@ -874,8 +874,8 @@ static DEVICE_RESET( venture_sound )
DEVICE_RESET_CALL(common_sh_reset);
/* PIA */
- devtag_reset(device->machine(), "pia0");
- devtag_reset(device->machine(), "pia1");
+ device->machine().device("pia0")->reset();
+ device->machine().device("pia1")->reset();
/* 6532 */
state->m_riot->reset();