musashi Cyclone hack fix

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@233 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-09-01 13:36:25 +00:00
parent 4f65685b97
commit a5ccbfbaf0

View file

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