Skip to content

Commit

Permalink
6000b4
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioni committed Jan 11, 2025
1 parent cf075d9 commit d26e77d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 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("3")
#define WINUAEBETA _T("4")
#else
#define WINUAEBETA _T("")
#endif

#define WINUAEDATE MAKEBD(2025, 1, 7)
#define WINUAEDATE MAKEBD(2025, 1, 11)

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


Beta 4:

- Copper DMA is off and vblank strobe: copper loaded new pointer immediately, not when it get first DMA slot.
- ERSY=1 without genlock now really stops horizontal/vertical counters instead of faking it. Old hack removed.
- Reading AGA color register contents (RDRAM=1) read old value from previous scanline due to RGA bus buffering.
- Some ECS Denise modes had garbage visible in left and/or right side and display ended 1 lores pixel too early.
- Advanced chipset default (non-editable) Agnus revision field didn't always include ECS bit flag. Visual bug only. (Very old bug).
- TV Overscan modes work now, including genlock modes.
- Programmed mode screen width and horizontal position updates.

Beta 3:

- Added longer delay before BPLCON0 ERSY=1 bit without genlock stops horizontal/vertical counters.
Expand Down

0 comments on commit d26e77d

Please sign in to comment.