uae_u8 Mask = trap_get_dreg(ctx, 7);
struct RenderInfo local_ri;
struct BitMap local_bm;
- struct ColorIndexMapping local_cim;
uae_u32 result = 0;
if (NOBLITTER)
#define LANG_DLL_FULL_VERSION_MATCH 1
#if WINUAEPUBLICBETA
-#define WINUAEBETA _T("17")
+#define WINUAEBETA _T("18")
#else
#define WINUAEBETA _T("")
#endif
-#define WINUAEDATE MAKEBD(2016, 5, 30)
+#define WINUAEDATE MAKEBD(2016, 6, 3)
//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="packages\VisualCppTools.14.0.24126-Pre\build\native\VisualCppTools.props" Condition="Exists('packages\VisualCppTools.14.0.24126-Pre\build\native\VisualCppTools.props')" />
+ <Import Project="packages\VisualCppTools.14.0.24202-Pre\build\native\VisualCppTools.props" Condition="Exists('packages\VisualCppTools.14.0.24202-Pre\build\native\VisualCppTools.props')" />
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
- <Error Condition="!Exists('packages\VisualCppTools.14.0.24126-Pre\build\native\VisualCppTools.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\VisualCppTools.14.0.24126-Pre\build\native\VisualCppTools.props'))" />
+ <Error Condition="!Exists('packages\VisualCppTools.14.0.24202-Pre\build\native\VisualCppTools.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\VisualCppTools.14.0.24202-Pre\build\native\VisualCppTools.props'))" />
</Target>
</Project>
\ No newline at end of file
+Beta 18:
+
+- "ROM needs 68020+" dialog repeated forever.
+- Fall back to old GDI screenshot method if GetRenderTarget() fails.
+- Logitech color LCDs work again, old API did the conversion automatically.
+- Fixed UAE boot ROM trap code corruption if "too many" UAE expansions were enabled. (b3)
+
Beta 17:
- Pre-KS1.3 boot hack code and data was overwritten by new resident structure update in b4.