mamedev / mame

MAME
https://www.mamedev.org/
Other
7.75k stars 1.95k forks source link

cpu/m68000: Fix fmovem reads for mode=2 #12510

Closed svenschnelle closed 5 days ago

svenschnelle commented 5 days ago

commit 6957c469983 changed the write part, but missed to convert the read part. This fixes booting HP-UX 9 boot on hp9k_3xx.

Fixes: 6957c469983 ("cpu/m68000: Updated 680x0 FPU to Softfloat 3 from 2.")