From 64e7c9724f40e2e23ac3048eccc4a499834f0f5d Mon Sep 17 00:00:00 2001 From: dborth Date: Sun, 26 Jun 2016 18:28:35 -0600 Subject: [PATCH] Initial Home page --- Home.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..e0b38c0 --- /dev/null +++ b/Home.md @@ -0,0 +1,23 @@ +A Game Boy/Game Boy Color/Game Boy Advance emulator based on VBA-M, ported to the Wii and GameCube. The code is a continuation of Softdev and emu\_kidid's efforts, and uses libogc and devkitppc. 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 + * SRAM and State saving + * IPS/UPS/PPF patch support + * Custom controller configurations + * SD, USB, DVD, SMB, Zip, and 7z support + * Compatibility based on [VBA-M r927](http://sourceforge.net/projects/vbam/) + * MEM2 ROM Storage for fast access + * Auto frame skip for those core heavy games + * Turbo speed, video zooming, widescreen, and unfiltered video options + +## Getting Started ## + +Download the latest version, or choose from previous available versions on the [releases page](https://github.com/dborth/vbagx/releases). +Find out how to install and run the emulator on the [Getting Started](https://github.com/dborth/vbagx/wiki/GettingStarted) page. +You can also [checkout](https://github.com/dborth/vbagx) the latest revision and [compile](https://github.com/dborth/vbagx/wiki/Compiling) it yourself.