summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/namco52.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/namco52.h')
-rw-r--r--src/emu/sound/namco52.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/sound/namco52.h b/src/emu/sound/namco52.h
index b19720451e0..b4f168de822 100644
--- a/src/emu/sound/namco52.h
+++ b/src/emu/sound/namco52.h
@@ -28,10 +28,10 @@ struct _namco_52xx_interface
double filt_gain;
};
-void namcoio_52xx_write(int data);
+void namcoio_52xx_write(const device_config *device, int data);
-SND_GET_INFO( namco_52xx );
-#define SOUND_NAMCO_52XX SND_GET_INFO_NAME( namco_52xx )
+DEVICE_GET_INFO( namco_52xx );
+#define SOUND_NAMCO_52XX DEVICE_GET_INFO_NAME( namco_52xx )
#endif /* __NAMCO52_H__ */