From 9358488a8a05a40a44412cf229f1aa00be3bd030 Mon Sep 17 00:00:00 2001 From: dborth Date: Sun, 26 Jun 2016 18:20:14 -0600 Subject: [PATCH] Initial Home page --- Home.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..9e0c91c --- /dev/null +++ b/Home.md @@ -0,0 +1,24 @@ +FCE Ultra GX is an NES emulator based on [FCEUX](http://www.fceux.com). With it you can play NES games on your Wii/GameCube. The GUI is powered by [libwiigui](https://github.com/dborth/libwiigui/). + + If you would like to support this project, you may donate to our development fund via Paypal. Any funds donated will be used to help further development on this project, by purchasing equipment (eg: USB gecko), registering a domain name, etc. + + +We are always looking for more volunteers to help with coding, write documentation, translations, or anything. Contact us if you wish to help. + +## Features ## + * Wiimote, Nunchuk, Classic, and Gamecube controller support + * iNES, FDS, VS, UNIF, and NSF ROM support + * 1-4 Player support + * Zapper support + * RAM / State saving support + * Custom controller configurations + * SD, USB, DVD, SMB, Zip, and 7z support + * Cheat support (.CHT files) + * IPS/UPS/PPF automatic patching support + * NES Compatibility Based on FCEUX 2.2.0+ (rev 2818) + +## Getting Started ## + +Download the latest version (available on the right), or choose from previous available versions on the download page. +Find out how to install and run the emulator on the [Getting Started](https://github.com/dborth/fceugx/wiki/GettingStarted) page. +You can also [checkout](https://github.com/dborth/fceugx/) the latest revision and [compile](https://github.com/dborth/fceugx/wiki/Compiling) it yourself.