diff options
Diffstat (limited to 'src/emu/cpu/tms32051/tms32051.h')
-rw-r--r-- | src/emu/cpu/tms32051/tms32051.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/tms32051/tms32051.h b/src/emu/cpu/tms32051/tms32051.h index f616878a825..332708c93e1 100644 --- a/src/emu/cpu/tms32051/tms32051.h +++ b/src/emu/cpu/tms32051/tms32051.h @@ -4,9 +4,9 @@ #define __TMS32051_H__ #if (HAS_TMS32051) -void tms32051_get_info(UINT32 state, cpuinfo *info); +CPU_GET_INFO( tms32051 ); #endif -offs_t tms32051_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram); +CPU_DISASSEMBLE( tms32051 ); #endif /* __TMS32051_H__ */ |