diff options
Diffstat (limited to 'src/emu/cpu/scudsp/scudspdasm.c')
-rw-r--r-- | src/emu/cpu/scudsp/scudspdasm.c | 4 |
1 files changed, 2 insertions, 2 deletions
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] = { |