#define LANG_DLL_FULL_VERSION_MATCH 1
#if WINUAEPUBLICBETA
-#define WINUAEBETA _T("4")
+#define WINUAEBETA _T("5")
#else
#define WINUAEBETA _T("")
#endif
-#define WINUAEDATE MAKEBD(2025, 1, 11)
+#define WINUAEDATE MAKEBD(2025, 1, 16)
//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")
#endif
ew (hDlg, IDC_SCREENSHOT, full_property_sheet ? FALSE : TRUE);
- ew (hDlg, IDC_SAMPLERIPPER_ACTIVATED, full_property_sheet ? FALSE : TRUE);
ew (hDlg, IDC_AVIOUTPUT_FILE, TRUE);
break;
#endif
case IDC_SAMPLERIPPER_ACTIVATED:
- if (ischecked(hDlg, IDC_AVIOUTPUT_ACTIVATED) != (sampleripper_enabled != 0)) {
+ if (ischecked(hDlg, IDC_SAMPLERIPPER_ACTIVATED) != (sampleripper_enabled != 0)) {
sampleripper_enabled = !sampleripper_enabled;
audio_sampleripper (-1);
}
+Beta 5:
+
+- Autoscale filter fixed again.
+- BPLCON4 was cleared when on the fly switching from OCS/ECS to AGA, causing wrong sprite colors.
+- Wait for blitter option works again.
+- "Remove interlace artifacts" option works again (with last line flicker, this will be fixed later). It now uses different logic which might work better when interlace mode is "non-standard".
+- Prometheus FireStorm PCI IO space size is 2M, only lowest 1M was mapped and it also was not correctly mapped.
+- Do not log Prometheus FireStorm status long read as config space accesses.
+- Merged some minor Voodoo emulation updates from 86box.
+- Added previously missing hardware feature: PAL/NTSC long line count always causes end of field, even if current LOF=0. (Only important when doing VPOSW tricks badly :)) NTSC long line horizontal is also always matched, even if LOL=0.
+- Added address and length to sample ripper file names.
+- Query PC drive/network drive/removable drive status only after confirming drive type first. (For example if "Add PC drives at startup" or "CDFS automount" is only ticked, don't query status of possible network drives that might respond slowly)
Beta 4: