Emulation

Overview

An emulator is a virtual machine. It allows you to model the use of another computer, without actually having to have the required architecture.

Emulation allows you to, among other things, gain the benefits of debugging code natively, without actually having to. You can snapshot areas of memory, pause the machine, extract data and pass it out to your real operating system and file system, and more.

Emulators

Amiga emulation is a solved problem. While there were several emulators in development, when it became viable to develop one, now the dust has settled, UAE stands as the winner.

Tool Platform License Description
UAE Unix GPL UAE is a mostly complete software emulation of the hardware of the Commodore Amiga 500/1000/2000.
WinUAE Windows GPL Windows port of the UAE emulator

Other Information

Wiki References

External Links

Emulator - The Wikipedia entry for emulator.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License