summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502/m4510.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/m6502/m4510.h')
-rw-r--r--src/emu/cpu/m6502/m4510.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/m6502/m4510.h b/src/emu/cpu/m6502/m4510.h
index 6400cbb0b26..59c9d61c96d 100644
--- a/src/emu/cpu/m6502/m4510.h
+++ b/src/emu/cpu/m6502/m4510.h
@@ -39,9 +39,9 @@ enum
#define M4510_IRQ_LINE M6502_IRQ_LINE
-void m4510_get_info(UINT32 state, cpuinfo *info);
+CPU_GET_INFO( m4510 );
-extern unsigned m4510_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram);
+extern CPU_DISASSEMBLE( m4510 );
#endif /* __M4510_H__ */