mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
musashi Cyclone hack fix
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@233 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
4f65685b97
commit
a5ccbfbaf0
1 changed files with 1 additions and 1 deletions
|
@ -7133,7 +7133,7 @@ M68KMAKE_OP(movem, 32, re, pd)
|
||||||
if(register_list & (1 << i))
|
if(register_list & (1 << i))
|
||||||
{
|
{
|
||||||
ea -= 4;
|
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+2, REG_DA[15-i] & 0xFFFF );
|
||||||
//m68ki_write_16(ea, (REG_DA[15-i] >> 16) & 0xFFFF );
|
//m68ki_write_16(ea, (REG_DA[15-i] >> 16) & 0xFFFF );
|
||||||
count++;
|
count++;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue