2021-03-22 17:31:20 +02:00
2020-10-31 13:05:26 +02:00
2020-07-29 16:12:02 +03:00
2021-01-09 17:02:15 +02:00
2020-12-21 21:43:37 +02:00
2021-01-02 16:49:55 +02:00
2017-04-16 22:13:30 +03:00
2020-05-04 18:29:28 +03:00
2020-11-08 20:22:56 +02:00
2015-08-12 20:21:24 +03:00
2020-12-21 21:25:10 +02:00
2021-02-20 18:16:39 +02:00
2020-10-31 13:01:48 +02:00
2019-08-07 20:41:04 +03:00
2020-11-22 17:37:03 +02:00
2015-09-10 18:43:35 +03:00
2018-04-18 21:21:29 +03:00
2020-10-31 13:01:48 +02:00
2021-02-20 19:00:04 +02:00
2020-07-29 16:12:02 +03:00
2015-09-04 22:36:11 +02:00
2021-02-20 19:00:04 +02:00
2021-01-23 16:05:07 +02:00
2020-11-22 17:37:03 +02:00
2020-10-31 13:01:48 +02:00
2021-02-20 19:00:04 +02:00
2019-09-24 16:35:44 +03:00
2021-01-09 17:07:28 +02:00
2020-10-31 13:05:26 +02:00
2018-08-19 18:42:40 +03:00
2020-11-22 17:37:03 +02:00
2018-04-21 13:43:54 +03:00
2020-05-02 20:04:06 +03:00
2020-05-02 20:04:41 +03:00
2016-01-31 15:52:27 +02:00
2020-10-31 13:01:48 +02:00
2017-12-02 18:39:48 +02:00
2021-01-23 16:05:07 +02:00
2020-11-22 17:37:03 +02:00
2017-05-07 16:59:32 +03:00
2021-02-20 18:19:12 +02:00
2020-05-02 21:46:08 +03:00
2020-11-22 17:37:03 +02:00
2021-02-20 18:16:39 +02:00
2021-02-20 18:16:39 +02:00
2017-11-19 17:03:00 +02:00
2020-02-15 10:32:16 +02:00
2015-09-05 10:44:57 +02:00
2020-10-31 13:01:48 +02:00
2021-01-23 16:05:07 +02:00
2020-10-31 13:01:48 +02:00
2021-01-23 16:05:07 +02:00
2021-01-23 14:30:17 +02:00
2021-03-22 17:31:20 +02:00
2018-03-05 21:25:01 +02:00
2015-09-04 22:36:11 +02:00
2020-10-31 13:01:48 +02:00
2021-01-09 16:58:48 +02:00
2017-08-13 18:52:15 +03:00
2017-08-13 18:52:15 +03:00
2021-01-02 16:49:55 +02:00
2020-07-27 19:56:31 +03:00
2020-10-02 20:20:45 +03:00
2017-12-02 18:47:32 +02:00
2018-03-05 21:25:01 +02:00
2020-10-31 13:01:48 +02:00
2016-02-07 15:44:13 +02:00
2016-08-04 23:01:28 +03:00
2020-12-21 21:23:51 +02: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%