summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68000/m68kfpu.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m68000/m68kfpu.hxx')
-rw-r--r--src/devices/cpu/m68000/m68kfpu.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/devices/cpu/m68000/m68kfpu.hxx b/src/devices/cpu/m68000/m68kfpu.hxx
index 5e2c74770f3..a0fe2c8a7f1 100644
--- a/src/devices/cpu/m68000/m68kfpu.hxx
+++ b/src/devices/cpu/m68000/m68kfpu.hxx
@@ -1119,6 +1119,13 @@ void WRITE_EA_FPE(int ea, floatx80 fpr)
break;
}
+ case 5: // (d16,An)
+ {
+ uint32_t ea = EA_AY_DI_32();
+ store_extended_float80(ea, fpr);
+ break;
+ }
+
case 7:
{
switch (reg)