diff options
author | 2012-09-15 21:47:30 +0000 | |
---|---|---|
committer | 2012-09-15 21:47:30 +0000 | |
commit | ab97dc30efdd5cc1abf8c65b8ce29af364219167 (patch) | |
tree | 5ab46b3c21f6e0e4173a79a4151e019b3f2dc17e /src/emu/machine/mb14241.c | |
parent | d1da89cc7817315f05269205a3f56d36ebba170b (diff) |
First pass at modernizing struct definitions.
Diffstat (limited to 'src/emu/machine/mb14241.c')
-rw-r--r-- | src/emu/machine/mb14241.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 */ |