diff options
Diffstat (limited to 'src/emu/cpu/mb86233/mb86233.h')
-rw-r--r-- | src/emu/cpu/mb86233/mb86233.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/mb86233/mb86233.h b/src/emu/cpu/mb86233/mb86233.h index 2472c5ff3d9..a3a5ea73496 100644 --- a/src/emu/cpu/mb86233/mb86233.h +++ b/src/emu/cpu/mb86233/mb86233.h @@ -51,6 +51,6 @@ struct _mb86233_cpu_core const char *tablergn; }; -extern void mb86233_get_info(UINT32 state, cpuinfo *info); +extern CPU_GET_INFO( mb86233 ); #endif /* __MB86233_H__ */ |