]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
68030 MMU fix, old obsolete code removed.
authorToni Wilen <twilen@winuae.net>
Wed, 28 Nov 2018 19:55:28 +0000 (21:55 +0200)
committerToni Wilen <twilen@winuae.net>
Wed, 28 Nov 2018 19:55:28 +0000 (21:55 +0200)
cpummu30.cpp

index 976b9e67370762c071bdeafb96a15603a1952909..982c8a2a5de613bd7e47242a05707215e66cc3d2 100644 (file)
@@ -2829,9 +2829,6 @@ void m68k_do_rte_mmu030 (uaecptr a7)
 #endif
 
                        if (read) {
-                               if (!(mmu030_state[1] & MMU030_STATEFLAG1_MOVEM1)) {
-                                       mmu030_data_buffer_out = mmu030_ad[idxsize].val;
-                               }
                                if (mmu030_state[1] & MMU030_STATEFLAG1_SUBACCESS0) {
                                        mmu030_unaligned_read_continue(addr, fc, mmu030_get_generic);
                                } else {
@@ -3235,9 +3232,6 @@ void m68k_do_rte_mmu030c (uaecptr a7)
                        }
 #endif
                        if (read) {
-                               if (!(mmu030_state[1] & MMU030_STATEFLAG1_MOVEM1)) {
-                                       mmu030_data_buffer_out = mmu030_ad[idxsize].val;
-                               }
                                if (mmu030_state[1] & MMU030_STATEFLAG1_SUBACCESS0) {
                                        mmu030_unaligned_read_continue(addr, fc, read_dcache030_retry);
                                } else {