Added missing prototype for get_info function. It didn't compile.

This commit is contained in:
Pierpaolo Prazzoli 2008-03-16 10:43:36 +00:00
parent 23624eb5b0
commit 0895d395a9

View File

@ -71,6 +71,7 @@ typedef struct {
#define LH5801_INT_NONE 0
#define LH5801_IRQ 1
void lh5801_get_info(UINT32 state, cpuinfo *info);
extern offs_t lh5801_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram);
#endif