summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/lr35902/lr35902.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/lr35902/lr35902.h')
-rw-r--r--src/emu/cpu/lr35902/lr35902.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/lr35902/lr35902.h b/src/emu/cpu/lr35902/lr35902.h
index dd7ae9fe75d..ae35f59f0c6 100644
--- a/src/emu/cpu/lr35902/lr35902.h
+++ b/src/emu/cpu/lr35902/lr35902.h
@@ -28,8 +28,8 @@ enum
/****************************************************************************/
/* Return register contents */
/****************************************************************************/
-extern void lr35902_get_info(UINT32 state, cpuinfo *info);
+extern CPU_GET_INFO( lr35902 );
-extern unsigned lr35902_dasm( char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram );
+extern CPU_DISASSEMBLE( lr35902 );
#endif /* __LR35902_H__ */