summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/dsp32/dsp32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/dsp32/dsp32.h')
-rw-r--r--src/emu/cpu/dsp32/dsp32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/dsp32/dsp32.h b/src/emu/cpu/dsp32/dsp32.h
index c52df8cd0af..6f61bad2e80 100644
--- a/src/emu/cpu/dsp32/dsp32.h
+++ b/src/emu/cpu/dsp32/dsp32.h
@@ -79,7 +79,7 @@ struct _dsp32_config
PUBLIC FUNCTIONS
***************************************************************************/
-extern void dsp32c_get_info(UINT32 state, cpuinfo *info);
+extern CPU_GET_INFO( dsp32c );
extern void dsp32c_pio_w(int cpunum, int reg, int data);
extern int dsp32c_pio_r(int cpunum, int reg);