13h45 - Une nouvelle beta pour WinUAE a été publiée et ce devrait être la dernière avant la version stable prévue dans quelques jours si tout va bien. En attenant, voici les changements apportés:- Hardware emulated graphics board interrupt was not emulated when gfxboard mode was not (yet) active and refresh mode was not "chipset". (For example Picasso96 + PicassoII+ or PicassoIV hang when switching to gfxboard mode)- cdimageX config entries didn't support ejecting CD using uae-configuration. Now empty string ejects the CD. String "empty" and dot also equals empty.- floppyX config entries also supports dot as empty drive. Télécharger WinUAE v4.1.0 Beta 13 (32-bit)Télécharger WinUAE v4.1.0 Beta 13 (64-bit)Site Officiel de WinUAE
15h43 - La dernière beta de WInUAE est disponible en français grâce à Tradu-France.Télécharger WinUAE v4.1.0 Beta 12 FR (32-bit)Télécharger WinUAE v4.1.0 Beta 12 FR (64-bit)Tradu-France
15h40 - Une nouvelle version de cet émulateur Amiga qu'on ne présente plus a été publiée. Voici la liste des changements apportés:- If tablet.library was ticked and config was loaded to system without tablet, it was not possible to untick it.- If original path stored in statefile is not valid anymore, fix attempts (testing if it exists in current dir etc..) may have returned non-existing path in certain situations even if valid path was available.- More 68030 MMU bus error retry fixes. (Remaining Previous NextOS crashes fixed)- MMU's internal table read/write accesses should be always done in supervisor mode. (Not much effect on Amiga but other platforms usually have memory regions that are supervisor only)- Magic mouse Windows cursor to Amiga mouse sync fixed. (Broken long time ago, still not fully working in every filter combination)- When config file rom path pointed to non-existing file, autodetect of rom path is attempted. If last autodetect phase detected it, rom path was not updated. Télécharger WinUAE v4.1.0 Beta 12 (32-bit)Télécharger WinUAE v4.1.0 Beta 12 (64-bit)Site Officiel de WinUAE
12h24 - Comme à son habitude, Tradu-France a rapidement publié la traduction en français de la dernière beta de WinUAE.Télécharger WinUAE v4.1.0 Beta 11 FR (32-bit)Télécharger WinUAE v4.1.0 Beta 11 FR (64-bit)Tradu-France
13h31 - Une nouvelle beta pour cet émulateur Amiga a été publiée. Les améliorations sont les suivantes:- Debugger assembler didn't assemble Scc and TRAPcc. CLR didn't show memory contents if EA was not register.- Debugger disassembler does not create useless output anymore when disassembling 68020+ addressing modes. If CPU is - SPTI mode CD read buffer overflow fix. (Probably only when playing CD audio)- 68030 MMU + more compatible bus error handling was very broken. (MMU updates in previous betas broke it)- 68030 MMU bus error exception/unaligned access emulation partial rewrite. Odd long access uses byte+word+byte access sequence (not 4xbyte). MOVEM and normal data accesses use same data buffer variable now, confusing special cases removed. Unaligned accesses that cross MMU page boundary retries are now compatible with new retry logic (b8).- 68030 MMU + prefetch mode fix when prefetch crossed MMU pages and neither page was mapped as valid. (Amix illegal instruction error in early boot)- 68030 MMU + prefetch + data cache mode fixed. (also broke in b8) Télécharger WinUAE v4.1.0 Beta 11 (32-bit)Télécharger WinUAE v4.1.0 Beta 11 (64-bit)Site Officiel de WinUAE
13h22 - La traduction en français du dernier WinUAE est disponible grâce à Tradu-France.Télécharger WinUAE v4.1.0 Beta 10 FR (32-bit)Télécharger WinUAE v4.1.0 Beta 10 FR (64-bit)Tradu-France
13h20 - Une nouvelle beta pour cet émulateur Amiga qu'on ne présente plus a été publiée. Voici la liste des nouveautés:- Fixed invisible sprites after statefile load (at least when not in AGA mode). (b8).- Reading CIA interrupt register exactly when CIA interrupt is going to activate may have caused stuck PORTS interrupt until CIAxICR was read again, which would also return unexpectedly no interrupts active in this situation.- 68020+ more compatible state files didn't restore CPU mid-instruction properly, caused restore Amiga side crash if state was created during mid-instruction that has side-effects (like -(an) or (an)+ addressing mode) (introduced in 4.0 betas)- 64-bit version didn't support rar unpacking without archiveaccess.dll, probably because 64-bit unrar.dll didn't exist when it was implemented.- Window corners are now drag'n'drop hot spots for different floppy drives. (top/left=0, top/right=1, bottom/left=2, bottom/right=3).- 68030 MMU MOVEM , access fault retry was unreliable in some situations. Télécharger WinUAE v4.1.0 Beta 10 (32-bit)Télécharger WinUAE v4.1.0 Beta 10 (64-bit)Site Officiel de WinUAE
12h28 - On ne traine pas chez Tradu-France: la dernière beta de WinUAE est déjà disponible en français!Télécharger WinUAE v4.1.0 Beta 9 FR (32-bit)Télécharger WinUAE v4.1.0 Beta 9 FR (64-bit)Tradu-France
12h26 - Les micro-ordinateurs sont décidément à l'honneur aujourd'hui avec cette nouvelle beta de WinUAE, dont le développement semble plus lent que d'habitude. Les améliorations sont les suivantes:- UNPK and PACK instructions (very rarely used) had code like "v = read_from_address(x) + read_from_address(y)" which has undefined function call execution order in C.- 68030 MMU MOVEM to memory access fault retry special case fixed (b8). Amix boots normally again.- 68030 MMU unaligned data access retries always used aligned access. (b8)- AGA 32/64-pixel FMODE BPLxDAT writes are also now emulated accurately. Behavior is same as sprites, FMODE=3: first 16 pixels are last bus data, remaining 48 pixels are duplicate of written data. FMODE=2: first 16 pixels bus data, last 16 pixels written data. FMODE=1: written data duplicated. (Last bus data is first word of copper MOVE to BPLxDAT if copper was used to write to BPLxDAT). Writing to BPLxDAT when FMODE=3 and then lowering FMODE disables last 32 pixels (like sprites do) but this is not yet emulated.- Yet another undocumented AGA bitplane special case. When FMODE=1/2 and modulo is added, bit 1 carry is ignored, for example 0x102 + 0x12 = 0x110. FMODE=3: same except bit 2 carry is ignored. This can only happen if bitplane pointer and/or modulo is "unaligned", not integer divisible by fetch size. Quite useless feature because unaligned bitplane pointers will always result in corrupted display. But at least (corrupted) display is now 100% accurate.- Debugger memwatch points detected also debugger read or write accesses.- Multi Evolution v2.2 ROM added. Does not seem to be RDB compatible, probably only v3.0+ are RDB compatible.68030 MMU is still reported as having problems in some Next OS versions (Previous emulator) but I can't duplicate any problems with my usual test images (not even Amix). Please test any existing Linux/NetBSD etc.. in 68030 mode and report any differences between this beta and last official version. Télécharger WinUAE v4.1.0 Beta 9 (32-bit)Télécharger WinUAE v4.1.0 Beta 9 (64-bit)Site Officiel de WinUAE
13h40 - La dernière beta de WinUAE a été traduite en français par l'équipe de Tradu-France.Télécharger WinUAE v4.1.0 Beta 8 FR (32-bit)Télécharger WinUAE v4.1.0 Beta 8 FR (64-bit)Tradu-France
11h51 - Une nouvelle beta de cet émulateur Amiga pour Windows a été publiée. Les améliorations sont les suivantes:- Another undocumented AGA 32 (only if FMODE bit 3 is set) and 64 pixel wide sprite feature emulated: when writing to SPRxDATx, first 16 pixels of sprite equals previous data in chip bus. Remaining 16 pixel "parts" contain written data duplicated. Unless SPRxDATx write is immediately after bitplane DMA fetch, then first 32 pixels of sprite gets replaced with previously fetched bitplane data, last 32 pixels are duplicated SPRxDATx written value. If normal 32 pixel wide mode (FMODE bit 2 set): both first and last 16 pixels contain written data.- Subpixel mode didn't always flush all buffered pixels at the end of scanline.- When DIWSTRT or DIWSTOP is accessed neither old or new value can match comparisons during the access cycle. (Fixes Bograts and Penguins small graphics glitch in top left corner)- Very large directory filesystem harddrives (>3T or so) returned halved disk used and free values.- 68030 MMU data fault handling update: SSW register FC mode bits must be used for data access retry cycle. Exception handler may have modified it. (So far only one program does it, Memwatch debugging tool for Atari ST and later models..)- In some situations 68030 MMU access fault size stored to stack frame was byte even when actual fault size was word or long size.- 68030 MMU mode FPU FRESTORE didn't handle possible access fault retries when reading stack frame.- Above MMU updates break Amix boot, this gets fixed in next beta because I couldn't find the problem quickly enough and there must be better test cases than Amix..Télécharger WinUAE v4.1.0 Beta 8 (32-bit)Télécharger WinUAE v4.1.0 Beta 8 (64-bit)Site Officiel de WinUAE
12h29 - La traduction en français de la dernière beta de WinUAE est déjà disponible grâce à Tradu-France.Télécharger WinUAE v4.1.0 Beta 7 FR (32-bit)Télécharger WinUAE v4.1.0 Beta 7 FR (64-bit)Tradu-France
12h27 - Une nouvelle beta de cet émulateur pour Windows a été publiée. Voici la liste des nouveautés:- If disk image's track size is less than 66% of nominal 2us track, assume it is using 4us (GCR) bit rate.- Added option that catches JIT crashes that happen when already translated code jumps to non-existing memory causing interpretetive emulation to access non-existing RAM (for example JSR (An) was already translated but due to program bug, later call contains garbage in An) Logs a message and then generates fake exception 2 (if PC was even) or 3 (if PC was odd). This is not fully safe option because it is practically impossible (without slowing down JIT which would be against the point of JIT) to detect if crash is due to bad CPU PC or address registers or due to real bug causing access fault that now gets catched and not causing crash..- Recording from hardware emulated RTG board always recorded internal resolution.- Emulated undocumented AGA 64 pixel wide sprite feature: if sprite FMODE is lowered when sprite's first 32 pixels are being drawn, matching part in last 32 pixels will get zeroed.- AGA sprite's width is decided and stored when SPRxDATx is written to, if sprite FMODE is changed after SPRxDATx write, sprite width won't change on screen except in above 64 pixel wide special case. (Previously used current FMODE value)- Added vertical offset option to D3D scanlines.- 68030 MMU rejected PTEST/PMOVE with EA mode 6 and generated F-line exception.- 68030 MMU PTEST levels 1-7 does not check TTRs.- If 68030/040/060 config has data cache emulation enabled but MMU emulation is not enabled: force chip ram as non-data cacheable.- Magic mouse uncapture (uncapture when moving against window edges) now only uncaptures if no buttons are pressed. Télécharger WinUAE v4.1.0 Beta 7 (32-bit)Télécharger WinUAE v4.1.0 Beta 7 (64-bit)Site Officiel de WinUAE
12h43 - La dernière beta de WinUAE a été traduite dans la foulée en français par Tradu-France.Télécharger WinUAE v4.1.0 Beta 6 FR (32-bit)Télécharger WinUAE v4.1.0 Beta 6 FR (64-bit)Tradu-France
12h41 - Une nouvelle beta pour WinUAE a été publiée. Les améliorations sont les suivantes:- Video recording from hardware emulated graphics boards recorded only black screen.- Screenshot from hardware emulated graphics boards always captured visible output even if capture before filtering was ticked.- Filter panel (D3D) scanlines work now properly in multimonitor mode. (Previously native/RTG selection was ignored)- Taking screenshot/recording when in multithreaded RTG mode was not thread safe.- x86 bridgeboard category move broke SCSI and IDE x86 expansions. Sound Blaster and NIC was not moved.- x86 bridgeboard virtual serial mouse connected serial port was not reset at reboot.- A2386SX bridgeboard chipset EMS banking emulation was not complete, chipset native EMS driver complained about invalid hardware.- Creating state file when disk access was active and disk image included timing information (for example ipf) caused buffer overflow.- Autoload checkbox was hidden under string field in Advanced information panel.- Added untested ADKCON MSBSYNC disk synchronization mode support. Télécharger WinUAE v4.1.0 Beta 6 (32-bit)Télécharger WinUAE v4.1.0 Beta 6 (64-bit)Site Officiel de WinUAE
13h04 - L'équipe de Tradu-France a rapidement publié la traduction en français de la dernière beta de WinUAE.Télécharger WinUAE v4.1.0 Beta 5 FR (32-bit)Télécharger WinUAE v4.1.0 Beta 5 FR (64-bit)Tradu-France
13h35 - Une nouvelle beta pour cet émulateur Amiga a été publiée. Les améliorations sont les suivantes:- Search clear ("X" button) didn't store new empty search filter to registry/ini.- Delete config file confirmation message includes also name of config file.- Added history list to config file name edit box. New item is only added when emulation is started.- Reduced config file list redraw flickering when searching/filtering.- Always force 32-bit if Direct3D 11 mode. 16-bit does not seem to be fully supported, screenmode may open but then some later allocation can fail, making recovery difficult (because you can't easily find out if the problem was 16-bit or something else). RTG "Match color depth" option is now also ignored in D3D11 mode.- Added support for loading file contents to Z2/Z3 RAM boards (autoconfig or manually configured). Append offset=,fileoffset=,filesize=,file= to fastmemx_options line. Append readonly to make it ROM. Path must be escaped (\ = \\).- Moved all x86 bridgeboard-only expansions under new category "x86 bridgeboard expansions".- CD image mounting used original path, when it should have used resolved path (win32.cd_path, environmental variables, etc..) (401b4) Télécharger WinUAE v4.1.0 Beta 5 (32-bit)Télécharger WinUAE v4.1.0 Beta 5 (64-bit)Site Officiel de WinUAE
13h16 - L'équipe de Tradu-France a publié la traduction en français de la dernière beta de WinUAE.Télécharger WinUAE v4.1.0 Beta 4 FR (32-bit)Télécharger WinUAE v4.1.0 Beta 4 FR (64-bit)Tradu-France
17h00 - Une nouvelle beta de cet émulateur Amiga pour Windows a été publiée. Voici la liste des nouveautés:- Horizontal mid-screen resolution changes (Disposable Hero title screen, Runaway / AD 2000 second disk first part) broke when subpixel support was added.- Filter GUI masks/overlay selection menu was unnecessarily cleared and filled each time option was changed.- 53C80 SCSI bus reset didn't disconnect active SCSI devices.- 53C400 compatibility fixes (RT1000B)- Added x86 bridgeboard compatible 8-bit SCSI adapter: Rancho Technology RT1000B.- 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.- Added quick search text box to Configurations panel. Searches from config file name, description and new tags config entry (config_tags=).- Added quick directory select to Configurations panel. Filters by directory or category. Category is new config entry (config_category=).- Moved Link and autoload options under Advanced information. Added Category and Tags fields.- Ignore Huawei mobile USB sticks that have fake CD mode, they hang if SPTI SCSI read is attempted. Télécharger WinUAE v4.1.0 Beta 4 (32-bit)Télécharger WinUAE v4.1.0 Beta 4 (64-bit)Site Officiel de WinUAE
12h53 - La dernière beta de WinUAE est désormais disponible en français grâce à Tradu-France.Télécharger WinUAE v4.1.0 Beta 3 FR (32-bit)Télécharger WinUAE v4.1.0 Beta 3 FR (64-bit)Tradu-France
14h41 - Une nouvelle beta de cet émulateur Amiga pour Windows a été publiée. Les améliorations sont les suivantes:- Some CHD CD files returned incorrect data.- AccessX second IDE port support added.- Added v3.4 Multi Evolution ROM (Later Off Limits variant with different boot screen). Note that Off Limits variant has Fast RAM SIMM sockets which are not autoconfig and will crash the system if system has another Z2 board (even if Multi Evolution board has no RAM). Boot ROM RAM detection does not check if RAM for example is located in CPU socket installed accelerator.- CD audio handling improved, now each unit has own state variables. Multiple CD drives can now play CD audio simultaneously without corrupting each others state.- Fixed crash if more than 1 non-Paula audio stream was active. (emulated sound cards, also CD audio if "include" option ticked)- Fixed corrupted doublescan modes (b1) Télécharger WinUAE v4.1.0 Beta 3 (32-bit)Télécharger WinUAE v4.1.0 Beta 3 (64-bit)Site Officiel de WinUAE
12h55 - La version traduite en français de la dernière beta de WinUAE est déjà disponible grâce à Tradu-France.Télécharger WinUAE v4.1.0 Beta 2 FR (32-bit)Télécharger WinUAE v4.1.0 Beta 2 FR (64-bit)Tradu-France
12h51 - Une nouvelle beta a été publiée pour cet émulateur Amiga. Les améliorations sont les suivantes:- NE2000 PCMCIA and NE2000 bridgeboard didn't support custom MAC and network mode selection (slirp with open ports or pcap mode).- XT IDE fixed (b1). Also XT IDE previously generated useless Amiga-side interrupts.- If config had KS ROM path/file that didn't exist, path was replaced with useless ../system/rom/kick.rom path.- Bridgeboard CPU speed adjustment setting (CPU panel) is now activated when BIOS does first video register write. Early BIOS diagnostics tests can fail if CPU is too fast.- Bridgeboard CGA graphics mode without VGA board had corrupted graphics, special graphics mode memory access was not implemented.- Added AccessX/Acetec 500 IDE emulation.AccessX 500:- Usual simple PIO IDE controller.- ROM has address and data lines swapped (probably to make PCB design simpler, I don't think it was meant for protection because ROM is visible in Amiga address space)- Uses interrupt level 6. This is first emulated IDE controller that didn't use level 2!- "harddisk1.device (AccessX Device Driver 41.30)"- v2.1 ROM added, in scrambled and descrambled format. Both are supported.- Supports custom filesystems. Télécharger WinUAE v4.1.0 Beta 2 (32-bit)Télécharger WinUAE v4.1.0 Beta 2 (64-bit)Site Officiel de WinUAE
13h11 - La traduction en français de la dernière version de WinUAE est déjà disponible.Télécharger WinUAE v4.1.0 Beta 1 FR (32-bit)Télécharger WinUAE v4.1.0 Beta 1 FR (64-bit)Tradu-France
13h08 - Après quelques jours de torpeur estivale, l'actualité reprend vie avec la publication d'une nouvelle série de beta pour WinUAE avec sa liste de changements généreuse:- Full sub pixel accurate display emulation. AGA hires/shres BPLCON1 resolution is now fully supported, in all modes. Option in Chipset panel, not enabled by default. It is rarely needed and requires much more CPU power.- Previously unemulated DIWHIGH H0/H1 AGA-only bits emulated. Does not require subpixel emulation mode.- Emulated AGA borderblank undocumented feature: borderblank activates and deactivates horizontally 1 hires pixel later than on OCS/ECS. Only emulated if subpixel mode is enabled.- Simple subpixel emulation mode (which only works if both odd and even playfield have same shift value) hires/shres resolution left border may have had wider than normal pixels in first visible pixel column.- Added second fire button keys to built-in keyboard layout info strings.- 68020 + memory cycle exact hung the emulator in some very tiny loops.- Some programs caused continuous flood of "blitter is active, forcing immediate finish" log messages.- Softfloat mode 68040/68060 nonmaskable FPU exceptions should be also disabled if Unimplemented FPU emu is ticked. It confuses 68040/68060.library FPU emulation.- Blitter statesave with blitter active: log window opened and listed few lines of blitter debug information.- CTRL+F11 quit ignored new "Warn when attempting to close window" option.- Added new misc option which captures mouse immediately when windowed/full-window winuae window is activated.- Added A4091 v40.4 and v40.9 to ROM scanner. v40.4 is most likely pre-release/beta version (but was dumped from working card), has serial debug logging and device name is "ncr.device", not "scsi.device".- Fixed typo in NCR53C710 emulation (wrong bit), fixes A4091 v40.4 ROM boot hang.- uaehf.device HD_SCSICMD didn't set scsi_SenseActual. Also set io_Actual=30 (=sizeof(struct SCSICmd))- Allow also read commands (previously only metadata commands like INQUIRY were allowed) when accessing partition HDF via uaehf.device HD_SCSICMD.- 53F94 emulation zeroed DMA transfer register at the end of transfer but it should be decreased by number of actually DMA transferred bytes (transfer won't necessarily complete fully). Fixes Blizzard 53F94 based SCSI controllers returning too large HD_SCSICMD scsi_Actual value after executing SCSI command that can return less than requested number of bytes.- Fixed multimonitor mode mouse losing mouse capture at startup or mouse becoming unusable when first multimonitor window opened. Mainly x86 bridgeboard VGA related.- Display port adapters that needed genlock data didn't work correctly since 4.0.0.- Display port adapters didn't work in multimonitor mode. (I think they did work in some early 4.0.0 beta but got broken before final)- "Warn when attempting to close window" option now works on the fly.- Added CSA Twelwe Gauge emulation (partial, jumpers not yet supported)- Added history list to statefile path string box.PC Bridgeboard emulation rewrite (http://eab.abime.net/showthread.php?t=93726):- Replaced DOSBox and Fake86 x86 emulators with PCem emulator core. CPU, interrupt controllers (PIC), timers (PIT), DMA controller and IO and memory mapping. PCem emulates specific PC models in hardware level, DOSbox emulates sort of "generic" PC with generic BIOS which required too many hacks and had compatibility problems.- DOS extenders, Windows 3.x enhanced mode and Windows 95 confirmed working.- Floppy controller is still using my own implementation.- (S)VGA, XTIDE, NE2000 expansions supported like previously.- Added CL-GD542x linear frame buffer support.- Optional CL-GD5429 SVGA chipset. 2M VRAM support and blitter which may be useful under Windows. Previous 5426 is still the default.- A2386SX VLSI chipset memory mapping features implemented (ROM shadowing, EMS pages).- CPU panel x86 speed setting supported. "Max" option is gone because PCem emulates specific CPU frequency rate.- FPU is not available, PCem does not seem to have FPU emulation, at least for pre-486 CPUs.- Bridgeboard shared IO regions are now dynamically changed, same with mono/color vs VGA IO regions. Affects A2088+ only. Sidecar uses jumpers.- PC Speaker (enable in bridgeboard settings) and Sound Blaster (various models) emulation added from PCem. Note that SB expansion GUI configuration does not do any SB model specific filtering.- PC compatible mouse emulation, under Expansion/Custom expansions. Simple config: select which Amiga port gets routed to emulated ISA serial card. Serial (COM1), PS/2 and PS/2 Intellimouse supported. Last two aren't really possible in real world but it was easy to support in emulation (and may not work in emulation either). Implemented because bridgeboard AMOUSE is not Windows 95 compatible.- Removed AT IDE Secondary, A2286 and A2386SX BIOS only supports primary IDE.CSA Twelwe Gauge:- A1200 68030 accelerator.- v1.0 ROM (does newer ones exist?) is not KS 3.1 compatible. (KS 3.1 adds $08000000 RAM automatically, then CSA boot ROM does the same..)- 5380 based PIO SCSI controller.- "CSA Twelve Gauge(TM)/CSA1250(TM);P/N 22162A1000;Date: 93.JUN.25;Computer System Associates, Inc. (C)1993. All Rights Reserved" Télécharger WinUAE v4.1.0 Beta 1 (32-bit)Télécharger WinUAE v4.1.0 Beta 1 (64-bit)Site Officiel de WinUAE