From ab97dc30efdd5cc1abf8c65b8ce29af364219167 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Sat, 15 Sep 2012 21:47:30 +0000 Subject: First pass at modernizing struct definitions. --- src/emu/cpu/g65816/g65816cm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/emu/cpu/g65816') diff --git a/src/emu/cpu/g65816/g65816cm.h b/src/emu/cpu/g65816/g65816cm.h index 054a32a0c1a..12a76ac972b 100644 --- a/src/emu/cpu/g65816/g65816cm.h +++ b/src/emu/cpu/g65816/g65816cm.h @@ -67,8 +67,7 @@ INLINE int MAKE_INT_8(int A) {return (A & 0x80) ? A | ~0xff : A & 0xff;} /* ======================================================================== */ /* CPU Structure */ -typedef struct _g65816i_cpu_struct g65816i_cpu_struct; -struct _g65816i_cpu_struct +struct g65816i_cpu_struct { uint a; /* Accumulator */ uint b; /* holds high byte of accumulator */ -- cgit v1.2.3-70-g09d2