Difference between revisions of "Roland Emulator"
From CPCWiki - THE Amstrad CPC encyclopedia!
(Description and Link added.) |
(→Web links) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [http:// | + | [http://rolandemu.de Roland] is an Open Source Amstrad CPC emulator written by [[Fred Klaus|Fred Klaus]]. |
+ | |||
+ | The emulator is avaliable for Windows, Unix/Linux. The code is a rewrite of [[CaPriCe|CaPriCe]] by [[Ulrich Doewich|Ulrich Doewich]]. A lot of new code was added as C++ classes. The same code compiles under Windows and Linux. The only dependency is libSDL.<br> | ||
+ | |||
+ | <br> | ||
+ | |||
+ | == Web links == | ||
+ | |||
+ | *[http://rolandemu.de Roland] | ||
+ | *[https://github.com/raldus/roland GitHub] | ||
+ | |||
+ | [[Category:Emulator]] |
Latest revision as of 15:09, 14 March 2017
Roland is an Open Source Amstrad CPC emulator written by Fred Klaus.
The emulator is avaliable for Windows, Unix/Linux. The code is a rewrite of CaPriCe by Ulrich Doewich. A lot of new code was added as C++ classes. The same code compiles under Windows and Linux. The only dependency is libSDL.