mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Added missing prototype for get_info function. It didn't compile.
This commit is contained in:
parent
23624eb5b0
commit
0895d395a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user