From cff1004165c7026532c4809099d4ebca31643cd5 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Sat, 15 Sep 2012 22:30:30 +0000 Subject: Pass 2 of struct modernization. --- src/emu/cpu/scudsp/scudspdasm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/cpu/scudsp/scudspdasm.c') diff --git a/src/emu/cpu/scudsp/scudspdasm.c b/src/emu/cpu/scudsp/scudspdasm.c index b696f99f392..7e31879efbe 100644 --- a/src/emu/cpu/scudsp/scudspdasm.c +++ b/src/emu/cpu/scudsp/scudspdasm.c @@ -26,12 +26,12 @@ enum EA_MVIDSTMEM, }; -typedef struct { +struct SCUDSP_OPCODE { char mnemonic[32]; int address_mode_1; int address_mode_2; int address_mode_3, -} SCUDSP_OPCODE; +}; static const SCUDSP_OPCODE alu_table[16] = { -- cgit v1.2.3-70-g09d2