notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f65685
)
musashi Cyclone hack fix
author
notaz
<notasas@gmail.com>
Sat, 1 Sep 2007 13:36:25 +0000
(13:36 +0000)
committer
notaz
<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
patch
|
blob
|
blame
|
history
diff --git
a/cpu/musashi/m68k_in.c
b/cpu/musashi/m68k_in.c
index
d0ec8a1
..
804b87a
100644
(file)
--- a/
cpu/musashi/m68k_in.c
+++ b/
cpu/musashi/m68k_in.c
@@
-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