X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cpu%2Fmusashi%2Fm68k_in.c;h=804b87ac8cc4dfd07032037372f98a2e5d0e4092;hb=7a7c6476f31d4b88b0aae876e94bc49733b36e83;hp=d0ec8a17d6f30a2edbfd5773f885233b6a1eded6;hpb=3335750a7df62a52857348365e9dbbf6f23a0d29;p=picodrive.git diff --git a/cpu/musashi/m68k_in.c b/cpu/musashi/m68k_in.c index d0ec8a1..804b87a 100644 --- 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)) { 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++;