diff options
Diffstat (limited to 'src/emu/cpu/hd6309')
| -rw-r--r-- | src/emu/cpu/hd6309/6309dasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/hd6309/6309dasm.c b/src/emu/cpu/hd6309/6309dasm.c index 07b28d6efa7..37d7f7b9a54 100644 --- a/src/emu/cpu/hd6309/6309dasm.c +++ b/src/emu/cpu/hd6309/6309dasm.c @@ -25,7 +25,7 @@ #include "hd6309.h" // Opcode structure -struct opcodeinfo +struct opcodeinfo { UINT8 opcode; // 8-bit opcode value UINT8 length; // Opcode length in bytes |
