]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4300b7
authorToni Wilen <twilen@winuae.net>
Sat, 7 Dec 2019 13:37:13 +0000 (15:37 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 7 Dec 2019 13:37:13 +0000 (15:37 +0200)
memory.cpp
newcpu_common.cpp
od-win32/srcrelease.cmd
od-win32/win32.h

index 18d0c757d10900c6b333d7e2f4b158a0c2ea71e6..1d1ddb24cb1bf8bbf0061f7b88952ef89939fd3d 100644 (file)
@@ -971,7 +971,7 @@ static void REGPARAM2 kickmem_lput (uaecptr addr, uae_u32 b)
                } else
                        a1000_handle_kickstart (0);
        } else if (currprefs.illegal_mem) {
-               write_log (_T("Illegal kickmem lput at %08x\n"), addr);
+               write_log (_T("Illegal kickmem lput at %08x PC= %08x\n"), addr, M68K_GETPC);
        }
 }
 
@@ -991,7 +991,7 @@ static void REGPARAM2 kickmem_wput (uaecptr addr, uae_u32 b)
                } else
                        a1000_handle_kickstart (0);
        } else if (currprefs.illegal_mem) {
-               write_log (_T("Illegal kickmem wput at %08x\n"), addr);
+               write_log (_T("Illegal kickmem wput at %08x PC= %08x\n"), addr, M68K_GETPC);
        }
 }
 
@@ -1008,7 +1008,7 @@ static void REGPARAM2 kickmem_bput (uaecptr addr, uae_u32 b)
                } else
                        a1000_handle_kickstart (0);
        } else if (currprefs.illegal_mem) {
-               write_log (_T("Illegal kickmem bput at %08x\n"), addr);
+               write_log (_T("Illegal kickmem bput at %08x PC= %08x\n"), addr, M68K_GETPC);
        }
 }
 
index 56f18f36c4fd3cb3c8cbb89790fa81cd351f6a6e..5fae5479588a6e2d4a121a9ac2e5677fcccd9dc9 100644 (file)
@@ -1075,7 +1075,7 @@ static void divsl_overflow(uae_u16 extra, uae_s64 a, uae_s32 divider)
                if (extra & 0x0400) {
                        // this is still missing condition where Z is set
                        // without none of input parameters being zero.
-                       uae_u32 ahigh = a >> 32;
+                       uae_s32 ahigh = a >> 32;
                        if (ahigh == 0) {
                                SET_ZFLG(1);
                                SET_NFLG(0);
index 29cf2db3446cb9f73e83c1874870e3ab7935ab51..e526c2e82bd7e513f0f4a2565792db7faf388557 100644 (file)
@@ -8,13 +8,13 @@ del ..\winuaesrc.7z
 
 7z a -r ..\winuaesrc *.c *.cpp *.h *.sln *.vcxproj* *.ico *.rc *.bmp *.cur *.manifest *.png *.txt
 
-copy ..\winuaesrc.7z e:\amiga\winuaepackets\winuaesrc%1.7z
-copy ..\winuaesrc.7z e:\amiga /y
+copy ..\winuaesrc.7z d:\amiga\winuaepackets\winuaesrc%1.7z
+copy ..\winuaesrc.7z d:\amiga /y
 
 cd od-win32
 
 7z a winuaedebug%1 winuae_msvc15\fullrelease\winuae.pdb winuae_msvc15\x64\fullrelease\winuae.pdb
-move winuaedebug%1.7z e:\amiga\winuaepackets\debug\
+move winuaedebug%1.7z d:\amiga\winuaepackets\debug\
 copy winuae_msvc15\fullrelease\winuae.pdb d:\amiga\dump\winuae.pdb
 copy winuae_msvc15\x64\fullrelease\winuae.pdb  d:\amiga\dump\winuae64.pdb
 copy d:\amiga\winuae.exe d:\amiga\dump
index 477e088cae0304fa92d5138d990b48d1512cf251..b5b00238ed4ced5fc355b7c141da23b8224a3b91 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("6")
+#define WINUAEBETA _T("7")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2019, 12, 2)
+#define WINUAEDATE MAKEBD(2019, 12, 7)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")