summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/z80/z80dasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/z80/z80dasm.c')
-rw-r--r--src/emu/cpu/z80/z80dasm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/z80/z80dasm.c b/src/emu/cpu/z80/z80dasm.c
index f0b494e67d0..f9cd3a72d78 100644
--- a/src/emu/cpu/z80/z80dasm.c
+++ b/src/emu/cpu/z80/z80dasm.c
@@ -65,11 +65,11 @@ static const UINT32 s_flags[] =
0 ,0 ,0 ,0 ,0
};
-typedef struct
+struct z80dasm
{
UINT8 mnemonic;
const char *arguments;
-} z80dasm;
+};
static const z80dasm mnemonic_xx_cb[256] =
{