2022-12-03 14:24:36 +02:00
2022-10-23 20:43:41 +03:00
2022-09-25 07:23:01 +02:00
2021-10-14 18:51:20 +03:00
2022-12-03 14:18:47 +02:00
2022-10-23 20:40:04 +03:00
2022-10-23 20:40:04 +03:00
2022-01-14 15:32:07 +01:00
2022-11-06 18:53:41 +02:00
2022-11-28 19:14:32 +02:00
2022-08-18 21:09:15 +03:00
2022-04-28 21:34:35 +03:00
2022-10-23 20:40:04 +03:00
2022-04-29 21:01:37 +03:00
2022-11-26 19:40:57 +02:00
2022-04-29 21:01:37 +03:00
2022-04-29 21:01:37 +03:00
2022-04-29 19:43:45 +03:00
2022-11-27 14:43:19 +02:00
2022-04-29 21:01:37 +03:00
2022-04-28 21:34:35 +03:00
2022-09-25 07:23:01 +02:00
2022-11-26 19:49:38 +02:00
2022-12-03 14:18:47 +02:00
2022-04-28 21:34:35 +03:00
2022-11-20 13:48:19 +02:00
2022-11-26 19:53:01 +02:00
2022-04-28 21:34:35 +03:00
2022-04-29 19:43:45 +03:00
2022-04-29 21:01:37 +03:00
2022-04-28 21:34:35 +03:00
2022-11-28 19:14:32 +02:00
2022-04-28 21:34:35 +03:00
2021-11-14 13:46:38 +02:00
2022-04-28 21:34:35 +03:00
2022-04-29 21:01:37 +03:00
2022-04-28 21:34:35 +03:00
2022-11-19 19:48:51 +02:00
2022-04-29 19:43:45 +03:00
2022-04-29 21:17:21 +03:00
2022-11-28 19:15:23 +02:00
2022-10-03 20:33:50 +03:00
2022-11-26 19:49:38 +02:00
2022-09-21 15:25:11 +03:00
2022-04-29 21:01:37 +03:00
2022-09-21 15:25:11 +03:00
2022-04-29 21:01:37 +03:00
2022-10-23 20:40:04 +03:00
2022-04-29 21:01:37 +03:00
2022-11-26 19:46:47 +02:00
2022-10-23 20:40:04 +03:00
2022-04-29 21:17:21 +03:00
2021-10-23 20:03:22 +03:00
2022-04-28 21:34:35 +03:00
2022-09-21 15:25:11 +03:00
2021-03-22 17:31:20 +02:00
2022-10-08 15:24:32 +03:00
2022-04-29 21:01:37 +03:00
2022-04-28 21:34:35 +03:00
2021-01-09 16:58:48 +02:00
2022-04-29 21:01:37 +03:00
2022-10-23 20:40:04 +03:00
2022-06-18 22:23:39 +03:00
2022-10-08 15:24:32 +03:00
2022-09-21 15:25:11 +03:00
2020-10-31 13:01:48 +02:00
2022-04-28 21:34:35 +03:00
2022-05-01 18:00:42 +03:00
2022-04-30 17:32:14 +03:00
2022-10-23 20:40:04 +03:00

WinUAE

  1. Requirements: Windows 7 32-bit/64-bit or newer.

  2. Visual Studio 2017 Community with the following feature: "Desktop Development with C++" with follow option: -"Support Windows XP for C++" -"Windows 8.1 SDK UCRT SDK" -"Windows 10 SDK 10.0.17763.0"

  3. Download and Install the Windows Driver Kit (WDK). 16299 (1709) or newer.

    Download Link -> https://docs.microsoft.com/en-us/windows-hardware/drivers/other-wdk-downloads

  4. Download the zip packages include and lib "winuaeinclibs.zip" and create the directory "c:\dev" and extract all. When finished you have "c:\dev\include" and "c:\dev\lib"

    Download Link -> https://download.abime.net/winuae/files/b/winuaeinclibs.zip

  5. Download WinUAE source packages and extract all (anywhere you want).

    Download Link -> https://github.com/tonioni/WinUAE/archive/.zip or (preferably) use git client.

  6. Download the zip package aros.rom.cpp.zip and extract into WinUAE source directory.

    Download Link -> https://download.abime.net/winuae/files/b/aros.rom.cpp.zip

  7. Download and Install Nasm (Assembler Compiler) and put it in PATH

    https://www.nasm.us/

  8. In Visual Studio click on "File"->"Open"->"Project/Solution" select the folder \od-win32\winuae_msvc15\winuae_msvc.sln (Ignore error message "Unsupported" and click ok)

  9. In The solution 'winuae_msvc' you can unload or delete the following projects (and all others not needed in step 12): -uaeunp -consolewrapper -decompess -fdrawcmd -ipctester -resourcedll -singlefilehelper -wix

  10. Change to 32-bit Release mode.

  11. Build following projects in following order: build68k genlinetoscr genblitter gencpu gencomp prowizard unpackers

  12. Switch to Test (debug build) or FullRelease (full optimized) and select either 32-bit or 64-bit. Compile.

Finished. In "D:\Amiga" you find winuae.exe and winuae64.exe

Description
No description provided
Readme 78 MiB
Languages
C++ 90.2%
C 8.8%
Assembly 1%