blob: eb164423a6bcdcfac7d2513a8ba9700565a5f9d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef SSP1610_H
#define SSP1610_H
#include "cpuintrf.h"
/* Functions */
#if (HAS_SSP1610)
void e116t_get_info(UINT32 state, cpuinfo *info);
#endif
#ifdef ENABLE_DEBUGGER
extern unsigned dasm_ssp1610(char *buffer, unsigned pc, const UINT8 *oprom);
#endif
#endif /* SSP1610_H */
|