diff --git a/src/emu/cpu/lh5801/lh5801.h b/src/emu/cpu/lh5801/lh5801.h index 825778ee5a5..b43a1c40203 100644 --- a/src/emu/cpu/lh5801/lh5801.h +++ b/src/emu/cpu/lh5801/lh5801.h @@ -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