diff options
| author | 2014-12-31 07:53:27 +0100 | |
|---|---|---|
| committer | 2014-12-31 07:53:27 +0100 | |
| commit | e6f78d5ed281850d9e8b391c049b8bf696e140bf (patch) | |
| tree | c76def6dc672e2b56d3a9b3fb61fec02f0b21f8c /src/emu/cpu/arcompact/arcompactdasm_dispatch.h | |
| parent | bfd87ef73a6850f475e2020c2c2935993f932c56 (diff) | |
Cleanups and version bumpmame0157
Diffstat (limited to 'src/emu/cpu/arcompact/arcompactdasm_dispatch.h')
| -rw-r--r-- | src/emu/cpu/arcompact/arcompactdasm_dispatch.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/cpu/arcompact/arcompactdasm_dispatch.h b/src/emu/cpu/arcompact/arcompactdasm_dispatch.h index f317e0ffb8e..5e30a2e8488 100644 --- a/src/emu/cpu/arcompact/arcompactdasm_dispatch.h +++ b/src/emu/cpu/arcompact/arcompactdasm_dispatch.h @@ -12,8 +12,7 @@ #define GET_LIMM_32 \ limm = oprom[6] | (oprom[7] << 8); \ - limm |= (oprom[4] << 16) | (oprom[5] << 24); \ - + limm |= (oprom[4] << 16) | (oprom[5] << 24); int arcompact_handle00_dasm(DASM_OPS_32); |
