summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/unsp/unsp_fxxx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/unsp/unsp_fxxx.cpp')
-rw-r--r--src/devices/cpu/unsp/unsp_fxxx.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/unsp/unsp_fxxx.cpp b/src/devices/cpu/unsp/unsp_fxxx.cpp
index ea9ad1a2751..2c98161e847 100644
--- a/src/devices/cpu/unsp/unsp_fxxx.cpp
+++ b/src/devices/cpu/unsp/unsp_fxxx.cpp
@@ -385,14 +385,14 @@ void unsp_device::execute_fxxx_101_group(uint16_t op)
inline void unsp_device::execute_fxxx_110_group(uint16_t op)
{
//uint32_t len = 1;
-
+
// some sources say this is FFc0, but smartfp clearly uses ff80
// EXTOP 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 (+16 bit imm)
if ((op == 0xff80) && m_iso >= 20)
{
return execute_extended_group(op);
- }
-
+ }
+
// | | |
// signed * signed (size 16,1,2,3,4,5,6,7)
// MULS 1 1 1 1* r r r 1* 1 0*s s s r r r (1* = sign bit, 1* = sign bit 0* = upper size bit)