WinUAE icon indicating copy to clipboard operation
WinUAE copied to clipboard

WinUAE Amiga emulator

Results 78 WinUAE issues
Sort by recently updated
recently updated
newest added

Hi there. This is about a bug in SAE which is also present in UAE (disk.cpp). In SAE, it's in function floppy_get_rootblock(dst, block, label, type): if (type == SAEC_Disk_Create_Type_35_DD) dst[512...

Hi Tonioni.... I found a little graphic bug in Winuae. I didn't know what exactly the problem is. When i start the Matrix Screensaver in the WBstartup the screen of...

Hi Can you pls add the Walker 3.2 Kickstart Rom (Cloanto) in the rommgr.cpp? Winuae does not list it when the rom is in the Rompath. The CRC 32 and...

Hi, Are there any plans to merge WinUAE and fs-uae into single repository? Or at least unify emulation core? For example, make some "libuae", which can be reused by both...

Hi. I dont understand what i must do to get the CDRom LED working. I tried to mount an ISO, also select Auto detect etc. I tried to create a...

I've bought a speedlink Rocketeer Joystick recently and tried using it with WinUAE. Unfortunately, no matter how i tried reconfiguring it, it only allowed me to move left and up...

I'm using AmiKit with WinUAE. I have installed ReSource 6.06. But, after launching it, I'm getting such screen: ![2016-05-16_124659](https://cloud.githubusercontent.com/assets/7189309/15286209/4f31cd54-1b64-11e6-848e-80c7fd0a69b3.png) What should I check for, to launch it normally?

``` case 'z': skipaddr_start = nextpc; skipaddr_doskip = 1; do_skip = 1; exception_debugging = 1; return true; ``` in case of branches, or returns skipaddr_start will point at the next...

Sorry, I might be wrong about this but the block array in function "archive_directory_tar" does not necessarily contain a null byte after reading contents from a file. Therefore the call...

I suggest creating a little README.md text file about compiling the source code: what libs are needed, how to prepare compiling environment etc., because currently provided .sln files for VS...