diff options
author | 2018-03-25 02:03:24 +1100 | |
---|---|---|
committer | 2018-03-25 02:03:24 +1100 | |
commit | 08dde5eb0acb30b68b403a2b9ad2fd503067f2bd (patch) | |
tree | 9ea8ba7c97d124aa4f7600ebb183667609f81224 /src/devices/cpu/sharc/sharcops.hxx | |
parent | 8142f24c4307439397ffb2c01fab76e6f2c1b95e (diff) |
srcclean and regenerate localisations (nw)
Diffstat (limited to 'src/devices/cpu/sharc/sharcops.hxx')
-rw-r--r-- | src/devices/cpu/sharc/sharcops.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/sharc/sharcops.hxx b/src/devices/cpu/sharc/sharcops.hxx index 9afa4754f5d..aa01c5bfab2 100644 --- a/src/devices/cpu/sharc/sharcops.hxx +++ b/src/devices/cpu/sharc/sharcops.hxx @@ -565,7 +565,7 @@ void adsp21062_device::SHIFT_OPERATION_IMM(int shiftop, int data, int rn, int rx } break; } - + case 0x12: /* FEXT Rx BY <bit6>:<len6> (Sign Extended) */ { uint32_t ext = (REG(rx) & MAKE_EXTRACT_MASK(bit, len)) >> bit; @@ -749,12 +749,12 @@ void adsp21062_device::COMPUTE(uint32_t opcode) } // TODO: verify this (Gunblade NY Score Attack Remix mode) - case 0x1d: + case 0x1d: { compute_fmul_abs(fm, fxm, fym, fa, fxa, fya); break; } - + case 0x1e: /* Fm = Fxm * Fym, Fa = MAX(Fxa, Fya) */ { compute_fmul_fmax(fm, fxm, fym, fa, fxa, fya); |