Skip to content

Commit

Permalink
6000b6
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioni committed Jan 18, 2025
1 parent 93864b3 commit f57b4f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions od-win32/win32.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
#define LANG_DLL_FULL_VERSION_MATCH 1

#if WINUAEPUBLICBETA
#define WINUAEBETA _T("5")
#define WINUAEBETA _T("6")
#else
#define WINUAEBETA _T("")
#endif

#define WINUAEDATE MAKEBD(2025, 1, 16)
#define WINUAEDATE MAKEBD(2025, 1, 18)

//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")
Expand Down
12 changes: 10 additions & 2 deletions od-win32/winuaechangelog.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@


Beta 6:

- Almost all chipset emulation code is skipped when RTG mode is active and chipset screen is not visible (not connected to any other virtual monitor). This should restore RTG mode performance back to pre-v6 WinUAE versions. Pre-v6 versions also used similar optimization.
- "Remove interlace artifacts" now uses virtual lines internally, works even when VPOSW is modified mid screen. Last line flicker fixed.
- Limit initial Windows to Amiga clipboard copy to max 30k (initial = when Amiga is booted and Windows clipboard is not empty) if clipboard sharing is enabled. This prevent slow startup if clipboard sharing is enabled and configuration is not fast and Windows clipboard has some random large image.
- Fixed A2024 15Hz mode vertical line.

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.
- Do not log Prometheus FireStorm status long reads 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 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)

Expand Down

0 comments on commit f57b4f0

Please sign in to comment.