extern int intlev (void);
extern void dumpcustom (void);
-extern void do_disk (void);
extern void do_copper (void);
extern void notice_new_xcolors (void);
extern int vpos, lof_store;
-extern int find_copper_record (uaecptr, int *, int *);
-
extern int n_frames;
STATIC_INLINE int dmaen (unsigned int dmamask)
}
setcursor(mon, -30000, -30000);
}
+ wait_keyrelease();
inputdevice_acquire(TRUE);
setpriority (&priorities[currprefs.win32_active_capture_priority]);
if (currprefs.win32_active_nocapture_pause) {
// borderless = do not capture with single-click
if (ignorelbutton) {
ignorelbutton = 0;
- return 0;
+ if (currprefs.win32_borderless)
+ return 0;
}
if (message == WM_LBUTTONDOWN && isfullscreen() == 0 && currprefs.win32_borderless && !rp_isactive()) {
// full-window drag
#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(2018, 8, 29)
+#define WINUAEDATE MAKEBD(2018, 9, 9)
//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")
static struct ConfigStruct *refreshconfiglist(HWND hDlg, struct ConfigStruct *config)
{
HWND lv = GetDlgItem(hDlg, IDC_CONFIGTREE);
- originallistviewtempproc = (WNDPROC)GetWindowLongPtr(lv, GWL_WNDPROC);
- SetWindowLongPtr(lv, GWL_WNDPROC, (LONG_PTR)listviewtempproc);
+ originallistviewtempproc = (WNDPROC)GetWindowLongPtr(lv, GWLP_WNDPROC);
+ SetWindowLongPtr(lv, GWLP_WNDPROC, (LONG_PTR)listviewtempproc);
struct ConfigStruct *cs = initloadsave(hDlg, config, false);
- SetWindowLongPtr(lv, GWL_WNDPROC, (LONG_PTR)originallistviewtempproc);
+ SetWindowLongPtr(lv, GWLP_WNDPROC, (LONG_PTR)originallistviewtempproc);
return cs;
}
\r
\r
+Beta 4:\r
+\r
+- Horizontal mid-screen resolution changes (Disposable Hero title screen, Runaway / AD 2000 second disk first part) broke when subpixel support was added.\r
+- Filter GUI masks/overlay selection menu was unnecessarily cleared and filled each time option was changed.\r
+- 53C80 SCSI bus reset didn't disconnect active SCSI devices.\r
+- 53C400 compatibility fixes (RT1000B)\r
+- Added x86 bridgeboard compatible 8-bit SCSI adapter: Rancho Technology RT1000B.\r
+- Fixed stuck keys/mouse not getting captured if ALT-TAB was pressed and while keeping ALT pressed, TAB was used to select WinUAE window again.\r
+- Added quick search text box to Configurations panel. Searches from config file name, description and new tags config entry (config_tags=<tag1,tag2,..>).\r
+- Added quick directory select to Configurations panel. Filters by directory or category. Category is new config entry (config_category=<category name>).\r
+- Moved Link and autoload options under Advanced information. Added Category and Tags fields.\r
+- Ignore Huawei mobile USB sticks that have fake CD mode, they hang if SPTI SCSI read is attempted.\r
+\r
Beta 3:\r
\r
- Some CHD CD files returned incorrect data.\r
static bool automatic;
static int monitor;
-extern unsigned int bplcon0;
+extern uae_u16 bplcon0;
extern uae_u8 **row_map_genlock;
static uae_u8 graffiti_palette[256 * 4];