commit 063dde469250fb8029100d93f22288b79bc8fd67
parent 0072aabffe921eb665f96253c563ae06912392a1
Author: Jaen <jaen@saul.ee>
Date: Tue, 18 Aug 2015 12:14:55 +0300
Change PCE link
The original link pointed to the ANSI C version (which made no mention of how to run it in JavaScript), change it to the JavaScript port.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -81,7 +81,7 @@ Lastly, if you are into JavaScript, you might enjoy [Echo JS](http://www.echojs.
## Multi-system Emulators
- [JSMESS](http://jsmess.textfiles.com) - The JavaScript MESS (Multi Emulator Super System) ([Source](https://github.com/jsmess/jsmess))
-- [PCE](http://www.hampa.ch/pce/) - PC emulators in JavaScript (Atari ST, IBM PC 5150, Macintosh, RC759 Piccoline)
+- [PCE](https://github.com/jsdf/pce) - PC emulators in JavaScript (Atari ST, IBM PC 5150, Macintosh, RC759 Piccoline)
- [RetroArch](http://toadking.com/retroarch/) - JavaScript port of RetroArch (bundles Gambatte (Gameboy), Genesis Plus GX, Handy (Lynx), Snes9x Next, VBA Next (GameBoy Advance), Tyrquake and FinalBurn Alpha)
## Miscellaneous