arbb_lget, arbb_wget, arbb_bget,
arbb_lput, arbb_wput, arbb_bput,
arbb_xlate, arbb_check, NULL, NULL, _T("Arcadia BIOS"),
- arbb_lget, arbb_wget, ABFLAG_ROM | ABFLAG_SAFE,
+ arbb_lget, arbb_wget, ABFLAG_ROM | ABFLAG_SAFE, S_READ, S_WRITE,
NULL, arbb_mask
};
arb_lget, arb_wget, arb_bget,
arb_lput, arb_wput, arb_bput,
arb_xlate, arb_check, NULL, NULL, _T("Arcadia Game ROM"),
- arb_lget, arb_wget, ABFLAG_ROM | ABFLAG_SAFE,
+ arb_lget, arb_wget, ABFLAG_ROM | ABFLAG_SAFE, S_READ, S_WRITE,
NULL, arb_mask
};
},
{
_T("amax"), _T("AMAX ROM dongle"), _T("ReadySoft"),
- NULL, 0, NULL, NULL, NULL, ROMTYPE_AMAX | ROMTYPE_NONE, 0, 0, 0, false
+ NULL, NULL, NULL, ROMTYPE_AMAX | ROMTYPE_NONE, 0, 0, 0, false
},
#if 0
#define LANG_DLL_FULL_VERSION_MATCH 1
#if WINUAEPUBLICBETA
-#define WINUAEBETA _T("17")
+#define WINUAEBETA _T("18")
#else
#define WINUAEBETA _T("")
#endif
-#define WINUAEDATE MAKEBD(2015, 10, 21)
+#define WINUAEDATE MAKEBD(2015, 10, 26)
//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")
int fullpanel;
struct newresource *tres;
+ if (!hDlg)
+ return NULL;
+
if (first) {
first = false;
getguisize (hDlg, &gui_width, &gui_height);
+Beta 18:
+
+- If dragndrop to GUI closed GUI (for example config file with show_gui=no), invalid GUI windows handle was accessed.
+- Don't parse command line again when restarting emulation (for example by loading new config when emulation has
+ already been started). Previously command line overrode new config.
+- "Forget" all remembered scan line states when forcing full refresh, previously some border region scan lines
+ were not refreshed properly when display parameters, for example centering, changed.
+- Fixed named pipe unicode format buffer size calculation bug.
+- If last command line parameter is a path and it looks like config file or state file: load it automatically.
+ Adds support for dragndrop over winuae.exe shortcut with other parameters in shortcut's Target field.
+- Automatically resolve all shortcut (*.lnk) paths in command line.
+- D3D9 non-shader mode forgot scanline texture when switching modes.
+- Fixed off by one bug in input device re-enumeration causing keyboard layout B->A or C->B change.
+
Beta 17:
- Trace mode in 68000 cycle-exact was 4 cycles too long.
scsi->baseaddress = 0xf00000;
scsi->configured = 1;
if (!rc->autoboot_disabled) {
- load_rom_rc(rc, NULL, 16384, 0, scsi->rom, 16384, 0);
+ load_rom_rc(rc, ROMTYPE_SYSTEM2000, 16384, 0, scsi->rom, 16384, 0);
}
return scsi->bank;
}