From 2ba1a992834e8b50712f6dfbe87da3b7beb1ba05 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Sat, 8 Nov 2008 09:20:43 +0000 Subject: Added macros for all CPU callbacks to ease future changes. Updated all CPU cores to use them. --- src/emu/cpu/m6809/m6809.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/cpu/m6809/m6809.h') diff --git a/src/emu/cpu/m6809/m6809.h b/src/emu/cpu/m6809/m6809.h index 13ac4569210..1b6c7972989 100644 --- a/src/emu/cpu/m6809/m6809.h +++ b/src/emu/cpu/m6809/m6809.h @@ -16,8 +16,8 @@ enum #define M6809_IRQ_LINE 0 /* IRQ line number */ #define M6809_FIRQ_LINE 1 /* FIRQ line number */ -void m6809_get_info(UINT32 state, cpuinfo *info); -void m6809e_get_info(UINT32 state, cpuinfo *info); +CPU_GET_INFO( m6809 ); +CPU_GET_INFO( m6809e ); /****************************************************************************/ /* Read a byte from given memory location */ -- cgit v1.2.3-70-g09d2