The Amiga was ahead of its time in ways that still impress. Released by Commodore in 1985, the Amiga 500 delivered hardware-accelerated graphics and stereo sound years before mainstream PCs could match it — and the game library that grew up around it remains remarkable. Lemmings launched on Amiga. So did the first Monkey Island, Sensible Soccer, Speedball 2, Shadow of the Beast, Alien Breed, and hundreds of other titles that defined the era.
Most of that library has never been re-released. No Steam port, no GOG listing, no backward-compatible hardware. Emulation — specifically WinUAE, the world's most accurate Amiga emulator — is how you play these games in 2026.
This guide covers everything from acquiring legal ROM files to launching your first game.
What You Need Before You Start
Amiga emulation has one more prerequisite than most retro systems: Kickstart ROMs. These are firmware files that were stored in physical ROM chips inside every Amiga. Without them, no Amiga emulator can start. Unlike most system BIOSes, Commodore's successor company Cloanto still holds the rights to Kickstart, so these files aren't freely distributed.
Your three legal options:
| Option | Cost | What you get |
|---|---|---|
| Amiga Forever (Cloanto) | $29.95 (Plus) | All Kickstart ROMs for every Amiga model, curated game collection, FS-UAE pre-configured |
| Dump your own ROMs | Free (if you own Amiga hardware) | Legal copy from your physical machine via a Kickstart transfer tool |
| AmigaOS 3.2 (Hyperion) | €14.95 | Modern legal AmigaOS — includes 3.2 Kickstart; older games may need older Kickstart |
Amiga Forever is the easiest and most complete path for most users. It's the recommended starting point.
You'll also need game files. These come in two formats:
- ADF (Amiga Disk Format) — images of floppy disks, the standard for older titles
- WHDLoad — a patching system that installs Amiga games to a virtual hard drive, eliminating disk-swapping and often fixing bugs; works best in WinUAE with a full AmigaOS installation
Which Emulator Should You Use?
| Emulator | Platform | Best for |
|---|---|---|
| WinUAE | Windows | Maximum accuracy and compatibility; serious retro users |
| FS-UAE | Windows / macOS / Linux | Cross-platform, easier configuration, built-in game database |
| RetroArch (PUAE core) | All platforms | Quick play via ADF files; less accurate, limited WHDLoad support |
| Amiberry | Linux / Raspberry Pi | Optimized for ARM hardware; best option for Pi 5 |
Most users should start with WinUAE on Windows or FS-UAE on macOS/Linux.
Option 1: WinUAE (Windows, Recommended)
WinUAE is maintained by Toni Wilen and has been the gold-standard Amiga emulator since the 1990s. It supports every Amiga model from the original A1000 to the A4000, cycle-exact CPU timing, and virtually every hardware expansion card ever made.
Download and Install
- Go to winuae.net and download the latest stable release (64-bit installer for most users).
- Run the installer — no configuration needed at this step.
- Launch WinUAE. It will open to the Quickstart tab.
Configure Kickstart ROMs
- In WinUAE, go to Paths in the left panel.
- Set ROM path to the folder where you saved your Kickstart ROM files.
- WinUAE will automatically detect and catalog them.
Which Kickstart version?
- Kickstart 1.3 (A500) — required for many classic Amiga 500 games from the 1987–1991 era
- Kickstart 2.04 (A600/A3000) — better memory handling, some games require it
- Kickstart 3.1 (A1200/A4000) — the most compatible for WHDLoad and AGA (32-color) games
- Kickstart 3.2 — the current legal release from Hyperion; maximum compatibility with modern AmigaOS software
Most users should use Kickstart 3.1 for games.
Set Up for ADF Game Files (Floppy Images)
- Go to the Quickstart tab.
- Select A500 as the Amiga model (correct for most pre-1992 games).
- Set chipset to OCS and memory to standard (512 KB Chip + 512 KB Slow) for maximum compatibility with classic titles.
- Switch to the Floppies tab. Under DF0:, click the folder icon and select your
.adffile. - If the game spans multiple disks, load them into DF1: (or swap DF0: when prompted).
- Click Start and the emulated Amiga will boot from your disk image.
Tip: Many games boot directly from the floppy without going through Workbench (the Amiga's desktop). If you see a hand cursor or a static screen, that's normal — wait a moment and the game will load.
Set Up for WHDLoad (Hard Drive Installation)
WHDLoad is the preferred way to play most Amiga games in 2026. It installs games to a virtual hard drive, removes copy protection, and adds quality-of-life features like save states, quit keys, and memory fixes.
- Download WHDLoad from whdload.de — the base installer is free.
- Create a folder on your PC to serve as a virtual Amiga hard drive (e.g.,
C:\AmigaHD\). - In WinUAE, go to the Quickstart tab and select A1200 as the model for AGA games, or A500 for older OCS titles.
- Go to CD & Hard drives → Add Directory or Archive. Point it to your
AmigaHDfolder and give it the volume nameDH0. Set it as bootable. - Install AmigaOS 3.1 or 3.2 into that folder — this is typically done by running the AmigaOS installer from within WinUAE itself (requires AmigaOS install ADF files, included with Amiga Forever).
- Once AmigaOS is installed, place WHDLoad game archives into a
Games/subdirectory inside your AmigaHD folder. - Boot into Workbench, navigate to the game folder, and double-click the
.slavefile to launch via WHDLoad.
This setup takes 30–60 minutes to do right the first time, but the result is a clean, stable Amiga environment that launches any compatible game in seconds.
Key WinUAE Settings to Know
| Setting | Where | Recommended |
|---|---|---|
| CPU speed | CPU and FPU | Match hardware (A500 = 68000, A1200 = 68020/68030) |
| JIT Compiler | CPU and FPU | Enable for A1200+ for better performance |
| Line doubling | Display | On — fixes flickering in many games |
| Scaling | Display | Automatic integer scaling for crisp pixels |
| Scanlines | Display | Optional CRT effect |
| Sound output | Sound | Paula 14-bit stereo; enable audio filter for authentic sound |
| Gamepad | Input | Add a generic gamepad under Input; Amiga used a 1-button joystick (map button 0 to fire) |
Option 2: FS-UAE (Windows / macOS / Linux)
FS-UAE wraps the same UAE core as WinUAE in a cleaner cross-platform interface. It integrates with the FS-UAE Game Center, which includes a game database — you can point it at your WHDLoad library and it will automatically configure each game's requirements.
Setup
- Download from fs-uae.net. Install FS-UAE Launcher as well.
- Launch FS-UAE Launcher — it will guide you through ROM setup.
- Point the launcher to your Kickstart ROM folder and your game folder.
- Open FS-UAE Game Database and search for titles — click to auto-configure and launch.
FS-UAE is the better choice on macOS and Linux, where WinUAE's Windows-specific features don't matter. On Windows it's slightly easier to get started than WinUAE, but WinUAE offers more control.
Option 3: RetroArch (PUAE Core)
For quick, casual Amiga play without the configuration overhead:
- Open RetroArch, go to Online Updater → Core Downloader.
- Search for and install the PUAE core.
- Go to Load Content, navigate to your
.adffile, and select the PUAE core.
PUAE handles most OCS Amiga 500 games reasonably well. It's less accurate than WinUAE/FS-UAE and WHDLoad support is limited, but it's the fastest way to test a game.
Best Amiga Games to Emulate in 2026
The Amiga library is enormous. These are the titles that hold up best and showcase what the platform did uniquely:
Platformers & Action
| Game | Year | Notes |
|---|---|---|
| Shadow of the Beast | 1989 | Hardware scrolling showpiece; beautiful for the era |
| Turrican II | 1991 | One of the best action-platformers ever made |
| Superfrog | 1993 | Team17's mascot platformer; excellent AGA version |
| Zool | 1992 | The Amiga's answer to Sonic |
| Kid Chaos | 1994 | Late-era AGA gem, rarely discussed |
Strategy & Simulation
| Game | Year | Notes |
|---|---|---|
| Sensible Soccer | 1992 | The definitive football game of the era; still plays brilliantly |
| Theme Park | 1994 | Amiga version predates the PC/console ports |
| Civilization | 1991 | Amiga port is excellent; the Amiga was the original Civ platform |
| UFO: Enemy Unknown | 1994 | X-COM's original; runs well in WinUAE |
| Syndicate | 1993 | Isometric cyberpunk classic |
RPGs & Adventures
| Game | Year | Notes |
|---|---|---|
| The Secret of Monkey Island | 1990 | The definitive 1990 version with AdLib-quality sound |
| Monkey Island 2: LeChuck's Revenge | 1991 | Generally considered better than its PC counterpart at release |
| Dungeon Master | 1987 | The real-time dungeon crawl that influenced everything |
| Chaos Engine | 1993 | Bitmap Brothers' co-op top-down shooter/RPG |
| Perihelion | 1993 | Underrated sci-fi RPG worth discovering |
Sports & Racing
| Game | Year | Notes |
|---|---|---|
| Speedball 2: Brutal Deluxe | 1990 | Futuristic sports action, one of the best Amiga games |
| Kick Off 2 | 1990 | Speedball's rival on the football pitch |
| Microprose Formula One Grand Prix | 1991 | Landmark F1 sim that defined the genre |
Shooters & Arcade
| Game | Year | Notes |
|---|---|---|
| Xenon 2: Megablast | 1989 | Classic vertical scroller with a famous Bomb the Bass soundtrack |
| Alien Breed | 1991 | Team17's top-down sci-fi shooter; spawned a trilogy |
| Lemmings | 1991 | The original and best; invented the puzzle genre |
| Alien Breed Tower Assault | 1994 | AGA-enhanced sequel with more content |
AGA-Exclusive (A1200/A4000)
These games require the A1200 or A4000 configuration and don't run on the OCS A500:
- Beneath a Steel Sky (1994) — adventure game, also on PC but Amiga version is excellent
- Gloom (1995) — Doom clone for Amiga; surprisingly capable
- Fears (1995) — another AGA first-person shooter
- Guardian (1994) — Defender-style space game with AGA visuals
Troubleshooting
| Problem | Cause | Fix |
|---|---|---|
| "Kickstart ROM not found" | ROM path not set or wrong file | Set Paths → ROM path; ensure filename matches expected (e.g., kick13.rom) |
| Black screen after boot | Wrong Kickstart version for this game | Switch Kickstart — try 1.3 for old games, 3.1 for newer ones |
| Game crashes after intro | Copy protection | Use WHDLoad version of the game instead of raw ADF |
| "Insert disk 2" never clears | DF1 not loaded | Load the next disk image into DF1: before clicking OK |
| Choppy audio | CPU too slow | Enable JIT compiler; or lower emulation accuracy under CPU settings |
| Screen too dark / washed out | Display calibration | Adjust gamma in Display settings; try enabling line doubling |
| Joystick not responding | Input mapping | Go to Input → Port 0, map to your gamepad's left analog/D-pad and button 0 |
| WHDLoad game crashes at launch | Missing library or chip RAM | Increase chip RAM to 2MB in WinUAE memory settings |
| Game runs too fast | No CPU throttle | Enable "Match original speed" in CPU settings |
| AGA game shows wrong colors on A500 | Model mismatch | Switch Quickstart to A1200 for AGA games |
Frequently Asked Questions
Is emulating Amiga games legal? The emulator software (WinUAE, FS-UAE) is free and open-source — fully legal. Kickstart ROMs are still commercially licensed; acquiring them via Amiga Forever or dumping from hardware you own is the legal path. Game ADF/WHDLoad files: you're in the same legal gray zone as all retro game ROMs. If you own the original floppy disk, making a personal digital backup is considered fair use in most jurisdictions.
What Amiga model should I emulate for most games? Start with A500 + OCS + Kickstart 1.3 for games from 1987–1992 (the majority of the classic library). Switch to A1200 + AGA + Kickstart 3.1 for games from 1993–1996 that require AGA.
Do I need a real joystick? The original Amiga used a 1-button Atari-standard joystick (DB9 connector). Any modern gamepad works fine in WinUAE — map the d-pad or analog stick to the joystick and any button to "fire." Some games also support 2-button joysticks. A USB Speedlink Competition Pro or 8BitDo SN30 Pro are popular choices.
What's WHDLoad and do I need it? WHDLoad is a system that patches Amiga games to run from a hard drive rather than floppy disks. Most games have WHDLoad versions available. Advantages: no disk swapping, save states, bug fixes, quit keys. Disadvantages: requires a full AmigaOS installation in WinUAE. For casual players, raw ADF files are simpler. For a long-term setup, WHDLoad is far more convenient.
Can I play Amiga games on macOS? Yes — FS-UAE supports macOS natively, including Apple Silicon. Performance is excellent on M-series chips. Go to fs-uae.net and download the macOS package.
What's the difference between OCS, ECS, and AGA? These are chip generations. OCS (Original Chip Set) was in the A500/A1000; ECS (Enhanced Chip Set) added some improvements in the A500+/A600/A3000; AGA (Advanced Graphics Architecture) was in the A1200/A4000 and supported 256 colors. Most games target OCS/ECS. Games specifically labeled "AGA" require the A1200 configuration.
Is there an online game database for Amiga WHDLoad games? Yes — whdload.de lists every available game slave file. The EAB (English Amiga Board) forums and the ADF section of various archive sites maintain large collections. Amiga Forever includes a curated library.
Can the Amiga emulate CD-ROM games? Yes — the Amiga CDTV and CD32 were CD-ROM add-ons/consoles. WinUAE can emulate both. You'll need the CDTV or CD32 Kickstart ROMs and the CD image in CUE/BIN or ISO format. The CD32 library is notable for its own exclusive titles.
Quick Reference
| Task | Tool | File format |
|---|---|---|
| Play classic A500 games | WinUAE (A500 mode) | .adf |
| Play AGA A1200 games | WinUAE (A1200 mode) | .adf / WHDLoad |
| Cross-platform setup | FS-UAE | .adf / WHDLoad |
| Quick test on any platform | RetroArch PUAE core | .adf |
| Raspberry Pi Amiga | Amiberry | .adf / WHDLoad |
| CD32 / CDTV games | WinUAE (CD32 mode) | .iso / .bin+.cue |
Related Guides on EmuDesk
- Best Retro Computer Games to Emulate on PC (2026)
- RetroArch Setup Guide: Every Core Explained
- How to Dump ROM Files Legally
- Best Arcade Games to Emulate with MAME
- Sega Saturn Emulation Guide (Beetle Saturn / Mednafen)