diff options
author | 2012-09-16 05:24:30 +0000 | |
---|---|---|
committer | 2012-09-16 05:24:30 +0000 | |
commit | 1a301849034da9956b893453acce8e0f9168e150 (patch) | |
tree | a39f7a6c6b4c54b7993e58cd22ea6b6bd25f37cf /src/emu/cpu/minx | |
parent | 91f928d6cd774c9526c7fde7e0860aded24d08a5 (diff) |
Final round of struct/union/enum normalization.
Diffstat (limited to 'src/emu/cpu/minx')
-rw-r--r-- | src/emu/cpu/minx/minxd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/minx/minxd.c b/src/emu/cpu/minx/minxd.c index c51f0f833d0..305d3d55614 100644 --- a/src/emu/cpu/minx/minxd.c +++ b/src/emu/cpu/minx/minxd.c @@ -91,11 +91,11 @@ static const UINT32 s_flags[] = { 0, 0, 0, 0, 0, }; -typedef struct { +struct minxdasm { UINT8 mnemonic; UINT8 argument1; UINT8 argument2; -} minxdasm; +}; static const minxdasm mnemonic[256] = { /* 00 - 0F */ |