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/machine/mb14241.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/emu/machine/mb14241.c') diff --git a/src/emu/machine/mb14241.c b/src/emu/machine/mb14241.c index cb14b53008d..e1fd7fe6e2a 100644 --- a/src/emu/machine/mb14241.c +++ b/src/emu/machine/mb14241.c @@ -7,8 +7,7 @@ #include "emu.h" #include "machine/mb14241.h" -typedef struct _mb14241_state mb14241_state; -struct _mb14241_state +struct mb14241_state { UINT16 shift_data; /* 15 bits only */ UINT8 shift_count; /* 3 bits */ -- cgit v1.2.3-70-g09d2