Skip to content

Commit

Permalink
4400b9
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioni committed Jun 28, 2020
1 parent 0e8f39d commit 7b207ed
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -25,13 +25,13 @@
#define WINUAEBETA _T("")
#endif

#define WINUAEDATE MAKEBD(2020, 6, 23)
#define WINUAEDATE MAKEBD(2020, 6, 28)

//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")

#ifndef WINUAEEXTRA
#define WINUAEEXTRA _T("RC1")
#define WINUAEEXTRA _T("RC2")
#endif
#ifndef WINUAEREV
#define WINUAEREV _T("")
Expand Down
6 changes: 6 additions & 0 deletions od-win32/winuaechangelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@


Beta 9 (RC2):

- TRAPcc and CHK2 exception stack frame fix. Stacked PC was not pointing to next instruction. (CPU tester didn't validate 68020+ exception stacked PC field. Fixed and retested.)
- 68060 LPSTOP illegal instruction if second word is not 0x01C0 and privilege violation due to new SR not having S-bit set stack frame had wrong stacked PC.
- 68060 STOP privilege violation if new SR didn't have S-bit set (68060-only special case) exception stacked PC was wrong.

Beta 8 (RC1):

- More "Default" filter adjustments: enable aspect ratio correction only if current aspect ratio is not close enough to 4:3. Enable scaling to current window/screen size only if current window/screen is "too" large or small. Main reason for this change is to keep old behavior (no scaling or aspect ratio correction if default window/screen size but enable scaling/aspect ratio correction if window is larger or smaller)
Expand Down

0 comments on commit 7b207ed

Please sign in to comment.