musashi Cyclone hack fix
authornotaz <notasas@gmail.com>
Sat, 1 Sep 2007 13:36:25 +0000 (13:36 +0000)
committernotaz <notasas@gmail.com>
Sat, 1 Sep 2007 13:36:25 +0000 (13:36 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@233 be3aeb3a-fb24-0410-a615-afba39da0efa

cpu/musashi/m68k_in.c

index d0ec8a1..804b87a 100644 (file)
@@ -7133,7 +7133,7 @@ M68KMAKE_OP(movem, 32, re, pd)
                if(register_list & (1 << i))\r
                {\r
                        ea -= 4;\r
-                       m68ki_write_16(ea, REG_DA[15-i] ); // notaz Cyclone hack\r
+                       m68ki_write_32(ea, REG_DA[15-i] ); // notaz Cyclone hack\r
                        //m68ki_write_16(ea+2, REG_DA[15-i] & 0xFFFF );\r
                        //m68ki_write_16(ea, (REG_DA[15-i] >> 16) & 0xFFFF );\r
                        count++;\r