summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms32051/tms32051.h
blob: 172db88ef300fffd17b1b6dd47b19ca29e830d76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _TMS32051_H
#define _TMS32051_H

#if (HAS_TMS32051)
void tms32051_get_info(UINT32 state, cpuinfo *info);
#endif

#ifdef ENABLE_DEBUGGER
offs_t tms32051_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram);
#endif

#endif /* _TMS32051_H */