} 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);
}
}
} 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);
}
}
} 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);
}
}
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);
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
#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")