<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cool+Matty</id>
	<title>WebOS Internals - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cool+Matty"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Cool_Matty"/>
	<updated>2026-04-15T08:22:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:WIRC&amp;diff=9892</id>
		<title>Application:WIRC</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:WIRC&amp;diff=9892"/>
		<updated>2010-05-13T17:16:07Z</updated>

		<summary type="html">&lt;p&gt;Cool Matty: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{application&lt;br /&gt;
|name=wIRC&lt;br /&gt;
|type=webOS&lt;br /&gt;
|version=Version: Beta 0.1.0&lt;br /&gt;
|tag=Communications&lt;br /&gt;
|screenshot=Wirc.png&lt;br /&gt;
|description=}}&lt;br /&gt;
&lt;br /&gt;
== Summary == &lt;br /&gt;
{{icon|Icon_WebOSInternals_wIRC.png|float:right;}}wIRC and wIRCd (its service)&lt;br /&gt;
&lt;br /&gt;
wIRC is a Mojo IRC client. The WebOS-Internals team uses IRC as its primary communications channel, and Palm staff participate in IRC as well.  wIRC provides a way for us to stay connected to the team while away from our desktops. &lt;br /&gt;
&lt;br /&gt;
Note that wIRC is Beta 0.1.0  It is rapidly changing and subject to failure at any time. &lt;br /&gt;
&lt;br /&gt;
Do not bet your life on this stuff.  &lt;br /&gt;
&lt;br /&gt;
On the other hand, it seems to work for us. &lt;br /&gt;
&lt;br /&gt;
If you have reports about issues or bugs or wants or design please contact oil, PufftheMagic, or egaudet on freenode.net irc in the #wirc or #webos-internals channel. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
* Nick Auto Complete:&lt;br /&gt;
** After typing some of the nick, hold the gesture area, and press the orange button.&lt;br /&gt;
** If not the right nick, keep holding the gesture area, and press the orange button again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Supported Commands:&lt;br /&gt;
** /away&lt;br /&gt;
** /join, /j&lt;br /&gt;
** /kick&lt;br /&gt;
** /list (0.0.4)&lt;br /&gt;
** /me&lt;br /&gt;
** /mode&lt;br /&gt;
** /nick&lt;br /&gt;
** /part, /leave&lt;br /&gt;
** /query, /msg&lt;br /&gt;
** /quit&lt;br /&gt;
** /topic&lt;br /&gt;
** /whois (0.0.4)&lt;br /&gt;
* Unupported Commands:&lt;br /&gt;
** /ping (this was supported but since we auto-ping the server for the lag-meter allowing manual pings is pointless, '/ctcp ping' will soon be supported however)&lt;br /&gt;
&lt;br /&gt;
== Changes in 0.1.0 ==&lt;br /&gt;
* New in 0.1.0:&lt;br /&gt;
** Timestamp with Display Options&lt;br /&gt;
** Lag Meter with Options&lt;br /&gt;
** Clear Backlog Option&lt;br /&gt;
** Numerous new event handlers (particularly kick/join)&lt;br /&gt;
** /notice Support&lt;br /&gt;
 &lt;br /&gt;
* Improved in 0.1.0:&lt;br /&gt;
** Alert word improvements&lt;br /&gt;
** Split Preferences Scene&lt;br /&gt;
** Better disconnect/reconnect handling&lt;br /&gt;
** Numerous UI improvements (Updated css, new and updated icons, etc)&lt;br /&gt;
** Better network indicators&lt;br /&gt;
** Saves the realServer (for instances where irc.xyzserver.com connects you to other.xyzserver.com) &lt;br /&gt;
** QuakeNet and DALnet added to pre-defined servers.&lt;br /&gt;
** Minor rewrite&lt;br /&gt;
&lt;br /&gt;
* Fixed in 0.1.0:&lt;br /&gt;
** Fixed away/back in channel chat&lt;br /&gt;
** Theme changes affect all open wIRC cards&lt;br /&gt;
** Fixed Missing topic change notice when in a channel&lt;br /&gt;
** Fixed &amp;quot;Connected!&amp;quot; issue&lt;br /&gt;
** Max retries now functions properly&lt;br /&gt;
** Fixed occassional app close bug&lt;br /&gt;
** Better error handling&lt;br /&gt;
** Fixed broken notices&lt;br /&gt;
** Fixed disconnecting&lt;br /&gt;
 &lt;br /&gt;
* Removed in 0.1.0:&lt;br /&gt;
** /ping support&lt;br /&gt;
&lt;br /&gt;
== Debugging with luna-send ==&lt;br /&gt;
You can debug wIRCd with luna-send. In one terminal subscribe to the 'client_connect' method (by using the -i param). Every message returned by this subscription will have a 'sessionToken' which you need to use/pass to subsequent commands. Also note, spaces need to be escaped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Terminal-1 ====&lt;br /&gt;
luna-send -P -i palm://us.ryanhope.wIRCd/client_connect {\&amp;quot;server\&amp;quot;:\&amp;quot;irc.freenode.net\&amp;quot;,\&amp;quot;nick\&amp;quot;:\&amp;quot;WiZ\&amp;quot;,\&amp;quot;user\&amp;quot;:\&amp;quot;wIRCer\&amp;quot;,\&amp;quot;server_password\&amp;quot;:\&amp;quot;mypassword\&amp;quot;,\&amp;quot;port\&amp;quot;:\&amp;quot;7070\&amp;quot;,\&amp;quot;interface\&amp;quot;:\&amp;quot;ppp0\&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Terminal-2 ====&lt;br /&gt;
luna-send -P -n 1 palm://us.ryanhope.wIRCd/client_cmd_join {\&amp;quot;sessionToken\&amp;quot;:\&amp;quot;1.22.2\&amp;quot;,\&amp;quot;channel\&amp;quot;:\&amp;quot;#wirc\&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
luna-send -P -n 1 palm://us.ryanhope.wIRCd/client_cmd_msg {\&amp;quot;sessionToken\&amp;quot;:\&amp;quot;1.22.2\&amp;quot;,\&amp;quot;nch\&amp;quot;:\&amp;quot;#wirc\&amp;quot;,\&amp;quot;text\&amp;quot;:\&amp;quot;this\ is\ a\ test\ message\&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
luna-send -P -n 1 palm://us.ryanhope.wIRCd/client_cmd_me {\&amp;quot;sessionToken\&amp;quot;:\&amp;quot;1.22.2\&amp;quot;,\&amp;quot;nch\&amp;quot;:\&amp;quot;#wirc\&amp;quot;,\&amp;quot;text\&amp;quot;:\&amp;quot;is\ testing\ wIRCd\ with\ luna-send\&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Testing == &lt;br /&gt;
Come to #wirc on freenode for help, don't ask for help in #webos-internals&lt;br /&gt;
&lt;br /&gt;
Please put any random observations, requests, issues etc... on the talk page: http://www.webos-internals.org/wiki/Application_talk:WIRC&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
=== Current TODO List / Feature Requests ===&lt;br /&gt;
&lt;br /&gt;
In process of being moved to trac: [http://git.webos-internals.org/trac/wIRC]&lt;br /&gt;
Delete items that have been moved.&lt;br /&gt;
&lt;br /&gt;
==== [SERVICE &amp;amp; GUI] ====&lt;br /&gt;
* Detect when GUI has crashed/disconnected while session is active, so that session can be destroyed.  (e.g. restarting LunaSysMgr)&lt;br /&gt;
* Stagger connections to servers or increase select() timeout based on the number of servers trying to connect at once, (eg. lots of retrys from service when connecting to 8 servers at once)&lt;br /&gt;
==== [SERVICE] ====&lt;br /&gt;
* Finish code cleanup from rewrite&lt;br /&gt;
** Rethink live-or-die thread&lt;br /&gt;
*** Rethink use of mutex's... maybe a posix timer&lt;br /&gt;
*** Figure out why pthread_cancel() can cause a segfault&lt;br /&gt;
** Validate sessionToken on subscription requests&lt;br /&gt;
** Validate params for irc calls&lt;br /&gt;
==== [GUI] ====&lt;br /&gt;
===== For Future Releases =====&lt;br /&gt;
* Allow for certain message types to be omitted in server.js connectionHandler, based on preferences.  Examples are join/part messages, kick, notice, info, status, etc - each individually selectable to be omitted.&lt;br /&gt;
&lt;br /&gt;
=== Completed List ===&lt;br /&gt;
* Implement PING command (DONE [[User:PuffTheMagic|PuffTheMagic]] 07:24, 5 November 2009 (UTC))&lt;br /&gt;
* Implement AWAY command (DONE [[User:PuffTheMagic|PuffTheMagic]] 07:24, 5 November 2009 (UTC))&lt;br /&gt;
* make passing ports work (Service) (DONE [[User:PuffTheMagic|PuffTheMagic]] 18:41, 2 November 2009 (UTC))&lt;br /&gt;
* Real Name field doesnt allow spaces, fix it (DONE [[User:PuffTheMagic|PuffTheMagic]] 18:41, 2 November 2009 (UTC))&lt;br /&gt;
* channel modes in channel header (DONE [[User:PuffTheMagic|PuffTheMagic]] 15:49, 31 October 2009 (UTC))&lt;br /&gt;
* fix NOTICE messages (DONE [[User:PuffTheMagic|PuffTheMagic]] 01:17, 2 November 2009 (UTC))&lt;br /&gt;
* show nick list (DONE [[User:PuffTheMagic|PuffTheMagic]] 17:55, 1 November 2009 (UTC))&lt;br /&gt;
* querys (DONE [[User:PuffTheMagic|PuffTheMagic]] 17:55, 1 November 2009 (UTC))&lt;br /&gt;
* add &amp;quot;perform on connect&amp;quot; support (DONE --[[User:Oil|oil]] 10:01, 2 November 2009 (UTC))&lt;br /&gt;
* tab complete (DONE [[User:PuffTheMagic|PuffTheMagic]] 01:17, 2 November 2009 (UTC))&lt;br /&gt;
* auto nick hilighting (DONE [[User:PuffTheMagic|PuffTheMagic]] 16:35, 2 November 2009 (UTC))&lt;br /&gt;
* add support for numbers and hyphens in nicks (DONE [[User:PuffTheMagic|PuffTheMagic]] 14:35, 1 November 2009 (UTC))&lt;br /&gt;
* escape quotes in params when service sends it to client (DONE [[User:PuffTheMagic|PuffTheMagic]] 06:42, 1 November 2009 (UTC))&lt;br /&gt;
* Add &amp;quot;updateInterval: 0.2,&amp;quot; to font size slider widget in message section of preferences (DONE --[[User:Oil|oil]] 01:41, 4 November 2009 (UTC))&lt;br /&gt;
* Add messages for when people quit the server (QUIT event) (DONE --[[User:Egaudet|Egaudet]] 01:56, 4 November 2009 (UTC))&lt;br /&gt;
* Disconnecting while in a channel and then reconnecting will not actually rejoin the channel, but will spawn the card (DONE --[[User:Egaudet|Egaudet]] 01:56, 4 November 2009 (UTC))&lt;br /&gt;
* Don't auto-scroll to bottom on new messages when viewing backlog (DONE --[[User:Oil|oil]] 05:42, 4 November 2009 (UTC))&lt;br /&gt;
* Tap on channel title drops down drawer with topic/etc in it (DONE --[[User:Oil|oil]] 08:42, 4 November 2009 (UTC))&lt;br /&gt;
* ListSelector for all/nick/message/&amp;quot;single word&amp;quot; for selected highlight style ((DONE [[User:PuffTheMagic|PuffTheMagic]] 21:13, 4 November 2009 (UTC))&lt;br /&gt;
* Parse URLs into click-able links (in messages model) (DONE --[[User:Oil|oil]] 08:18, 5 November 2009 (UTC))&lt;br /&gt;
* Add banner/dashboard for channel-chat messages on nick mention, but not for all messages (DONE --[[User:Oil|oil]] 08:18, 5 November 2009 (UTC))&lt;br /&gt;
* Fix connection params like user/pass/port work completly, expample: no port causes segfault (DONE [[User:PuffTheMagic|PuffTheMagic]] 19:55, 5 November 2009 (UTC))&lt;br /&gt;
* (bug) KICK event isn't necessarily you being kicked.  Kick someone and the gui kicks you. (DONE-fixed --[[User:Egaudet|Egaudet]] 20:47, 5 November 2009 (UTC))&lt;br /&gt;
* (bug) When user list icon is tapped from channel window, the topic drawer also comes out. (DONE-fixed --[[User:Oil|oil]] 21:08, 5 November 2009 (UTC))&lt;br /&gt;
* Notification sound options for mention/query/whatever else spawns a banner notification (DONE --[[User:Oil|oil]] 02:10, 6 November 2009 (UTC))&lt;br /&gt;
* Add loose focus marker in channel scene &amp;amp; query/msg scene (DONE --[[User:Oil|oil]] 08:40, 6 November 2009 (UTC))&lt;br /&gt;
* Text entry area keep focus (DONE --[[User:Oil|oil]] 08:45, 7 November 2009 (UTC))&lt;br /&gt;
* Fix MODE messages; should show user who is getting the mode applied, not the user who set the mode (DONE --[[User:Oil|oil]] 08:46, 7 November 2009 (UTC))&lt;br /&gt;
* Add spinner to server list scene to show &amp;quot;connecting&amp;quot; action after connect is pressed before changing the button to disconnect. (DONE --[[User:Oil|oil]] 07:09, 8 November 2009 (UTC))&lt;br /&gt;
* #webos doesn't work in WIRC only shows there is one user in channel. (DONE [[User:PuffTheMagic|PuffTheMagic]] 21:55, 9 November 2009 (UTC))&lt;br /&gt;
* Make EVDO/1x connections reliable, fix immediate returnValue:0 error. (POTENTIAL-WORKAROUND [[User:PuffTheMagic|PuffTheMagic]] 07:31, 3 November 2009 (UTC))&lt;br /&gt;
* Actually use secondary and tertiary nicks if told the primary is taken (DONE [[User:PuffTheMagic|PuffTheMagic]] 21:59, 9 November 2009 (UTC))&lt;br /&gt;
* Color scheme options &lt;br /&gt;
** Action, Channel message, Command message, Server message, Error message, Timestamp, Highlight foreground, Highlight background, Markerline, Background (DONE [[User:PuffTheMagic|PuffTheMagic]] 21:59, 9 November 2009 (UTC))&lt;br /&gt;
* OnConnect works sporadically (DONE, moved channel card open to JOIN event --[[User:Egaudet|Egaudet]] 17:48, 10 November 2009 (UTC))&lt;br /&gt;
** No card spawned on channel joins (DONE I believe change above fixed it --[[User:Egaudet|Egaudet]] 18:52, 10 November 2009 (UTC))&lt;br /&gt;
* Connect, Disconnect, Connect again = Does not rejoin channels. (DONE, token needed to reset on disconnect --[[User:Egaudet|Egaudet]] 18:52, 10 November 2009 (UTC))&lt;br /&gt;
** Connect, Disconnect, Connect, Disconnect again = Does not disconnect. In fact, the spinner just spins. The server status shows &amp;quot;Disconnecting...&amp;quot; then backswiping to the server list will cause the Connect/Disconnect button to be blank and tapable. (DONE, same underlying bug as above --[[User:Egaudet|Egaudet]] 18:52, 10 November 2009 (UTC))&lt;br /&gt;
* Add single nick text field to server info scene and server table in database (DONE [[User:PuffTheMagic|PuffTheMagic]] 07:21, 12 November 2009 (UTC))&lt;br /&gt;
** If left empty, use nick from identity scene in the cookie on connect (the &amp;quot;hint&amp;quot; text for the server nick field should explain this in a few words.) (DONE [[User:PuffTheMagic|PuffTheMagic]] 07:21, 12 November 2009 (UTC))&lt;br /&gt;
* Make use-fallback false do something (DONE [[User:PuffTheMagic|PuffTheMagic]] 07:21, 12 November 2009 (UTC))&lt;br /&gt;
* move highlight color to color scheme group and break it into fg/bg (DONE [[User:PuffTheMagic|PuffTheMagic]] 17:46, 12 November 2009 (UTC))&lt;br /&gt;
* add toggle to disable auto-nick coloring (DONE [[User:PuffTheMagic|PuffTheMagic]] 19:09, 12 November 2009 (UTC))&lt;br /&gt;
* Try alternate nicks when default nick is in use (DONE [[User:PuffTheMagic|PuffTheMagic]] 00:37, 13 November 2009 (UTC))&lt;br /&gt;
* Highlight all nicks in identity list (DONE --[[User:Oil|oil]] 02:38, 15 November 2009 (UTC))&lt;br /&gt;
* Lostfocus maker could be smarter, line shouldnt disappear if the card is zoomed out then returned to (DONE --[[User:Oil|oil]] 02:46, 15 November 2009 (UTC))&lt;br /&gt;
* Add Pre and Pixi specific CFLAGS to build (DONE [[User:PuffTheMagic|PuffTheMagic]] 23:42, 17 November 2009 (UTC))&lt;br /&gt;
* Live-or-die thread causes segfault when it tries to to remove a session that has already been freed (DONE [[User:PuffTheMagic|PuffTheMagic]] 03:25, 18 November 2009 (UTC))&lt;br /&gt;
* Send an event to the CONNECT subscription for when the number of retries has be used up (DONE [[User:PuffTheMagic|PuffTheMagic]] 20:29, 20 November 2009 (UTC))&lt;br /&gt;
* show connected interface/ip in server list (DONE [[User:PuffTheMagic|PuffTheMagic]] 20:29, 20 November 2009 (UTC))&lt;br /&gt;
* Lag meter (DONE [[User:PuffTheMagic|PuffTheMagic]] 20:29, 20 November 2009 (UTC))&lt;br /&gt;
* show topic change messages in channel (FIXED [[User:PuffTheMagic|PuffTheMagic]] 18:56, 21 November 2009 (UTC))&lt;br /&gt;
* add /notice support (DONE [[User:PuffTheMagic|PuffTheMagic]] 19:42, 21 November 2009 (UTC))&lt;br /&gt;
* All RegExp's should get moved to a common file outside of methods so that they can be resused. (2/3 DONE [[User:PuffTheMagic|PuffTheMagic]] 15:18, 22 November 2009 (UTC))&lt;br /&gt;
* Figure out why sometimes the app doesnt' close after swiping all cards (POTENTIALLY RESOLVED [[User:PuffTheMagic|PuffTheMagic]] 15:22, 22 November 2009 (UTC))&lt;br /&gt;
* Add whois/finger when nick in nicklist is tapped (DONE [[User:PuffTheMagic|PuffTheMagic]] 15:22, 22 November 2009 (UTC))&lt;br /&gt;
* Reconnect after internet connection gets disrupted (DONE [[User:PuffTheMagic|PuffTheMagic]] 17:32, 22 November 2009 (UTC))&lt;br /&gt;
* Set state to disconnected after retrying available nicks (DONE [[User:PuffTheMagic|PuffTheMagic]] 17:50, 22 November 2009 (UTC))&lt;/div&gt;</summary>
		<author><name>Cool Matty</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8658</id>
		<title>Application:VBA</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8658"/>
		<updated>2010-01-23T03:16:05Z</updated>

		<summary type="html">&lt;p&gt;Cool Matty: /* Changelog */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VisualBoyAdvance=&lt;br /&gt;
VisualBoyAdvance (commonly abbreviated as VBA) is an emulator of the Game Boy, Game Boy Color, and Game Boy Advance handheld game consoles sold by Nintendo.&lt;br /&gt;
&lt;br /&gt;
==Credit==&lt;br /&gt;
Ported by Will Dietz Jan 2010. &amp;lt;br&amp;gt;&lt;br /&gt;
Thanks to #webos-internals for their feedback throughout testing!&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
All source is under the GPLv2 license.&lt;br /&gt;
The original source code is available [http://vba.ngemu.com/downloads.shtml here]&amp;lt;br /&amp;gt;&lt;br /&gt;
And the latest VBA for webOS source is available on git [http://git.webos-internals.org/?p=games/visualboyadvance.git here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Donate ==&lt;br /&gt;
Lots of work has gone into making this a great game for you to enjoy!&lt;br /&gt;
If you like it please consider donating.  See [http://forums.precentral.net/webos-internals/224974-visualboyadvance.html official thread] for the paypal link if you're interested.&lt;br /&gt;
&lt;br /&gt;
== Installing VBA ==&lt;br /&gt;
Install [[Preware]], and then launch it. Click on &amp;quot;Available Packages&amp;quot; then &amp;quot;Applications, or &amp;quot;Available Applications&amp;quot; then &amp;quot;All&amp;quot; depending on the Preware preferences you have chosen. Now type in &amp;quot;visual&amp;quot; (no quotes). VisualBoyAdvance should show up. If not, make sure your feeds are up to date. Click on VBA and then click install. You will probably have to install other services as well (it will tell you if you do).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you are ready to add ROMs(games)!&lt;br /&gt;
&lt;br /&gt;
==Adding ROMS==&lt;br /&gt;
We aren't going to discuss how to get ROMs here but we will tell you how to transfer them to your Pre. If you want to try some free Homebrew games for the GBA look at the end of the wiki page.&lt;br /&gt;
&lt;br /&gt;
Compatible ROM Files:&amp;lt;br/&amp;gt;&lt;br /&gt;
.gba (Game Boy Advance)&amp;lt;br/&amp;gt;&lt;br /&gt;
.gbc (Game Boy Color)&amp;lt;br/&amp;gt;&lt;br /&gt;
.gb (Game Boy)&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the downloaded game has a &amp;quot;.bin&amp;quot; extension just rename it to the proper extension(for example, rename a gameboy advance game to end with &amp;quot;.gba&amp;quot; without quotes)&lt;br /&gt;
&lt;br /&gt;
Once you have installed VBA on your Pre via [[Preware]], click on it from the launcher to open it for the first time. This should create the necessary folders for the ROMs.&lt;br /&gt;
&lt;br /&gt;
Now connect your Pre to your computer via USB mode. Once the Pre shows up on your computer, open it. You now should be at the &amp;quot;root&amp;quot; of your Pre's storage. If you look at the folders in the root, there should be a few including the &amp;quot;wallpapers&amp;quot;, &amp;quot;ringtones&amp;quot;, and most importantly, &amp;quot;vba&amp;quot; folders. Click on that and then the &amp;quot;roms&amp;quot; folder. Copy the ROMs from your computer and move them here. DO NOT put the ROMs (.gb, .gbc, .gba) in folders within the &amp;quot;roms&amp;quot; folder. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you don't see a &amp;quot;vba&amp;quot; folder, but you do see a &amp;quot;wallpapers&amp;quot; and a &amp;quot;ringtones&amp;quot; folder AND you know you installed VBA properly, go ahead and create the necessary folders. Create one at the root called &amp;quot;vba&amp;quot; (no quotes or caps). Then make another one inside that called &amp;quot;roms&amp;quot; (again, no quotes or caps). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;NOTE&amp;lt;/b&amp;gt; The game talks about &amp;quot;/media/internal/vba/roms&amp;quot; because that's what the folder is called from the game's perspective.  When mounted on USB it will just be &amp;quot;/vba/roms&amp;quot;.  Sorry for the confusion!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As of 1.0.3, the &amp;quot;roms&amp;quot; folder is also where the saves (.sav) and screen captures go.&lt;br /&gt;
&amp;lt;br&amp;gt;As of 1.1.0, there is zip file support&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
To select a rom, just tap on it in the rom selector.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that if you have more roms than fit on the screen, simply scroll to them.&amp;lt;br&amp;gt;&lt;br /&gt;
'''New in 1.0.4'''  Hit a letter key to jump to  that letter in the rom list (useful when you have lots of roms)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the current controls (while playing):&amp;lt;br&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|'''Pre Button'''&lt;br /&gt;
|'''Emulator Function'''&lt;br /&gt;
|'''Notes'''&lt;br /&gt;
|-&lt;br /&gt;
|WASD&lt;br /&gt;
|Up/left/down/right&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|k&lt;br /&gt;
|B&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|l&lt;br /&gt;
|A&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|q&lt;br /&gt;
|L (trigger)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|p&lt;br /&gt;
|R (trigger)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Enter&lt;br /&gt;
|Start&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Spacebar&lt;br /&gt;
|Select&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|@&lt;br /&gt;
|Turbo&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|. (period)&lt;br /&gt;
|Screenshot&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|t&lt;br /&gt;
|Start/Select/a/b All at Once&lt;br /&gt;
|Useful for Resets (or saving in zelda)&lt;br /&gt;
|-&lt;br /&gt;
|orange+s (minus)&lt;br /&gt;
|Toggle Displaying Emulation Speed&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|orange+l (apostrophe)&lt;br /&gt;
|Change Scaling Filter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|orange+@ &lt;br /&gt;
|Change Screen Orientation&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|orange+z (or y for qwertz pre)&lt;br /&gt;
|Toggle Sound&lt;br /&gt;
|Boosts (GBA) Performance&lt;br /&gt;
|-&lt;br /&gt;
|1,2,3&lt;br /&gt;
|Save state number 1,2,3&lt;br /&gt;
|orange + &amp;quot;corresponding letter&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|4,5,6&lt;br /&gt;
|Load state number 1,2,3&lt;br /&gt;
|orange + &amp;quot;corresponding letter&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|orange+ w('+')&lt;br /&gt;
|Toggle overlay controls&lt;br /&gt;
|Only works in the landscape orientation with keyboard on RIGHT&lt;br /&gt;
|-&lt;br /&gt;
|orange+a (ampersand)&lt;br /&gt;
|Toggle 'autosave'/'autoresume' functionality&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Custom Controls ===&lt;br /&gt;
'''New in 1.0.5!'''&lt;br /&gt;
&lt;br /&gt;
==== Instructions ====&lt;br /&gt;
You can now customize the controls!&lt;br /&gt;
&lt;br /&gt;
To start customizing, while running a game, hit '=' (orange+p).&lt;br /&gt;
&lt;br /&gt;
Then follow the on-screen instructions, hitting the keys you want the various buttons bound to.&lt;br /&gt;
&lt;br /&gt;
To stop the binding and cancel, hit '=' again.&lt;br /&gt;
&lt;br /&gt;
'''Note''' Due to the pre's keyboard limitations, some keys cannot be detected when pressed down at same time (j/k is an example of such a pair).  Keep this in mind.&lt;br /&gt;
&lt;br /&gt;
==== Community-suggested bindings ====&lt;br /&gt;
If you have a binding you think is great, please share it here!&lt;br /&gt;
&lt;br /&gt;
Alternate D-Pad position: Up-R, Down-F, Left-D, Right-G. Since there is a small bump on the F key, you may find it easier to know where your fingers are on the keyboard this way.&lt;br /&gt;
&lt;br /&gt;
==Screenshots/Videos==&lt;br /&gt;
No Screenshots Yet!(fbcat doesn't grab opengles apps apparently?)&lt;br /&gt;
&lt;br /&gt;
YouTube Videos of VBA(1.0.1): &amp;lt;br&amp;gt;&lt;br /&gt;
Mario Kart Advance: http://www.youtube.com/watch?v=HdCZs3SU_Nc &amp;lt;br&amp;gt;&lt;br /&gt;
Metroid Fusion: http://www.youtube.com/watch?v=6nZKduqLcC8 &amp;lt;br&amp;gt;&lt;br /&gt;
Zelda DX: http://www.youtube.com/watch?v=UE8SbBLbqHI &amp;lt;br&amp;gt;&lt;br /&gt;
Pokemon Crystal: http://www.youtube.com/watch?v=-312zgBPpyI &amp;lt;br&amp;gt;&lt;br /&gt;
Super Mario Land 2: http://www.youtube.com/watch?v=WQ9s_57jGTM &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Feature Requests/TODO ==&lt;br /&gt;
Here's a list of feature requests I'm aware of and/or things I plan to do.&lt;br /&gt;
* ALSA instead of pulseaudio (hopefully to improve emulation speed with sound enabled)&lt;br /&gt;
* Additional keybinding options, such as:&lt;br /&gt;
** Diagonal keys (up+right, right+down, etc)&lt;br /&gt;
** System keys (redefine save state keys, sound off, etc)&lt;br /&gt;
** Pause emulation key?&lt;br /&gt;
* &amp;quot;Go back to rom chooser&amp;quot; menu&lt;br /&gt;
* Create /save folder for .sav files (battery-backed RAM save info), instead of placing .sav in the /roms folder&lt;br /&gt;
* Better performance on GBA!!&lt;br /&gt;
** See iphone/GP2X ports and their ARM optimizations! (dynarec?)&lt;br /&gt;
* Include a homebrew rom to demo the app?&lt;br /&gt;
* Use GLSL shader to do palette lookup?&lt;br /&gt;
** See if the current cost is worth the bother.&lt;br /&gt;
* options menu? (on the rom selector screen?)&lt;br /&gt;
* system messages, draw them somewhere else and make them legible.&lt;br /&gt;
* touchscreen control customization!  This is already in progress guys, no need to request it! :)&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
* Poor performance in GBA. Try disabling sound (press '*'/orange+z)&lt;br /&gt;
* Audio doesn't seem to be fully disabled (you won't hear anything, but Pulseaudio is still doing a little work)&lt;br /&gt;
* Notifications always appear as if in landscape&lt;br /&gt;
* @ Turbo key can have keys bound to it, causing turbo AND the bound key to go at the same time.&lt;br /&gt;
* screenshots are messed up&lt;br /&gt;
&lt;br /&gt;
== Changelog ==&lt;br /&gt;
* '''1.1.0''' NOTE: THIS ISNT OUT YET :). I'll announce it when it is.&lt;br /&gt;
** New ARM assembly implementation of emulated instructions. (small speed boost, about 5% on average in GBA games)&lt;br /&gt;
** touchscreen controls!&lt;br /&gt;
*** NOTE: just touching the screen (regardless of touch controls enabled) slows things down.  I'm working on why, but it seems to be the same code that draws the ripple.  This is a known issue.&lt;br /&gt;
*** toggle is '+' (orange+w)&lt;br /&gt;
*** 0 (orange+@) will rotate the window for those used to the old layout/keyboard controls.&lt;br /&gt;
** new 'autosave' feature (toggle enabled with '&amp;amp;' (orange+a))&lt;br /&gt;
*** saves to a special state when you quit, when you load the rom resumes there immediately&lt;br /&gt;
** zip file support&lt;br /&gt;
** options are now saved across sessions (orientation, mute, displaying emulation speed, etc)&lt;br /&gt;
** rom selector strips file extensions, and cleans up rom names&lt;br /&gt;
** rom selector doesn't show hidden files&lt;br /&gt;
* '''1.0.6'''&lt;br /&gt;
** Fixed crash when creating custom configs (permissions issue)&lt;br /&gt;
* '''1.0.5'''&lt;br /&gt;
** Fixed saving issues&lt;br /&gt;
** Added ability to create custom keybindings (see wiki)&lt;br /&gt;
** Removed annoying battery messages&lt;br /&gt;
** Updated icon (thanks Spryal!) (might need to restart to see it)&lt;br /&gt;
** Fixed name for hopefully better word-wrap in launcher&lt;br /&gt;
* '''1.0.4'''&lt;br /&gt;
** Remove dependence on upstart, should fix problem with VBA not launching.&amp;lt;br&amp;gt;&lt;br /&gt;
** backported sound fixes for (slight) speed, also added code to hopefully fix freezing on pause&amp;lt;br&amp;gt;&lt;br /&gt;
** save/load state support&amp;lt;br&amp;gt;&lt;br /&gt;
** jump-to-letter functionality in rom selector for better management of large libraries&amp;lt;br&amp;gt;&lt;br /&gt;
** sort roms case insensitively&amp;lt;br&amp;gt;&lt;br /&gt;
* '''1.0.3''' Added toggle for displaying emulation speed to help compatability reports&lt;br /&gt;
* '''1.0.2''' Small metadata fix.&lt;br /&gt;
* '''1.0.1''' Small performance boost, public release!&lt;br /&gt;
* '''1.0.0''' Initial release (testing feed).  Reimplemented rendering engine, rom selector.&lt;br /&gt;
&lt;br /&gt;
== Compatibility List==&lt;br /&gt;
This is a list of games and how well they run.&lt;br /&gt;
PLEASE include a version number (on rom selector) when adding entries!&lt;br /&gt;
To see the emulation speed percentage, hit orange+s while playing (as of 1.0.3). &amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
===Gameboy/Gameboy Color===&lt;br /&gt;
All GB/GBC Games should be compatible (99.9%) at 100% Speed, please just report those NOT working.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Title&lt;br /&gt;
|Works&lt;br /&gt;
|Version&lt;br /&gt;
|Notes&lt;br /&gt;
|-&lt;br /&gt;
|Legend of Zelda Oracle of Ages&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Legend of Zelda Oracle of Seasons&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zelda DX&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Bugs Bunny and Lolla Bunny: Operation Carrots&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|The Lion King: SImba's Mighty Adventure&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Gameboy Advance===&lt;br /&gt;
Orange: Not Playable/Very Slow&amp;lt;br/&amp;gt;&lt;br /&gt;
Yellow: Semi-Playable&amp;lt;br/&amp;gt;&lt;br /&gt;
Green: Playable&amp;lt;br/&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Title'''&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | '''Speed'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''VBA Version'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Notes'''&lt;br /&gt;
|-&lt;br /&gt;
! '''Sound'''&lt;br /&gt;
! '''No Sound'''&lt;br /&gt;
|-&lt;br /&gt;
|Advance Wars&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|68% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Very Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Astro Boy - Omega Factor&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|75% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Backyard Football&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|35% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|55% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Menus work near 100% but gameplay is slow.&lt;br /&gt;
|-&lt;br /&gt;
|Breath of Fire II&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60-67% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Runs at 100% walking around. Battles haven't been tested.&lt;br /&gt;
|-&lt;br /&gt;
|Castlevania - Aria of Sorrow&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|56% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|Very Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Chu Chu Rocket!&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|97% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|Plays perfekt with or without sound :)&lt;br /&gt;
|-&lt;br /&gt;
|Duke Nukem 3D Advanced&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|40% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Drill Dozer&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|47% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Final Fantasy Tactics Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|40% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Semi-Playable without Sound&lt;br /&gt;
|-&lt;br /&gt;
|Fire Emblem&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Takes a bit to load. Extremely Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Fire Emblem: The Sacred Stones&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60-70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Extremely Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|F-Zero - GP Legend&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|55% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Golden Sun: The Lost Age&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|35% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Semi-Playable without sound if you have a lot patience.&lt;br /&gt;
|-&lt;br /&gt;
|Gunstar Super Heroes&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|44% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|65% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|playable without sound&lt;br /&gt;
|-&lt;br /&gt;
|Harvest Moon - Friends of Mineral Town&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|95% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Iridion II&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|57% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Kuru Kuru Kururin&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|40% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|65% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Lord of the Rings, Return of the King&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|63% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Playable, but a little slow.&lt;br /&gt;
|-&lt;br /&gt;
|Mario &amp;amp; Luigi - Superstar Saga&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|65-70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Menu 100% with Sound ;), ingame mostly fullspeed without.&lt;br /&gt;
|-&lt;br /&gt;
|Mario Kart - Super Circuit&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|44% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|64% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Time Trial without Sound is almost Fullspeed (95%)!&lt;br /&gt;
|-&lt;br /&gt;
|Metal Slug Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|68% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Metroid Fusion&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|68% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|92% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Mortal Kombat Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|70% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Playable without sound&lt;br /&gt;
|-&lt;br /&gt;
|Ninja Five-0&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|57% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Runs very good without Sound&lt;br /&gt;
|-&lt;br /&gt;
|PocketNES - NES Emulator&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon - Ruby&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|60%&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-90%&lt;br /&gt;
|1.0.3&lt;br /&gt;
|Playable without sound&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon - Fire Red&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|47%&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|64%&lt;br /&gt;
|1.0.3&lt;br /&gt;
|A little slow to actually play, but bearable I guess&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon - Leaf Green&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|46% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|63% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Error Loading Savegame, but still works.&lt;br /&gt;
|-&lt;br /&gt;
|Rayman Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|53% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|75% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Without sound very playable!&lt;br /&gt;
|-&lt;br /&gt;
|R-Type 3&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA2 - Super Mario World &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|62% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA3 - Yoshi's Island &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|58% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA4 - Mario Bros. 3 &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|51% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|72% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Takes a bit time to Load.&lt;br /&gt;
|-&lt;br /&gt;
|Sonic Advance 1 &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Sonic Advance 2 &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|55% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Sonic Advance 3&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|49% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|72% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|too slow for sonic&lt;br /&gt;
|-&lt;br /&gt;
|Super Ghouls'n Ghosts &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|69% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|V-Rally 3&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|37% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wario Land 4 &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wario Ware Inc. &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|70-80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zelda - A Link to the Past&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|62% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Slow but Playable!&lt;br /&gt;
|-&lt;br /&gt;
|Zelda - The Minish Cap&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zooo&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|55% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Free Roms==&lt;br /&gt;
There are several places where you can get free homebrew games for the GB and GBA that are 100% legal to download and try on the emulator. &amp;lt;br&amp;gt;&lt;br /&gt;
The best source for homebrew games for any console is http://www.pdroms.org but there are several other homebrew sites around that offer something similar such as this site specifically for gameboy advance: http://www.gameboy-advance-roms.info/ &amp;lt;br&amp;gt;&lt;br /&gt;
Here is a small list of free games that are worth trying, if you have more add them to the list!&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===GBA===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;freeware&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Title'''&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | '''Speed'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''VBA Version'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Link'''&lt;br /&gt;
|-&lt;br /&gt;
! '''Sound'''&lt;br /&gt;
! '''No Sound'''&lt;br /&gt;
|-&lt;br /&gt;
|Anguna&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/1724/&lt;br /&gt;
|-&lt;br /&gt;
|Another World&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.foxysofts.com/index.php?l=content/gba/anworld.inc&lt;br /&gt;
|-&lt;br /&gt;
|Arkanoid Clone&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.playeradvance.org/forum/showthread.php?t=4039&lt;br /&gt;
|-&lt;br /&gt;
|BulletGBA&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|80% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|http://pqrs.org/gba/bulletgba/&lt;br /&gt;
|-&lt;br /&gt;
|Bust-A-Move Clone&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.russprince.com/gba/&lt;br /&gt;
|-&lt;br /&gt;
|Dangerous XMAS&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|95% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.rickdangerous.co.uk/rickxmas.htm&lt;br /&gt;
|-&lt;br /&gt;
|Hergs Solitaire&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/1317/&lt;br /&gt;
|-&lt;br /&gt;
|The Last Seal&lt;br /&gt;
|bgcolor=&amp;quot;&amp;quot;|% &lt;br /&gt;
|bgcolor=&amp;quot;&amp;quot;|% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/895/&lt;br /&gt;
|-&lt;br /&gt;
|Motocross Challange&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|58% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/495/&lt;br /&gt;
|-}&lt;br /&gt;
If the downloaded game has a &amp;quot;.bin&amp;quot; extension just rename it to &amp;quot;.gba&amp;quot;&lt;/div&gt;</summary>
		<author><name>Cool Matty</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8652</id>
		<title>Application:VBA</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8652"/>
		<updated>2010-01-23T00:28:15Z</updated>

		<summary type="html">&lt;p&gt;Cool Matty: /* Changelog */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VisualBoyAdvance=&lt;br /&gt;
VisualBoyAdvance (commonly abbreviated as VBA) is an emulator of the Game Boy, Game Boy Color, and Game Boy Advance handheld game consoles sold by Nintendo.&lt;br /&gt;
&lt;br /&gt;
==Credit==&lt;br /&gt;
Ported by Will Dietz Jan 2010. &amp;lt;br&amp;gt;&lt;br /&gt;
Thanks to #webos-internals for their feedback throughout testing!&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
All source is under the GPLv2 license.&lt;br /&gt;
The original source code is available [http://vba.ngemu.com/downloads.shtml here]&amp;lt;br /&amp;gt;&lt;br /&gt;
And the latest VBA for webOS source is available on git [http://git.webos-internals.org/?p=games/visualboyadvance.git here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Donate ==&lt;br /&gt;
Lots of work has gone into making this a great game for you to enjoy!&lt;br /&gt;
If you like it please consider donating.  See [http://forums.precentral.net/webos-internals/224974-visualboyadvance.html official thread] for the paypal link if you're interested.&lt;br /&gt;
&lt;br /&gt;
== Installing VBA ==&lt;br /&gt;
Install [[Preware]], and then launch it. Click on &amp;quot;Available Packages&amp;quot; then &amp;quot;Applications, or &amp;quot;Available Applications&amp;quot; then &amp;quot;All&amp;quot; depending on the Preware preferences you have chosen. Now type in &amp;quot;visual&amp;quot; (no quotes). VisualBoyAdvance should show up. If not, make sure your feeds are up to date. Click on VBA and then click install. You will probably have to install other services as well (it will tell you if you do).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you are ready to add ROMs(games)!&lt;br /&gt;
&lt;br /&gt;
==Adding ROMS==&lt;br /&gt;
We aren't going to discuss how to get ROMs here but we will tell you how to transfer them to your Pre. If you want to try some free Homebrew games for the GBA look at the end of the wiki page.&lt;br /&gt;
&lt;br /&gt;
Compatible ROM Files:&amp;lt;br/&amp;gt;&lt;br /&gt;
.gba (Game Boy Advance)&amp;lt;br/&amp;gt;&lt;br /&gt;
.gbc (Game Boy Color)&amp;lt;br/&amp;gt;&lt;br /&gt;
.gb (Game Boy)&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the downloaded game has a &amp;quot;.bin&amp;quot; extension just rename it to the proper extension(for example, rename a gameboy advance game to end with &amp;quot;.gba&amp;quot; without quotes)&lt;br /&gt;
&lt;br /&gt;
Once you have installed VBA on your Pre via [[Preware]], click on it from the launcher to open it for the first time. This should create the necessary folders for the ROMs.&lt;br /&gt;
&lt;br /&gt;
Now connect your Pre to your computer via USB mode. Once the Pre shows up on your computer, open it. You now should be at the &amp;quot;root&amp;quot; of your Pre's storage. If you look at the folders in the root, there should be a few including the &amp;quot;wallpapers&amp;quot;, &amp;quot;ringtones&amp;quot;, and most importantly, &amp;quot;vba&amp;quot; folders. Click on that and then the &amp;quot;roms&amp;quot; folder. Copy the ROMs from your computer and move them here. DO NOT put the ROMs (.gb, .gbc, .gba) in folders or zips within the &amp;quot;roms&amp;quot; folder. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you don't see a &amp;quot;vba&amp;quot; folder, but you do see a &amp;quot;wallpapers&amp;quot; and a &amp;quot;ringtones&amp;quot; folder AND you know you installed VBA properly, go ahead and create the necessary folders. Create one at the root called &amp;quot;vba&amp;quot; (no quotes or caps). Then make another one inside that called &amp;quot;roms&amp;quot; (again, no quotes or caps). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;NOTE&amp;lt;/b&amp;gt; The game talks about &amp;quot;/media/internal/vba/roms&amp;quot; because that's what the folder is called from the game's perspective.  When mounted on USB it will just be &amp;quot;/vba/roms&amp;quot;.  Sorry for the confusion!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As of 1.0.3, the &amp;quot;roms&amp;quot; folder is also where the saves (.sav) and screen captures go.&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
To select a rom, just tap on it in the rom selector.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that if you have more roms than fit on the screen, simply scroll to them.&amp;lt;br&amp;gt;&lt;br /&gt;
'''New in 1.0.4'''  Hit a letter key to jump to  that letter in the rom list (useful when you have lots of roms)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the current controls (while playing):&amp;lt;br&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|'''Pre Button'''&lt;br /&gt;
|'''Emulator Function'''&lt;br /&gt;
|'''Notes'''&lt;br /&gt;
|-&lt;br /&gt;
|WASD&lt;br /&gt;
|Up/left/down/right&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|k&lt;br /&gt;
|B&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|l&lt;br /&gt;
|A&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|q&lt;br /&gt;
|L (trigger)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|p&lt;br /&gt;
|R (trigger)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Enter&lt;br /&gt;
|Start&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Spacebar&lt;br /&gt;
|Select&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|@&lt;br /&gt;
|Turbo&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|. (period)&lt;br /&gt;
|Screenshot&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|t&lt;br /&gt;
|Start/Select/a/b All at Once&lt;br /&gt;
|Useful for Resets (or saving in zelda)&lt;br /&gt;
|-&lt;br /&gt;
|orange+s (minus)&lt;br /&gt;
|Toggle Displaying Emulation Speed&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|orange+l (apostrophe)&lt;br /&gt;
|Change Scaling Filter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|orange+@ &lt;br /&gt;
|Change Screen Orientation&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|orange+z (or y for qwertz pre)&lt;br /&gt;
|Toggle Sound&lt;br /&gt;
|Boosts (GBA) Performance&lt;br /&gt;
|-&lt;br /&gt;
|1,2,3&lt;br /&gt;
|Save state number 1,2,3&lt;br /&gt;
|orange + &amp;quot;corresponding letter&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|4,5,6&lt;br /&gt;
|Load state number 1,2,3&lt;br /&gt;
|orange + &amp;quot;corresponding letter&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|orange+ w('+')&lt;br /&gt;
|Toggle overlay controls&lt;br /&gt;
|Only works in the landscape orientation with keyboard on RIGHT&lt;br /&gt;
|-&lt;br /&gt;
|orange+a (ampersand)&lt;br /&gt;
|Toggle 'autosave'/'autoresume' functionality&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Custom Controls ===&lt;br /&gt;
'''New in 1.0.5!'''&lt;br /&gt;
&lt;br /&gt;
==== Instructions ====&lt;br /&gt;
You can now customize the controls!&lt;br /&gt;
&lt;br /&gt;
To start customizing, while running a game, hit '=' (orange+p).&lt;br /&gt;
&lt;br /&gt;
Then follow the on-screen instructions, hitting the keys you want the various buttons bound to.&lt;br /&gt;
&lt;br /&gt;
To stop the binding and cancel, hit '=' again.&lt;br /&gt;
&lt;br /&gt;
'''Note''' Due to the pre's keyboard limitations, some keys cannot be detected when pressed down at same time (j/k is an example of such a pair).  Keep this in mind.&lt;br /&gt;
&lt;br /&gt;
==== Community-suggested bindings ====&lt;br /&gt;
If you have a binding you think is great, please share it here!&lt;br /&gt;
&lt;br /&gt;
Alternate D-Pad position: Up-R, Down-F, Left-D, Right-G. Since there is a small bump on the F key, you may find it easier to know where your fingers are on the keyboard this way.&lt;br /&gt;
&lt;br /&gt;
==Screenshots/Videos==&lt;br /&gt;
No Screenshots Yet!(fbcat doesn't grab opengles apps apparently?)&lt;br /&gt;
&lt;br /&gt;
YouTube Videos of VBA(1.0.1): &amp;lt;br&amp;gt;&lt;br /&gt;
Mario Kart Advance: http://www.youtube.com/watch?v=HdCZs3SU_Nc &amp;lt;br&amp;gt;&lt;br /&gt;
Metroid Fusion: http://www.youtube.com/watch?v=6nZKduqLcC8 &amp;lt;br&amp;gt;&lt;br /&gt;
Zelda DX: http://www.youtube.com/watch?v=UE8SbBLbqHI &amp;lt;br&amp;gt;&lt;br /&gt;
Pokemon Crystal: http://www.youtube.com/watch?v=-312zgBPpyI &amp;lt;br&amp;gt;&lt;br /&gt;
Super Mario Land 2: http://www.youtube.com/watch?v=WQ9s_57jGTM &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Feature Requests/TODO ==&lt;br /&gt;
Here's a list of feature requests I'm aware of and/or things I plan to do.&lt;br /&gt;
* ALSA instead of pulseaudio (hopefully to improve emulation speed with sound enabled)&lt;br /&gt;
* Additional keybinding options, such as:&lt;br /&gt;
** Diagonal keys (up+right, right+down, etc)&lt;br /&gt;
** System keys (redefine save state keys, sound off, etc)&lt;br /&gt;
** Pause emulation key?&lt;br /&gt;
* &amp;quot;Go back to rom chooser&amp;quot; menu&lt;br /&gt;
* Create /save folder for .sav files (battery-backed RAM save info), instead of placing .sav in the /roms folder&lt;br /&gt;
* Better performance on GBA!!&lt;br /&gt;
** See iphone/GP2X ports and their ARM optimizations! (dynarec?)&lt;br /&gt;
* Include a homebrew rom to demo the app?&lt;br /&gt;
* Use GLSL shader to do palette lookup?&lt;br /&gt;
** See if the current cost is worth the bother.&lt;br /&gt;
* options menu? (on the rom selector screen?)&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
* Poor performance in GBA. Try disabling sound (press '*'/orange+z)&lt;br /&gt;
* Audio doesn't seem to be fully disabled (you won't hear anything, but Pulseaudio is still doing a little work)&lt;br /&gt;
* Notifications always appear as if in landscape&lt;br /&gt;
* @ Turbo key can have keys bound to it, causing turbo AND the bound key to go at the same time.&lt;br /&gt;
&lt;br /&gt;
== Changelog ==&lt;br /&gt;
* '''1.1.0'''&lt;br /&gt;
** New ARM assembly implementation of emulated instructions. (speed boost)&lt;br /&gt;
** touchscreen controls!&lt;br /&gt;
*** NOTE: just touching the screen (regardless of touch controls enabled) slows things down.  I'm working on why, but it seems to be the same code that draws the ripple.  This is a known issue.&lt;br /&gt;
*** toggle is '+' (orange+w)&lt;br /&gt;
*** 0 (orange+@) will rotate the window for those used to the old layout/keyboard controls.&lt;br /&gt;
** new 'autosave' feature (toggle enabled with '&amp;amp;' (orange+a))&lt;br /&gt;
*** saves to a special state when you quit, when you load the rom resumes there immediately&lt;br /&gt;
** zip file support&lt;br /&gt;
** options are now saved across sessions (orientation, mute, displaying emulation speed, etc)&lt;br /&gt;
** rom selector strips file extensions, and cleans up rom names&lt;br /&gt;
** rom selector doesn't show hidden files&lt;br /&gt;
* '''1.0.6'''&lt;br /&gt;
** Fixed crash when creating custom configs (permissions issue)&lt;br /&gt;
* '''1.0.5'''&lt;br /&gt;
** Fixed saving issues&lt;br /&gt;
** Added ability to create custom keybindings (see wiki)&lt;br /&gt;
** Removed annoying battery messages&lt;br /&gt;
** Updated icon (thanks Spryal!) (might need to restart to see it)&lt;br /&gt;
** Fixed name for hopefully better word-wrap in launcher&lt;br /&gt;
* '''1.0.4'''&lt;br /&gt;
** Remove dependence on upstart, should fix problem with VBA not launching.&amp;lt;br&amp;gt;&lt;br /&gt;
** backported sound fixes for (slight) speed, also added code to hopefully fix freezing on pause&amp;lt;br&amp;gt;&lt;br /&gt;
** save/load state support&amp;lt;br&amp;gt;&lt;br /&gt;
** jump-to-letter functionality in rom selector for better management of large libraries&amp;lt;br&amp;gt;&lt;br /&gt;
** sort roms case insensitively&amp;lt;br&amp;gt;&lt;br /&gt;
* '''1.0.3''' Added toggle for displaying emulation speed to help compatability reports&lt;br /&gt;
* '''1.0.2''' Small metadata fix.&lt;br /&gt;
* '''1.0.1''' Small performance boost, public release!&lt;br /&gt;
* '''1.0.0''' Initial release (testing feed).  Reimplemented rendering engine, rom selector.&lt;br /&gt;
&lt;br /&gt;
== Compatibility List==&lt;br /&gt;
This is a list of games and how well they run.&lt;br /&gt;
PLEASE include a version number (on rom selector) when adding entries!&lt;br /&gt;
To see the emulation speed percentage, hit orange+s while playing (as of 1.0.3). &amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
===Gameboy/Gameboy Color===&lt;br /&gt;
All GB/GBC Games should be compatible (99.9%) at 100% Speed, please just report those NOT working.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Title&lt;br /&gt;
|Works&lt;br /&gt;
|Version&lt;br /&gt;
|Notes&lt;br /&gt;
|-&lt;br /&gt;
|Legend of Zelda Oracle of Ages&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Legend of Zelda Oracle of Seasons&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zelda DX&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Bugs Bunny and Lolla Bunny: Operation Carrots&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|The Lion King: SImba's Mighty Adventure&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Gameboy Advance===&lt;br /&gt;
Orange: Not Playable/Very Slow&amp;lt;br/&amp;gt;&lt;br /&gt;
Yellow: Semi-Playable&amp;lt;br/&amp;gt;&lt;br /&gt;
Green: Playable&amp;lt;br/&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Title'''&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | '''Speed'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''VBA Version'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Notes'''&lt;br /&gt;
|-&lt;br /&gt;
! '''Sound'''&lt;br /&gt;
! '''No Sound'''&lt;br /&gt;
|-&lt;br /&gt;
|Advance Wars&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|68% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Very Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Astro Boy - Omega Factor&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|75% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Backyard Football&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|35% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|55% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Menus work near 100% but gameplay is slow.&lt;br /&gt;
|-&lt;br /&gt;
|Breath of Fire II&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60-67% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Runs at 100% walking around. Battles haven't been tested.&lt;br /&gt;
|-&lt;br /&gt;
|Castlevania - Aria of Sorrow&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|56% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|Very Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Chu Chu Rocket!&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|97% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|Plays perfekt with or without sound :)&lt;br /&gt;
|-&lt;br /&gt;
|Duke Nukem 3D Advanced&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|40% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Drill Dozer&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|47% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Final Fantasy Tactics Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|40% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Semi-Playable without Sound&lt;br /&gt;
|-&lt;br /&gt;
|Fire Emblem&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Takes a bit to load. Extremely Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Fire Emblem: The Sacred Stones&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60-70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Extremely Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|F-Zero - GP Legend&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|55% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Golden Sun: The Lost Age&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|35% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Semi-Playable without sound if you have a lot patience.&lt;br /&gt;
|-&lt;br /&gt;
|Gunstar Super Heroes&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|44% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|65% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|playable without sound&lt;br /&gt;
|-&lt;br /&gt;
|Harvest Moon - Friends of Mineral Town&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|95% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Iridion II&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|57% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Kuru Kuru Kururin&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|40% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|65% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Lord of the Rings, Return of the King&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|63% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Playable, but a little slow.&lt;br /&gt;
|-&lt;br /&gt;
|Mario &amp;amp; Luigi - Superstar Saga&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|65-70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Menu 100% with Sound ;), ingame mostly fullspeed without.&lt;br /&gt;
|-&lt;br /&gt;
|Mario Kart - Super Circuit&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|44% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|64% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Time Trial without Sound is almost Fullspeed (95%)!&lt;br /&gt;
|-&lt;br /&gt;
|Metal Slug Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|68% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Metroid Fusion&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|68% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|92% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Mortal Kombat Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|70% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Playable without sound&lt;br /&gt;
|-&lt;br /&gt;
|Ninja Five-0&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|57% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Runs very good without Sound&lt;br /&gt;
|-&lt;br /&gt;
|PocketNES - NES Emulator&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon - Ruby&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|60%&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-90%&lt;br /&gt;
|1.0.3&lt;br /&gt;
|Playable without sound&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon - Fire Red&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|47%&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|64%&lt;br /&gt;
|1.0.3&lt;br /&gt;
|A little slow to actually play, but bearable I guess&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon - Leaf Green&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|46% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|63% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Error Loading Savegame, but still works.&lt;br /&gt;
|-&lt;br /&gt;
|Rayman Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|53% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|75% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Without sound very playable!&lt;br /&gt;
|-&lt;br /&gt;
|R-Type 3&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA2 - Super Mario World &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|62% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA3 - Yoshi's Island &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|58% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA4 - Mario Bros. 3 &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|51% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|72% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Takes a bit time to Load.&lt;br /&gt;
|-&lt;br /&gt;
|Sonic Advance 1 &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Sonic Advance 2 &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|55% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Sonic Advance 3&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|49% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|72% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|too slow for sonic&lt;br /&gt;
|-&lt;br /&gt;
|Super Ghouls'n Ghosts &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|69% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|V-Rally 3&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|37% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wario Land 4 &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wario Ware Inc. &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|70-80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zelda - A Link to the Past&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|62% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Slow but Playable!&lt;br /&gt;
|-&lt;br /&gt;
|Zelda - The Minish Cap&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zooo&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|55% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Free Roms==&lt;br /&gt;
There are several places where you can get free homebrew games for the GB and GBA that are 100% legal to download and try on the emulator. &amp;lt;br&amp;gt;&lt;br /&gt;
The best source for homebrew games for any console is http://www.pdroms.org but there are several other homebrew sites around that offer something similar such as this site specifically for gameboy advance: http://www.gameboy-advance-roms.info/ &amp;lt;br&amp;gt;&lt;br /&gt;
Here is a small list of free games that are worth trying, if you have more add them to the list!&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===GBA===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;freeware&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Title'''&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | '''Speed'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''VBA Version'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Link'''&lt;br /&gt;
|-&lt;br /&gt;
! '''Sound'''&lt;br /&gt;
! '''No Sound'''&lt;br /&gt;
|-&lt;br /&gt;
|Anguna&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/1724/&lt;br /&gt;
|-&lt;br /&gt;
|Another World&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.foxysofts.com/index.php?l=content/gba/anworld.inc&lt;br /&gt;
|-&lt;br /&gt;
|Arkanoid Clone&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.playeradvance.org/forum/showthread.php?t=4039&lt;br /&gt;
|-&lt;br /&gt;
|BulletGBA&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|80% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|http://pqrs.org/gba/bulletgba/&lt;br /&gt;
|-&lt;br /&gt;
|Bust-A-Move Clone&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.russprince.com/gba/&lt;br /&gt;
|-&lt;br /&gt;
|Dangerous XMAS&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|95% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.rickdangerous.co.uk/rickxmas.htm&lt;br /&gt;
|-&lt;br /&gt;
|Hergs Solitaire&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/1317/&lt;br /&gt;
|-&lt;br /&gt;
|The Last Seal&lt;br /&gt;
|bgcolor=&amp;quot;&amp;quot;|% &lt;br /&gt;
|bgcolor=&amp;quot;&amp;quot;|% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/895/&lt;br /&gt;
|-&lt;br /&gt;
|Motocross Challange&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|58% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/495/&lt;br /&gt;
|-}&lt;br /&gt;
If the downloaded game has a &amp;quot;.bin&amp;quot; extension just rename it to &amp;quot;.gba&amp;quot;&lt;/div&gt;</summary>
		<author><name>Cool Matty</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8555</id>
		<title>Application:VBA</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8555"/>
		<updated>2010-01-19T00:52:56Z</updated>

		<summary type="html">&lt;p&gt;Cool Matty: /* Known issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VisualBoyAdvance=&lt;br /&gt;
VisualBoyAdvance (commonly abbreviated as VBA) is an emulator of the Game Boy, Game Boy Color, and Game Boy Advance handheld game consoles sold by Nintendo.&lt;br /&gt;
&lt;br /&gt;
==Credit==&lt;br /&gt;
Ported by Will Dietz Jan 2010. &amp;lt;br&amp;gt;&lt;br /&gt;
Thanks to #webos-internals for their feedback throughout testing!&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
All source is under the GPLv2 license.&lt;br /&gt;
The original source code is available [http://vba.ngemu.com/downloads.shtml here]&amp;lt;br /&amp;gt;&lt;br /&gt;
And the latest VBA for webOS source is available on git [http://git.webos-internals.org/?p=games/visualboyadvance.git here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Donate ==&lt;br /&gt;
Lots of work has gone into making this a great game for you to enjoy!&lt;br /&gt;
If you like it please consider donating.  See [http://forums.precentral.net/webos-internals/224974-visualboyadvance.html official thread] for the paypal link if you're interested.&lt;br /&gt;
&lt;br /&gt;
== Installing VBA ==&lt;br /&gt;
Install [[Preware]], and then launch it. Click on &amp;quot;Available Packages&amp;quot; then &amp;quot;Applications, or &amp;quot;Available Applications&amp;quot; then &amp;quot;All&amp;quot; depending on the Preware preferences you have chosen. Now type in &amp;quot;visual&amp;quot; (no quotes). VisualBoyAdvance should show up. If not, make sure your feeds are up to date. Click on VBA and then click install. You will probably have to install other services as well (it will tell you if you do).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you are ready to add ROMs(games)!&lt;br /&gt;
&lt;br /&gt;
==Adding ROMS==&lt;br /&gt;
We aren't going to discuss how to get ROMs here but we will tell you how to transfer them to your Pre. If you want to try some free Homebrew games for the GBA look at the end of the wiki page.&lt;br /&gt;
&lt;br /&gt;
Compatible ROM Files:&amp;lt;br/&amp;gt;&lt;br /&gt;
.gba (Game Boy Advance)&amp;lt;br/&amp;gt;&lt;br /&gt;
.gbc (Game Boy Color)&amp;lt;br/&amp;gt;&lt;br /&gt;
.gb (Game Boy)&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the downloaded game has a &amp;quot;.bin&amp;quot; extension just rename it to the proper extension(for example, rename a gameboy advance game to end with &amp;quot;.gba&amp;quot; without quotes)&lt;br /&gt;
&lt;br /&gt;
Once you have installed VBA on your Pre via [[Preware]], click on it from the launcher to open it for the first time. This should create the necessary folders for the ROMs.&lt;br /&gt;
&lt;br /&gt;
Now connect your Pre to your computer via USB mode. Once the Pre shows up on your computer, open it. You now should be at the &amp;quot;root&amp;quot; of your Pre's storage. If you look at the folders in the root, there should be a few including the &amp;quot;wallpapers&amp;quot;, &amp;quot;ringtones&amp;quot;, and most importantly, &amp;quot;vba&amp;quot; folders. Click on that and then the &amp;quot;roms&amp;quot; folder. Copy the ROMs from your computer and move them here. DO NOT put the ROMs (.gb, .gbc, .gba) in folders or zips within the &amp;quot;roms&amp;quot; folder. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you don't see a &amp;quot;vba&amp;quot; folder, but you do see a &amp;quot;wallpapers&amp;quot; and a &amp;quot;ringtones&amp;quot; folder AND you know you installed VBA properly, go ahead and create the necessary folders. Create one at the root called &amp;quot;vba&amp;quot; (no quotes or caps). Then make another one inside that called &amp;quot;roms&amp;quot; (again, no quotes or caps). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;NOTE&amp;lt;/b&amp;gt; The game talks about &amp;quot;/media/internal/vba/roms&amp;quot; because that's what the folder is called from the game's perspective.  When mounted on USB it will just be &amp;quot;/vba/roms&amp;quot;.  Sorry for the confusion!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As of 1.0.3, the &amp;quot;roms&amp;quot; folder is also where the saves (.sav) and screen captures go.&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
To select a rom, just tap on it in the rom selector.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that if you have more roms than fit on the screen, simply scroll to them.&amp;lt;br&amp;gt;&lt;br /&gt;
'''New in 1.0.4'''  Hit a letter key to jump to  that letter in the rom list (useful when you have lots of roms)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the current controls (while playing):&amp;lt;br&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|'''Pre Button'''&lt;br /&gt;
|'''Emulator Function'''&lt;br /&gt;
|'''Notes'''&lt;br /&gt;
|-&lt;br /&gt;
|WASD&lt;br /&gt;
|Up/left/down/right&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|k&lt;br /&gt;
|B&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|l&lt;br /&gt;
|A&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|q&lt;br /&gt;
|L (trigger)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|p&lt;br /&gt;
|R (trigger)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Enter&lt;br /&gt;
|Start&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Spacebar&lt;br /&gt;
|Select&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|@&lt;br /&gt;
|Turbo&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|. (period)&lt;br /&gt;
|Screenshot&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|t&lt;br /&gt;
|Start/Select/a/b All at Once&lt;br /&gt;
|Useful for Resets (or saving in zelda)&lt;br /&gt;
|-&lt;br /&gt;
|orange+s (minus)&lt;br /&gt;
|Toggle Displaying Emulation Speed&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|orange+l (apostrophe)&lt;br /&gt;
|Change Scaling Filter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|orange+z (or y for qwertz pre)&lt;br /&gt;
|Toggle Sound&lt;br /&gt;
|Boosts (GBA) Performance&lt;br /&gt;
|-&lt;br /&gt;
|1,2,3&lt;br /&gt;
|Save state number 1,2,3&lt;br /&gt;
|orange + &amp;quot;corresponding letter&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|4,5,6&lt;br /&gt;
|Load state number 1,2,3&lt;br /&gt;
|orange + &amp;quot;corresponding letter&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Custom Controls ===&lt;br /&gt;
'''New in 1.0.5!'''&lt;br /&gt;
&lt;br /&gt;
==== Instructions ====&lt;br /&gt;
You can now customize the controls!&lt;br /&gt;
&lt;br /&gt;
To start customizing, while running a game, hit '=' (orange+p).&lt;br /&gt;
&lt;br /&gt;
Then follow the on-screen instructions, hitting the keys you want the various buttons bound to.&lt;br /&gt;
&lt;br /&gt;
To stop the binding and cancel, hit '=' again.&lt;br /&gt;
&lt;br /&gt;
'''Note''' Due to the pre's keyboard limitations, some keys cannot be detected when pressed down at same time (j/k is an example of such a pair).  Keep this in mind.&lt;br /&gt;
&lt;br /&gt;
==== Community-suggested bindings ====&lt;br /&gt;
If you have a binding you think is great, please share it here!&lt;br /&gt;
&lt;br /&gt;
==Screenshots/Videos==&lt;br /&gt;
No Screenshots Yet!(fbcat doesn't grab opengles apps apparently?)&lt;br /&gt;
&lt;br /&gt;
YouTube Videos of VBA(1.0.1): &amp;lt;br&amp;gt;&lt;br /&gt;
Mario Kart Advance: http://www.youtube.com/watch?v=HdCZs3SU_Nc &amp;lt;br&amp;gt;&lt;br /&gt;
Metroid Fusion: http://www.youtube.com/watch?v=6nZKduqLcC8 &amp;lt;br&amp;gt;&lt;br /&gt;
Zelda DX: http://www.youtube.com/watch?v=UE8SbBLbqHI &amp;lt;br&amp;gt;&lt;br /&gt;
Pokemon Crystal: http://www.youtube.com/watch?v=-312zgBPpyI &amp;lt;br&amp;gt;&lt;br /&gt;
Super Mario Land 2: http://www.youtube.com/watch?v=WQ9s_57jGTM &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Feature Requests/TODO ==&lt;br /&gt;
Here's a list of feature requests I'm aware of and/or things I plan to do.&lt;br /&gt;
* ALSA instead of pulseaudio (hopefully to improve emulation speed with sound enabled)&lt;br /&gt;
* Additional keybinding options, such as:&lt;br /&gt;
** Diagonal keys (up+right, right+down, etc)&lt;br /&gt;
** System keys (redefine save state keys, sound off, etc)&lt;br /&gt;
** Pause emulation key?&lt;br /&gt;
* Add on-screen controls&lt;br /&gt;
** Portrait: controls can go off the screen (below, move image up)&lt;br /&gt;
** Landscape: if you can resolve the alpha blending performance issues, make that happen!&lt;br /&gt;
* Zip rom support&lt;br /&gt;
* &amp;quot;Go back to rom chooser&amp;quot; menu&lt;br /&gt;
* Create /save folder for .sav files (battery-backed RAM save info), instead of placing .sav in the /roms folder&lt;br /&gt;
* Better performance on GBA!!&lt;br /&gt;
** See iphone/GP2X ports and their ARM optimizations! (dynarec?)&lt;br /&gt;
* Don't list 'hidden' files (ones starting with period)&lt;br /&gt;
* Include a homebrew rom to demo the app?&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
* Poor performance in GBA. Try disabling sound (press '*'/orange+z)&lt;br /&gt;
* Audio doesn't seem to be fully disabled (you won't hear anything, but Pulseaudio is still doing a little work)&lt;br /&gt;
* Notifications always appear as if in landscape&lt;br /&gt;
* @ Turbo key can have keys bound to it, causing turbo AND the bound key to go at the same time.&lt;br /&gt;
&lt;br /&gt;
== Changelog ==&lt;br /&gt;
* '''1.0.6'''&lt;br /&gt;
** Fixed crash when creating custom configs (permissions issue)&lt;br /&gt;
* '''1.0.5'''&lt;br /&gt;
** Fixed saving issues&lt;br /&gt;
** Added ability to create custom keybindings (see wiki)&lt;br /&gt;
** Removed annoying battery messages&lt;br /&gt;
** Updated icon (thanks Spryal!) (might need to restart to see it)&lt;br /&gt;
** Fixed name for hopefully better word-wrap in launcher&lt;br /&gt;
* '''1.0.4'''&lt;br /&gt;
** Remove dependence on upstart, should fix problem with VBA not launching.&amp;lt;br&amp;gt;&lt;br /&gt;
** backported sound fixes for (slight) speed, also added code to hopefully fix freezing on pause&amp;lt;br&amp;gt;&lt;br /&gt;
** save/load state support&amp;lt;br&amp;gt;&lt;br /&gt;
** jump-to-letter functionality in rom selector for better management of large libraries&amp;lt;br&amp;gt;&lt;br /&gt;
** sort roms case insensitively&amp;lt;br&amp;gt;&lt;br /&gt;
* '''1.0.3''' Added toggle for displaying emulation speed to help compatability reports&lt;br /&gt;
* '''1.0.2''' Small metadata fix.&lt;br /&gt;
* '''1.0.1''' Small performance boost, public release!&lt;br /&gt;
* '''1.0.0''' Initial release (testing feed).  Reimplemented rendering engine, rom selector.&lt;br /&gt;
&lt;br /&gt;
== Compatibility List==&lt;br /&gt;
This is a list of games and how well they run.&lt;br /&gt;
PLEASE include a version number (on rom selector) when adding entries!&lt;br /&gt;
To see the emulation speed percentage, hit orange+s while playing (as of 1.0.3). &amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
===Gameboy/Gameboy Color===&lt;br /&gt;
All GB/GBC Games should be compatible (99.9%) at 100% Speed, please just report those NOT working.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Title&lt;br /&gt;
|Works&lt;br /&gt;
|Version&lt;br /&gt;
|Notes&lt;br /&gt;
|-&lt;br /&gt;
|Legend of Zelda Oracle of Ages&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Legend of Zelda Oracle of Seasons&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zelda DX&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Bugs Bunny and Lolla Bunny: Operation Carrots&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|The Lion King: SImba's Mighty Adventure&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Gameboy Advance===&lt;br /&gt;
Orange: Not Playable/Very Slow&amp;lt;br/&amp;gt;&lt;br /&gt;
Yellow: Semi-Playable&amp;lt;br/&amp;gt;&lt;br /&gt;
Green: Playable&amp;lt;br/&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Title'''&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | '''Speed'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''VBA Version'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Notes'''&lt;br /&gt;
|-&lt;br /&gt;
! '''Sound'''&lt;br /&gt;
! '''No Sound'''&lt;br /&gt;
|-&lt;br /&gt;
|Advance Wars&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|68% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Very Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Astro Boy - Omega Factor&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|75% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Backyard Football&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|35% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|55% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Menus work near 100% but gameplay is slow.&lt;br /&gt;
|-&lt;br /&gt;
|Breath of Fire II&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60-67% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Runs at 100% walking around. Battles haven't been tested.&lt;br /&gt;
|-&lt;br /&gt;
|Castlevania - Aria of Sorrow&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|56% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|Very Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Chu Chu Rocket!&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|97% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|Plays perfekt with or without sound :)&lt;br /&gt;
|-&lt;br /&gt;
|Duke Nukem 3D Advanced&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|40% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Drill Dozer&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|47% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Final Fantasy Tactics Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|40% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Semi-Playable without Sound&lt;br /&gt;
|-&lt;br /&gt;
|Fire Emblem&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Takes a bit to load. Extremely Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Fire Emblem: The Sacred Stones&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60-70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Extremely Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|F-Zero - GP Legend&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|55% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Golden Sun: The Lost Age&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|35% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Semi-Playable without sound if you have a lot patience.&lt;br /&gt;
|-&lt;br /&gt;
|Gunstar Super Heroes&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|44% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|65% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|playable without sound&lt;br /&gt;
|-&lt;br /&gt;
|Harvest Moon - Friends of Mineral Town&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|95% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Iridion II&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|57% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Kuru Kuru Kururin&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|40% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|65% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Lord of the Rings, Return of the King&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|63% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Playable, but a little slow.&lt;br /&gt;
|-&lt;br /&gt;
|Mario &amp;amp; Luigi - Superstar Saga&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|65-70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Menu 100% with Sound ;), ingame mostly fullspeed without.&lt;br /&gt;
|-&lt;br /&gt;
|Mario Kart - Super Circuit&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|44% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|64% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Time Trial without Sound is almost Fullspeed (95%)!&lt;br /&gt;
|-&lt;br /&gt;
|Metal Slug Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|68% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Metroid Fusion&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|68% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|92% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Mortal Kombat Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|70% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Playable without sound&lt;br /&gt;
|-&lt;br /&gt;
|Ninja Five-0&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|57% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Runs very good without Sound&lt;br /&gt;
|-&lt;br /&gt;
|PocketNES - NES Emulator&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon - Ruby&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|60%&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-90%&lt;br /&gt;
|1.0.3&lt;br /&gt;
|Playable without sound&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon - Fire Red&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|47%&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|64%&lt;br /&gt;
|1.0.3&lt;br /&gt;
|A little slow to actually play, but bearable I guess&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon - Leaf Green&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|46% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|63% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Error Loading Savegame, but still works.&lt;br /&gt;
|-&lt;br /&gt;
|Rayman Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|53% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|75% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Without sound very playable!&lt;br /&gt;
|-&lt;br /&gt;
|R-Type 3&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA2 - Super Mario World &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|62% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA3 - Yoshi's Island &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|58% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA4 - Mario Bros. 3 &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|51% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|72% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Takes a bit time to Load.&lt;br /&gt;
|-&lt;br /&gt;
|Sonic Advance 1 &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Sonic Advance 2 &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|55% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Sonic Advance 3&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|49% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|72% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|too slow for sonic&lt;br /&gt;
|-&lt;br /&gt;
|Super Ghouls'n Ghosts &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|69% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|V-Rally 3&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|37% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wario Land 4 &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wario Ware Inc. &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|70-80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zelda - A Link to the Past&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|62% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Slow but Playable!&lt;br /&gt;
|-&lt;br /&gt;
|Zelda - The Minish Cap&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zooo&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|55% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Free Roms==&lt;br /&gt;
There are several places where you can get free homebrew games for the GB and GBA that are 100% legal to download and try on the emulator. &amp;lt;br&amp;gt;&lt;br /&gt;
The best source for homebrew games for any console is http://www.pdroms.org but there are several other homebrew sites around that offer something similar such as this site specifically for gameboy advance: http://www.gameboy-advance-roms.info/ &amp;lt;br&amp;gt;&lt;br /&gt;
Here is a small list of free games that are worth trying, if you have more add them to the list!&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===GBA===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;freeware&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Title'''&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | '''Speed'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''VBA Version'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Link'''&lt;br /&gt;
|-&lt;br /&gt;
! '''Sound'''&lt;br /&gt;
! '''No Sound'''&lt;br /&gt;
|-&lt;br /&gt;
|Anguna&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/1724/&lt;br /&gt;
|-&lt;br /&gt;
|Another World&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.foxysofts.com/index.php?l=content/gba/anworld.inc&lt;br /&gt;
|-&lt;br /&gt;
|Arkanoid Clone&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.playeradvance.org/forum/showthread.php?t=4039&lt;br /&gt;
|-&lt;br /&gt;
|BulletGBA&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|80% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|http://pqrs.org/gba/bulletgba/&lt;br /&gt;
|-&lt;br /&gt;
|Bust-A-Move Clone&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.russprince.com/gba/&lt;br /&gt;
|-&lt;br /&gt;
|Dangerous XMAS&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|95% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.rickdangerous.co.uk/rickxmas.htm&lt;br /&gt;
|-&lt;br /&gt;
|Hergs Solitaire&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/1317/&lt;br /&gt;
|-&lt;br /&gt;
|The Last Seal&lt;br /&gt;
|bgcolor=&amp;quot;&amp;quot;|% &lt;br /&gt;
|bgcolor=&amp;quot;&amp;quot;|% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/895/&lt;br /&gt;
|-&lt;br /&gt;
|Motocross Challange&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|58% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/495/&lt;br /&gt;
|-}&lt;br /&gt;
If the downloaded game has a &amp;quot;.bin&amp;quot; extension just rename it to &amp;quot;.gba&amp;quot;&lt;/div&gt;</summary>
		<author><name>Cool Matty</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8548</id>
		<title>Application:VBA</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8548"/>
		<updated>2010-01-18T22:09:19Z</updated>

		<summary type="html">&lt;p&gt;Cool Matty: /* Feature Requests/TODO */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VisualBoyAdvance=&lt;br /&gt;
VisualBoyAdvance (commonly abbreviated as VBA) is an emulator of the Game Boy, Game Boy Color, and Game Boy Advance handheld game consoles sold by Nintendo.&lt;br /&gt;
&lt;br /&gt;
==Credit==&lt;br /&gt;
Ported by Will Dietz Jan 2010. &amp;lt;br&amp;gt;&lt;br /&gt;
Thanks to #webos-internals for their feedback throughout testing!&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
All source is under the GPLv2 license.&lt;br /&gt;
The original source code is available [http://vba.ngemu.com/downloads.shtml here]&amp;lt;br /&amp;gt;&lt;br /&gt;
And the latest VBA for webOS source is available on git [http://git.webos-internals.org/?p=games/visualboyadvance.git here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Donate ==&lt;br /&gt;
Lots of work has gone into making this a great game for you to enjoy!&lt;br /&gt;
If you like it please consider donating.  See [http://forums.precentral.net/webos-internals/224974-visualboyadvance.html official thread] for the paypal link if you're interested.&lt;br /&gt;
&lt;br /&gt;
== Installing VBA ==&lt;br /&gt;
Install [[Preware]], and then launch it. Click on &amp;quot;Available Packages&amp;quot; then &amp;quot;Applications, or &amp;quot;Available Applications&amp;quot; then &amp;quot;All&amp;quot; depending on the Preware preferences you have chosen. Now type in &amp;quot;visual&amp;quot; (no quotes). VisualBoyAdvance should show up. If not, make sure your feeds are up to date. Click on VBA and then click install. You will probably have to install other services as well (it will tell you if you do).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you are ready to add ROMs(games)!&lt;br /&gt;
&lt;br /&gt;
==Adding ROMS==&lt;br /&gt;
We aren't going to discuss how to get ROMs here but we will tell you how to transfer them to your Pre. If you want to try some free Homebrew games for the GBA look at the end of the wiki page.&lt;br /&gt;
&lt;br /&gt;
Compatible ROM Files:&amp;lt;br/&amp;gt;&lt;br /&gt;
.gba (Game Boy Advance)&amp;lt;br/&amp;gt;&lt;br /&gt;
.gbc (Game Boy Color)&amp;lt;br/&amp;gt;&lt;br /&gt;
.gb (Game Boy)&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the downloaded game has a &amp;quot;.bin&amp;quot; extension just rename it to the proper extension(for example, rename a gameboy advance game to end with &amp;quot;.gba&amp;quot; without quotes)&lt;br /&gt;
&lt;br /&gt;
Once you have installed VBA on your Pre via [[Preware]], click on it from the launcher to open it for the first time. This should create the necessary folders for the ROMs.&lt;br /&gt;
&lt;br /&gt;
Now connect your Pre to your computer via USB mode. Once the Pre shows up on your computer, open it. You now should be at the &amp;quot;root&amp;quot; of your Pre's storage. If you look at the folders in the root, there should be a few including the &amp;quot;wallpapers&amp;quot;, &amp;quot;ringtones&amp;quot;, and most importantly, &amp;quot;vba&amp;quot; folders. Click on that and then the &amp;quot;roms&amp;quot; folder. Copy the ROMs from your computer and move them here. DO NOT put the ROMs (.gb, .gbc, .gba) in folders or zips within the &amp;quot;roms&amp;quot; folder. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you don't see a &amp;quot;vba&amp;quot; folder, but you do see a &amp;quot;wallpapers&amp;quot; and a &amp;quot;ringtones&amp;quot; folder AND you know you installed VBA properly, go ahead and create the necessary folders. Create one at the root called &amp;quot;vba&amp;quot; (no quotes or caps). Then make another one inside that called &amp;quot;roms&amp;quot; (again, no quotes or caps). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;NOTE&amp;lt;/b&amp;gt; The game talks about &amp;quot;/media/internal/vba/roms&amp;quot; because that's what the folder is called from the game's perspective.  When mounted on USB it will just be &amp;quot;/vba/roms&amp;quot;.  Sorry for the confusion!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As of 1.0.3, the &amp;quot;roms&amp;quot; folder is also where the saves (.sav) and screen captures go.&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
To select a rom, just tap on it in the rom selector.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that if you have more roms than fit on the screen, simply scroll to them.&amp;lt;br&amp;gt;&lt;br /&gt;
'''New in 1.0.4'''  Hit a letter key to jump to  that letter in the rom list (useful when you have lots of roms)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the current controls (while playing):&amp;lt;br&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|'''Pre Button'''&lt;br /&gt;
|'''Emulator Function'''&lt;br /&gt;
|'''Notes'''&lt;br /&gt;
|-&lt;br /&gt;
|WASD&lt;br /&gt;
|Up/left/down/right&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|k&lt;br /&gt;
|B&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|l&lt;br /&gt;
|A&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|q&lt;br /&gt;
|L (trigger)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|p&lt;br /&gt;
|R (trigger)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Enter&lt;br /&gt;
|Start&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Spacebar&lt;br /&gt;
|Select&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|@&lt;br /&gt;
|Turbo&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|. (period)&lt;br /&gt;
|Screenshot&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|t&lt;br /&gt;
|Start/Select/a/b All at Once&lt;br /&gt;
|Useful for Resets (or saving in zelda)&lt;br /&gt;
|-&lt;br /&gt;
|orange+s (minus)&lt;br /&gt;
|Toggle Displaying Emulation Speed&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|orange+l (apostrophe)&lt;br /&gt;
|Change Scaling Filter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|orange+z (or y for qwertz pre)&lt;br /&gt;
|Toggle Sound&lt;br /&gt;
|Boosts (GBA) Performance&lt;br /&gt;
|-&lt;br /&gt;
|1,2,3&lt;br /&gt;
|Save state number 1,2,3&lt;br /&gt;
|orange + &amp;quot;corresponding letter&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|4,5,6&lt;br /&gt;
|Load state number 1,2,3&lt;br /&gt;
|orange + &amp;quot;corresponding letter&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Custom Controls ===&lt;br /&gt;
'''New in 1.0.5!'''&lt;br /&gt;
&lt;br /&gt;
==== Instructions ====&lt;br /&gt;
You can now customize the controls!&lt;br /&gt;
&lt;br /&gt;
To start customizing, while running a game, hit '=' (orange+p).&lt;br /&gt;
&lt;br /&gt;
Then follow the on-screen instructions, hitting the keys you want the various buttons bound to.&lt;br /&gt;
&lt;br /&gt;
To stop the binding and cancel, hit '=' again.&lt;br /&gt;
&lt;br /&gt;
'''Note''' Due to the pre's keyboard limitations, some keys cannot be detected when pressed down at same time (j/k is an example of such a pair).  Keep this in mind.&lt;br /&gt;
&lt;br /&gt;
==== Community-suggested bindings ====&lt;br /&gt;
If you have a binding you think is great, please share it here!&lt;br /&gt;
&lt;br /&gt;
==Screenshots/Videos==&lt;br /&gt;
No Screenshots Yet!(fbcat doesn't grab opengles apps apparently?)&lt;br /&gt;
&lt;br /&gt;
YouTube Videos of VBA(1.0.1): &amp;lt;br&amp;gt;&lt;br /&gt;
Mario Kart Advance: http://www.youtube.com/watch?v=HdCZs3SU_Nc &amp;lt;br&amp;gt;&lt;br /&gt;
Metroid Fusion: http://www.youtube.com/watch?v=6nZKduqLcC8 &amp;lt;br&amp;gt;&lt;br /&gt;
Zelda DX: http://www.youtube.com/watch?v=UE8SbBLbqHI &amp;lt;br&amp;gt;&lt;br /&gt;
Pokemon Crystal: http://www.youtube.com/watch?v=-312zgBPpyI &amp;lt;br&amp;gt;&lt;br /&gt;
Super Mario Land 2: http://www.youtube.com/watch?v=WQ9s_57jGTM &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Feature Requests/TODO ==&lt;br /&gt;
Here's a list of feature requests I'm aware of and/or things I plan to do.&lt;br /&gt;
* ALSA instead of pulseaudio (hopefully to improve emulation speed with sound enabled)&lt;br /&gt;
* Additional keybinding options, such as:&lt;br /&gt;
** Diagonal keys (up+right, right+down, etc)&lt;br /&gt;
** System keys (redefine save state keys, sound off, etc)&lt;br /&gt;
** Pause emulation key?&lt;br /&gt;
* Add on-screen controls&lt;br /&gt;
** Portrait: controls can go off the screen (below, move image up)&lt;br /&gt;
** Landscape: if you can resolve the alpha blending performance issues, make that happen!&lt;br /&gt;
* Zip rom support&lt;br /&gt;
* &amp;quot;Go back to rom chooser&amp;quot; menu&lt;br /&gt;
* Create /save folder for .sav files (battery-backed RAM save info), instead of placing .sav in the /roms folder&lt;br /&gt;
* Better performance on GBA!!&lt;br /&gt;
** See iphone/GP2X ports and their ARM optimizations! (dynarec?)&lt;br /&gt;
* Don't list 'hidden' files (ones starting with period)&lt;br /&gt;
* Include a homebrew rom to demo the app?&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
* Poor performance in GBA. Try disabling sound (press '*'/orange+z)&lt;br /&gt;
* Audio doesn't seem to be fully disabled (you won't hear anything, but Pulseaudio is still doing a little work)&lt;br /&gt;
* Notifications always appear as if in landscape&lt;br /&gt;
&lt;br /&gt;
== Changelog ==&lt;br /&gt;
* '''1.0.5'''&lt;br /&gt;
** Fixed saving issues&lt;br /&gt;
** Added ability to create custom keybindings (see wiki)&lt;br /&gt;
** Removed annoying battery messages&lt;br /&gt;
** Updated icon (thanks Spryal!) (might need to restart to see it)&lt;br /&gt;
** Fixed name for hopefully better word-wrap in launcher&lt;br /&gt;
* '''1.0.4'''&lt;br /&gt;
** Remove dependence on upstart, should fix problem with VBA not launching.&amp;lt;br&amp;gt;&lt;br /&gt;
** backported sound fixes for (slight) speed, also added code to hopefully fix freezing on pause&amp;lt;br&amp;gt;&lt;br /&gt;
** save/load state support&amp;lt;br&amp;gt;&lt;br /&gt;
** jump-to-letter functionality in rom selector for better management of large libraries&amp;lt;br&amp;gt;&lt;br /&gt;
** sort roms case insensitively&amp;lt;br&amp;gt;&lt;br /&gt;
* '''1.0.3''' Added toggle for displaying emulation speed to help compatability reports&lt;br /&gt;
* '''1.0.2''' Small metadata fix.&lt;br /&gt;
* '''1.0.1''' Small performance boost, public release!&lt;br /&gt;
* '''1.0.0''' Initial release (testing feed).  Reimplemented rendering engine, rom selector.&lt;br /&gt;
&lt;br /&gt;
== Compatibility List==&lt;br /&gt;
This is a list of games and how well they run.&lt;br /&gt;
PLEASE include a version number (on rom selector) when adding entries!&lt;br /&gt;
To see the emulation speed percentage, hit orange+s while playing (as of 1.0.3). &amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
===Gameboy/Gameboy Color===&lt;br /&gt;
All GB/GBC Games should be compatible (99.9%) at 100% Speed, please just report those NOT working.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Title&lt;br /&gt;
|Works&lt;br /&gt;
|Version&lt;br /&gt;
|Notes&lt;br /&gt;
|-&lt;br /&gt;
|Legend of Zelda Oracle of Ages&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Legend of Zelda Oracle of Seasons&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zelda DX&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Bugs Bunny and Lolla Bunny: Operation Carrots&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|The Lion King: SImba's Mighty Adventure&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Gameboy Advance===&lt;br /&gt;
Orange: Not Playable/Very Slow&amp;lt;br/&amp;gt;&lt;br /&gt;
Yellow: Semi-Playable&amp;lt;br/&amp;gt;&lt;br /&gt;
Green: Playable&amp;lt;br/&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Title'''&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | '''Speed'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''VBA Version'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Notes'''&lt;br /&gt;
|-&lt;br /&gt;
! '''Sound'''&lt;br /&gt;
! '''No Sound'''&lt;br /&gt;
|-&lt;br /&gt;
|Advance Wars&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|68% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Very Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Astro Boy - Omega Factor&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|75% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Backyard Football&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|35% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|55% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Menus work near 100% but gameplay is slow.&lt;br /&gt;
|-&lt;br /&gt;
|Breath of Fire II&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60-67% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Runs at 100% walking around. Battles haven't been tested.&lt;br /&gt;
|-&lt;br /&gt;
|Castlevania - Aria of Sorrow&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|56% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|Very Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Chu Chu Rocket!&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|97% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|Plays perfekt with or without sound :)&lt;br /&gt;
|-&lt;br /&gt;
|Duke Nukem 3D Advanced&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|40% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Drill Dozer&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|47% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Final Fantasy Tactics Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|40% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Semi-Playable without Sound&lt;br /&gt;
|-&lt;br /&gt;
|Fire Emblem&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Takes a bit to load. Extremely Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Fire Emblem: The Sacred Stones&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60-70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Extremely Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|F-Zero - GP Legend&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|55% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Golden Sun: The Lost Age&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|35% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Semi-Playable without sound if you have a lot patience.&lt;br /&gt;
|-&lt;br /&gt;
|Gunstar Super Heroes&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|44% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|65% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|playable without sound&lt;br /&gt;
|-&lt;br /&gt;
|Harvest Moon - Friends of Mineral Town&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|95% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Iridion II&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|57% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Kuru Kuru Kururin&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|40% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|65% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Lord of the Rings, Return of the King&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|63% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Playable, but a little slow.&lt;br /&gt;
|-&lt;br /&gt;
|Mario &amp;amp; Luigi - Superstar Saga&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|65-70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Menu 100% with Sound ;), ingame mostly fullspeed without.&lt;br /&gt;
|-&lt;br /&gt;
|Mario Kart - Super Circuit&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|44% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|64% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Time Trial without Sound is almost Fullspeed (95%)!&lt;br /&gt;
|-&lt;br /&gt;
|Metal Slug Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|68% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Metroid Fusion&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|68% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|92% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Mortal Kombat Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|70% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Playable without sound&lt;br /&gt;
|-&lt;br /&gt;
|Ninja Five-0&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|57% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Runs very good without Sound&lt;br /&gt;
|-&lt;br /&gt;
|PocketNES - NES Emulator&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon - Ruby&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|60%&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-90%&lt;br /&gt;
|1.0.3&lt;br /&gt;
|Playable without sound&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon - Fire Red&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|47%&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|64%&lt;br /&gt;
|1.0.3&lt;br /&gt;
|A little slow to actually play, but bearable I guess&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon - Leaf Green&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|46% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|63% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Error Loading Savegame, but still works.&lt;br /&gt;
|-&lt;br /&gt;
|Rayman Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|53% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|75% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Without sound very playable!&lt;br /&gt;
|-&lt;br /&gt;
|R-Type 3&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA2 - Super Mario World &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|62% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA3 - Yoshi's Island &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|58% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA4 - Mario Bros. 3 &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|51% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|72% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Takes a bit time to Load.&lt;br /&gt;
|-&lt;br /&gt;
|Sonic Advance 1 &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Sonic Advance 2 &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|55% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Sonic Advance 3&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|49% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|72% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|too slow for sonic&lt;br /&gt;
|-&lt;br /&gt;
|Super Ghouls'n Ghosts &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|69% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|V-Rally 3&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|37% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wario Land 4 &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wario Ware Inc. &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|70-80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zelda - A Link to the Past&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|62% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Slow but Playable!&lt;br /&gt;
|-&lt;br /&gt;
|Zelda - The Minish Cap&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zooo&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|55% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Free Roms==&lt;br /&gt;
There are several places where you can get free homebrew games for the GB and GBA that are 100% legal to download and try on the emulator. &amp;lt;br&amp;gt;&lt;br /&gt;
The best source for homebrew games for any console is http://www.pdroms.org but there are several other homebrew sites around that offer something similar such as this site specifically for gameboy advance: http://www.gameboy-advance-roms.info/ &amp;lt;br&amp;gt;&lt;br /&gt;
Here is a small list of free games that are worth trying, if you have more add them to the list!&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===GBA===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;freeware&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Title'''&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | '''Speed'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''VBA Version'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Link'''&lt;br /&gt;
|-&lt;br /&gt;
! '''Sound'''&lt;br /&gt;
! '''No Sound'''&lt;br /&gt;
|-&lt;br /&gt;
|Anguna&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/1724/&lt;br /&gt;
|-&lt;br /&gt;
|Another World&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.foxysofts.com/index.php?l=content/gba/anworld.inc&lt;br /&gt;
|-&lt;br /&gt;
|Arkanoid Clone&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.playeradvance.org/forum/showthread.php?t=4039&lt;br /&gt;
|-&lt;br /&gt;
|BulletGBA&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|80% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|http://pqrs.org/gba/bulletgba/&lt;br /&gt;
|-&lt;br /&gt;
|Bust-A-Move Clone&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.russprince.com/gba/&lt;br /&gt;
|-&lt;br /&gt;
|Dangerous XMAS&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|95% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.rickdangerous.co.uk/rickxmas.htm&lt;br /&gt;
|-&lt;br /&gt;
|Hergs Solitaire&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/1317/&lt;br /&gt;
|-&lt;br /&gt;
|The Last Seal&lt;br /&gt;
|bgcolor=&amp;quot;&amp;quot;|% &lt;br /&gt;
|bgcolor=&amp;quot;&amp;quot;|% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/895/&lt;br /&gt;
|-&lt;br /&gt;
|Motocross Challange&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|58% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/495/&lt;br /&gt;
|-}&lt;br /&gt;
If the downloaded game has a &amp;quot;.bin&amp;quot; extension just rename it to &amp;quot;.gba&amp;quot;&lt;/div&gt;</summary>
		<author><name>Cool Matty</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8530</id>
		<title>Application:VBA</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8530"/>
		<updated>2010-01-18T15:26:58Z</updated>

		<summary type="html">&lt;p&gt;Cool Matty: /* Feature Requests/TODO */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VisualBoyAdvance=&lt;br /&gt;
VisualBoyAdvance (commonly abbreviated as VBA) is an emulator of the Game Boy, Game Boy Color, and Game Boy Advance handheld game consoles sold by Nintendo.&lt;br /&gt;
&lt;br /&gt;
==Credit==&lt;br /&gt;
Ported by Will Dietz Jan 2010. &amp;lt;br&amp;gt;&lt;br /&gt;
Thanks to #webos-internals for their feedback throughout testing!&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
All source is under the GPLv2 license.&lt;br /&gt;
The original source code is available [http://vba.ngemu.com/downloads.shtml here]&amp;lt;br /&amp;gt;&lt;br /&gt;
And the latest VBA for webOS source is available on git [http://git.webos-internals.org/?p=games/visualboyadvance.git here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Donate ==&lt;br /&gt;
Lots of work has gone into making this a great game for you to enjoy!&lt;br /&gt;
If you like it please consider donating.  See [http://forums.precentral.net/webos-internals/224974-visualboyadvance.html official thread] for the paypal link if you're interested.&lt;br /&gt;
&lt;br /&gt;
== Installing VBA ==&lt;br /&gt;
Install [[Preware]], and then launch it. Click on &amp;quot;Available Packages&amp;quot; then &amp;quot;Applications, or &amp;quot;Available Applications&amp;quot; then &amp;quot;All&amp;quot; depending on the Preware preferences you have chosen. Now type in &amp;quot;visual&amp;quot; (no quotes). VisualBoyAdvance should show up. If not, make sure your feeds are up to date. Click on VBA and then click install. You will probably have to install other services as well (it will tell you if you do).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you are ready to add ROMs(games)!&lt;br /&gt;
&lt;br /&gt;
==Adding ROMS==&lt;br /&gt;
We aren't going to discuss how to get ROMs here but we will tell you how to transfer them to your Pre. If you want to try some free Homebrew games for the GBA look at the end of the wiki page.&lt;br /&gt;
&lt;br /&gt;
Compatible ROM Files:&amp;lt;br/&amp;gt;&lt;br /&gt;
.gba (Game Boy Advance)&amp;lt;br/&amp;gt;&lt;br /&gt;
.gbc (Game Boy Color)&amp;lt;br/&amp;gt;&lt;br /&gt;
.gb (Game Boy)&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the downloaded game has a &amp;quot;.bin&amp;quot; extension just rename it to the proper extension(for example, rename a gameboy advance game to end with &amp;quot;.gba&amp;quot; without quotes)&lt;br /&gt;
&lt;br /&gt;
Once you have installed VBA on your Pre via [[Preware]], click on it from the launcher to open it for the first time. This should create the necessary folders for the ROMs.&lt;br /&gt;
&lt;br /&gt;
Now connect your Pre to your computer via USB mode. Once the Pre shows up on your computer, open it. You now should be at the &amp;quot;root&amp;quot; of your Pre's storage. If you look at the folders in the root, there should be a few including the &amp;quot;wallpapers&amp;quot;, &amp;quot;ringtones&amp;quot;, and most importantly, &amp;quot;vba&amp;quot; folders. Click on that and then the &amp;quot;roms&amp;quot; folder. Copy the ROMs from your computer and move them here. DO NOT put the ROMs (.gb, .gbc, .gba) in folders or zips within the &amp;quot;roms&amp;quot; folder. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;If you don't see a &amp;quot;vba&amp;quot; folder, but you do see a &amp;quot;wallpapers&amp;quot; and a &amp;quot;ringtones&amp;quot; folder AND you know you installed VBA properly, go ahead and create the necessary folders. Create one at the root called &amp;quot;vba&amp;quot; (no quotes or caps). Then make another one inside that called &amp;quot;roms&amp;quot; (again, no quotes or caps). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;NOTE&amp;lt;/b&amp;gt; The game talks about &amp;quot;/media/internal/vba/roms&amp;quot; because that's what the folder is called from the game's perspective.  When mounted on USB it will just be &amp;quot;/vba/roms&amp;quot;.  Sorry for the confusion!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As of 1.0.3, the &amp;quot;roms&amp;quot; folder is also where the saves (.sav) and screen captures go.&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
To select a rom, just tap on it in the rom selector.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that if you have more roms than fit on the screen, simply scroll to them.&amp;lt;br&amp;gt;&lt;br /&gt;
'''New in 1.0.4'''  Hit a letter key to jump to  that letter in the rom list (useful when you have lots of roms)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the current controls (while playing):&amp;lt;br&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|'''Pre Button'''&lt;br /&gt;
|'''Emulator Function'''&lt;br /&gt;
|'''Notes'''&lt;br /&gt;
|-&lt;br /&gt;
|WASD&lt;br /&gt;
|Up/left/down/right&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|k&lt;br /&gt;
|B&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|l&lt;br /&gt;
|A&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|q&lt;br /&gt;
|L (trigger)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|p&lt;br /&gt;
|R (trigger)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Enter&lt;br /&gt;
|Start&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Spacebar&lt;br /&gt;
|Select&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|@&lt;br /&gt;
|Turbo&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|. (period)&lt;br /&gt;
|Screenshot&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|t&lt;br /&gt;
|Start/Select/a/b All at Once&lt;br /&gt;
|Useful for Resets (or saving in zelda)&lt;br /&gt;
|-&lt;br /&gt;
|orange+s (minus)&lt;br /&gt;
|Toggle Displaying Emulation Speed&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|orange+l (apostrophe)&lt;br /&gt;
|Change Scaling Filter&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|orange+z (or y for qwertz pre)&lt;br /&gt;
|Toggle Sound&lt;br /&gt;
|Boosts (GBA) Performance&lt;br /&gt;
|-&lt;br /&gt;
|1,2,3&lt;br /&gt;
|Save state number 1,2,3&lt;br /&gt;
|orange + &amp;quot;corresponding letter&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|4,5,6&lt;br /&gt;
|Load state number 1,2,3&lt;br /&gt;
|orange + &amp;quot;corresponding letter&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Screenshots/Videos==&lt;br /&gt;
No Screenshots Yet!(fbcat doesn't grab opengles apps apparently?)&lt;br /&gt;
&lt;br /&gt;
YouTube Videos of VBA(1.0.1): &amp;lt;br&amp;gt;&lt;br /&gt;
Mario Kart Advance: http://www.youtube.com/watch?v=HdCZs3SU_Nc &amp;lt;br&amp;gt;&lt;br /&gt;
Metroid Fusion: http://www.youtube.com/watch?v=6nZKduqLcC8 &amp;lt;br&amp;gt;&lt;br /&gt;
Zelda DX: http://www.youtube.com/watch?v=UE8SbBLbqHI &amp;lt;br&amp;gt;&lt;br /&gt;
Pokemon Crystal: http://www.youtube.com/watch?v=-312zgBPpyI &amp;lt;br&amp;gt;&lt;br /&gt;
Super Mario Land 2: http://www.youtube.com/watch?v=WQ9s_57jGTM &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Feature Requests/TODO ==&lt;br /&gt;
Here's a list of feature requests I'm aware of and/or things I plan to do.&lt;br /&gt;
* ALSA instead of pulseaudio&lt;br /&gt;
* Add ability to customize controls (it is possible allready but you have to create a new Config)&lt;br /&gt;
* Add on-screen controls&lt;br /&gt;
** Portrait: controls can go off the screen (below, move image up)&lt;br /&gt;
** Landscape: if you can resolve the alpha blending performance issues, make that happen!&lt;br /&gt;
* Zip rom support&lt;br /&gt;
* &amp;quot;Go back to rom chooser&amp;quot; menu&lt;br /&gt;
* Option to move/hide the &amp;quot;Wrote battery&amp;quot; message.&lt;br /&gt;
* Create /save folder for .sav files (battery-backed RAM save info), instead of placing .sav in the /roms folder&lt;br /&gt;
* More Scaling options, particularly 1:1 (no scaling)&lt;br /&gt;
* Better performance on GBA!!&lt;br /&gt;
** See iphone/GP2X ports and their ARM optimizations! (dynarec?)&lt;br /&gt;
* Frameskip options! (auto-frameskip?)  [Note: Frameskip was tested via .cfg to be mostly useless for GBA games. GB/GBC games do not need frameskip at all.]&lt;br /&gt;
* Don't list 'hidden' files (ones starting with period)&lt;br /&gt;
* Toggle for globally enabling/disabling status messages, including &amp;quot;wrote battery&amp;quot;.&lt;br /&gt;
* Include a homebrew rom to demo the app?&lt;br /&gt;
* change splash screen to tell them about the wiki for roms&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
* Poor performance in GBA. Try disabling sound (press '*'/orange+z)&lt;br /&gt;
* Audio doesn't seem to be fully disabled (you won't hear anything, but Pulseaudio is still doing a little work)&lt;br /&gt;
* Notifications always appear as if in landscape&lt;br /&gt;
&lt;br /&gt;
== Changelog ==&lt;br /&gt;
* '''1.0.4'''&lt;br /&gt;
** Remove dependence on upstart, should fix problem with VBA not launching.&amp;lt;br&amp;gt;&lt;br /&gt;
** backported sound fixes for (slight) speed, also added code to hopefully fix freezing on pause&amp;lt;br&amp;gt;&lt;br /&gt;
** save/load state support&amp;lt;br&amp;gt;&lt;br /&gt;
** jump-to-letter functionality in rom selector for better management of large libraries&amp;lt;br&amp;gt;&lt;br /&gt;
** sort roms case insensitively&amp;lt;br&amp;gt;&lt;br /&gt;
* '''1.0.3''' Added toggle for displaying emulation speed to help compatability reports&lt;br /&gt;
* '''1.0.2''' Small metadata fix.&lt;br /&gt;
* '''1.0.1''' Small performance boost, public release!&lt;br /&gt;
* '''1.0.0''' Initial release (testing feed).  Reimplemented rendering engine, rom selector.&lt;br /&gt;
&lt;br /&gt;
== Compatibility List==&lt;br /&gt;
This is a list of games and how well they run.&lt;br /&gt;
PLEASE include a version number (on rom selector) when adding entries!&lt;br /&gt;
To see the emulation speed percentage, hit orange+s while playing (as of 1.0.3). &amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
===Gameboy/Gameboy Color===&lt;br /&gt;
All GB/GBC Games should be compatible (99.9%) at 100% Speed, please just report those NOT working.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Title&lt;br /&gt;
|Works&lt;br /&gt;
|Version&lt;br /&gt;
|Notes&lt;br /&gt;
|-&lt;br /&gt;
|Legend of Zelda Oracle of Ages&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Legend of Zelda Oracle of Seasons&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zelda DX&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.0&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Bugs Bunny and Lolla Bunny: Operation Carrots&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|The Lion King: SImba's Mighty Adventure&lt;br /&gt;
|YES&lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Gameboy Advance===&lt;br /&gt;
Orange: Not Playable/Very Slow&amp;lt;br/&amp;gt;&lt;br /&gt;
Yellow: Semi-Playable&amp;lt;br/&amp;gt;&lt;br /&gt;
Green: Playable&amp;lt;br/&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Title'''&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | '''Speed'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''VBA Version'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Notes'''&lt;br /&gt;
|-&lt;br /&gt;
! '''Sound'''&lt;br /&gt;
! '''No Sound'''&lt;br /&gt;
|-&lt;br /&gt;
|Advance Wars&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|68% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Very Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Astro Boy - Omega Factor&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|75% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Backyard Football&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|35% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|55% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Menus work near 100% but gameplay is slow.&lt;br /&gt;
|-&lt;br /&gt;
|Breath of Fire II&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60-67% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Runs at 100% walking around. Battles haven't been tested.&lt;br /&gt;
|-&lt;br /&gt;
|Castlevania - Aria of Sorrow&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|56% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|Very Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Chu Chu Rocket!&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|97% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|Plays perfekt with or without sound :)&lt;br /&gt;
|-&lt;br /&gt;
|Duke Nukem 3D Advanced&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|40% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Drill Dozer&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|47% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Final Fantasy Tactics Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|40% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Semi-Playable without Sound&lt;br /&gt;
|-&lt;br /&gt;
|Fire Emblem&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Takes a bit to load. Extremely Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|Fire Emblem: The Sacred Stones&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60-70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Extremely Playable without Sound!&lt;br /&gt;
|-&lt;br /&gt;
|F-Zero - GP Legend&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|55% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Golden Sun: The Lost Age&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|35% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Semi-Playable without sound if you have a lot patience.&lt;br /&gt;
|-&lt;br /&gt;
|Gunstar Super Heroes&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|44% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|65% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|playable without sound&lt;br /&gt;
|-&lt;br /&gt;
|Harvest Moon - Friends of Mineral Town&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|95% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Iridion II&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|57% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Kuru Kuru Kururin&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|40% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|65% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Lord of the Rings, Return of the King&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|63% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Playable, but a little slow.&lt;br /&gt;
|-&lt;br /&gt;
|Mario &amp;amp; Luigi - Superstar Saga&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|65-70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Menu 100% with Sound ;), ingame mostly fullspeed without.&lt;br /&gt;
|-&lt;br /&gt;
|Mario Kart - Super Circuit&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|44% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|64% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Time Trial without Sound is almost Fullspeed (95%)!&lt;br /&gt;
|-&lt;br /&gt;
|Metal Slug Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|68% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Metroid Fusion&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|68% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|92% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Mortal Kombat Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|70% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Playable without sound&lt;br /&gt;
|-&lt;br /&gt;
|Ninja Five-0&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|57% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Runs very good without Sound&lt;br /&gt;
|-&lt;br /&gt;
|PocketNES - NES Emulator&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon - Ruby&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|60%&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80-90%&lt;br /&gt;
|1.0.3&lt;br /&gt;
|Playable without sound&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon - Fire Red&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|47%&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|64%&lt;br /&gt;
|1.0.3&lt;br /&gt;
|A little slow to actually play, but bearable I guess&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon - Leaf Green&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|46% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|63% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Error Loading Savegame, but still works.&lt;br /&gt;
|-&lt;br /&gt;
|Rayman Advance&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|53% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|75% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Without sound very playable!&lt;br /&gt;
|-&lt;br /&gt;
|R-Type 3&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90-100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA2 - Super Mario World &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|62% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA3 - Yoshi's Island &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|43% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|58% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SMA4 - Mario Bros. 3 &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|51% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|72% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Takes a bit time to Load.&lt;br /&gt;
|-&lt;br /&gt;
|Sonic Advance 1 &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Sonic Advance 2 &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|55% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Sonic Advance 3&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|49% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|72% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|too slow for sonic&lt;br /&gt;
|-&lt;br /&gt;
|Super Ghouls'n Ghosts &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|69% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|V-Rally 3&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|37% &lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|48% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wario Land 4 &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wario Ware Inc. &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|70-80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zelda - A Link to the Past&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|45% &lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|62% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|Slow but Playable!&lt;br /&gt;
|-&lt;br /&gt;
|Zelda - The Minish Cap&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|50% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zooo&lt;br /&gt;
|bgcolor=&amp;quot;orange&amp;quot;|55% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|90% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Free Roms==&lt;br /&gt;
There are several places where you can get free homebrew games for the GB and GBA that are 100% legal to download and try on the emulator. &amp;lt;br&amp;gt;&lt;br /&gt;
The best source for homebrew games for any console is http://www.pdroms.org but there are several other homebrew sites around that offer something similar such as this site specifically for gameboy advance: http://www.gameboy-advance-roms.info/ &amp;lt;br&amp;gt;&lt;br /&gt;
Here is a small list of free games that are worth trying, if you have more add them to the list!&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===GBA===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;freeware&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Title'''&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | '''Speed'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''VBA Version'''&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | '''Link'''&lt;br /&gt;
|-&lt;br /&gt;
! '''Sound'''&lt;br /&gt;
! '''No Sound'''&lt;br /&gt;
|-&lt;br /&gt;
|Anguna&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/1724/&lt;br /&gt;
|-&lt;br /&gt;
|Another World&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|60% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|85% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.foxysofts.com/index.php?l=content/gba/anworld.inc&lt;br /&gt;
|-&lt;br /&gt;
|Arkanoid Clone&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|70% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.playeradvance.org/forum/showthread.php?t=4039&lt;br /&gt;
|-&lt;br /&gt;
|BulletGBA&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|80% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.4&lt;br /&gt;
|http://pqrs.org/gba/bulletgba/&lt;br /&gt;
|-&lt;br /&gt;
|Bust-A-Move Clone&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.russprince.com/gba/&lt;br /&gt;
|-&lt;br /&gt;
|Dangerous XMAS&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|95% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.rickdangerous.co.uk/rickxmas.htm&lt;br /&gt;
|-&lt;br /&gt;
|Hergs Solitaire&lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|100% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/1317/&lt;br /&gt;
|-&lt;br /&gt;
|The Last Seal&lt;br /&gt;
|bgcolor=&amp;quot;&amp;quot;|% &lt;br /&gt;
|bgcolor=&amp;quot;&amp;quot;|% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/895/&lt;br /&gt;
|-&lt;br /&gt;
|Motocross Challange&lt;br /&gt;
|bgcolor=&amp;quot;yellow&amp;quot;|58% &lt;br /&gt;
|bgcolor=&amp;quot;lightgreen&amp;quot;|80% &lt;br /&gt;
|1.0.3&lt;br /&gt;
|http://www.pdroms.de/files/495/&lt;br /&gt;
|-}&lt;br /&gt;
If the downloaded game has a &amp;quot;.bin&amp;quot; extension just rename it to &amp;quot;.gba&amp;quot;&lt;/div&gt;</summary>
		<author><name>Cool Matty</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8329</id>
		<title>Application:VBA</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8329"/>
		<updated>2010-01-14T16:36:37Z</updated>

		<summary type="html">&lt;p&gt;Cool Matty: /* Known issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VisualBoyAdvance=&lt;br /&gt;
VisualBoyAdvance (commonly abbreviated as VBA) is an emulator of the Game Boy, Game Boy Color, and Game Boy Advance handheld game consoles sold by Nintendo.&lt;br /&gt;
&lt;br /&gt;
==Credit==&lt;br /&gt;
Ported by Will Dietz Jan 2010. &amp;lt;br&amp;gt;&lt;br /&gt;
Thanks to #webos-internals for their feedback throughout testing!&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
All source is under the GPLv2 license.&lt;br /&gt;
The original source code is available [http://vba.ngemu.com/downloads.shtml here]&amp;lt;br /&amp;gt;&lt;br /&gt;
And the latest VBA for webOS source is available on git [http://git.webos-internals.org/?p=games/visualboyadvance.git here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Donate ==&lt;br /&gt;
Lots of work has gone into making this a great game for you to enjoy!&lt;br /&gt;
If you like it please consider [https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=3S7ULCYRCDWS8&amp;amp;lc=US&amp;amp;item_name=Will%20Dietz&amp;amp;item_number=palm%20pre&amp;amp;currency_code=USD&amp;amp;bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted donating]&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
To select a rom, just tap on it in the rom selector.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that if you have more roms than fit on the screen, simply scroll to them.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the current controls (while playing):&amp;lt;br&amp;gt;&lt;br /&gt;
WASD --Up/left/down/right. &amp;lt;br&amp;gt;&lt;br /&gt;
K --B&amp;lt;br&amp;gt;&lt;br /&gt;
L--A&amp;lt;br&amp;gt;&lt;br /&gt;
Q--L&amp;lt;br&amp;gt;&lt;br /&gt;
P--R&amp;lt;br&amp;gt;&lt;br /&gt;
enter--start&amp;lt;br&amp;gt;&lt;br /&gt;
space--select&amp;lt;br&amp;gt;&lt;br /&gt;
@--turbo&amp;lt;br&amp;gt;&lt;br /&gt;
orange+L (quote)--change scaling filter&amp;lt;br/&amp;gt;&lt;br /&gt;
orange+@ (zero)--change orientation&amp;lt;br/&amp;gt;&lt;br /&gt;
. (period)--snapshot&amp;lt;br&amp;gt;&lt;br /&gt;
t -- start/select/a/b all at once&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; (orange+z/asterisk) --toggle sound for speed (particularly GBA)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Feature Requests ==&lt;br /&gt;
Here's a list I encourage everyone to help create (I'll maintain it myself).  Feel free to add things here!&lt;br /&gt;
* ALSA instead of pulseaudio&lt;br /&gt;
* Add ability to customize controls&lt;br /&gt;
* Add on-screen controls&lt;br /&gt;
** Portrait: controls can go off the screen (below, move image up)&lt;br /&gt;
** Landscape: if you can resolve the alpha blending performance issues, make that happen!&lt;br /&gt;
* Zip rom support&lt;br /&gt;
* &amp;quot;Go back to rom chooser&amp;quot; menu&lt;br /&gt;
* save state support&lt;br /&gt;
* Create /save folder for .sav files (battery-backed RAM save info), instead of placing .sav in the /roms folder&lt;br /&gt;
* More Scaling options, particularly 1:1 (no scaling)&lt;br /&gt;
* Better performance on GBA!!&lt;br /&gt;
** See iphone/GP2X ports and their ARM optimizations!&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
* Poor performance in GBA. Try disabling sound (press '*'/orange+z)&lt;br /&gt;
* Audio doesn't seem to be fully disabled (you won't hear anything, but Pulseaudio is still doing a little work)&lt;br /&gt;
* Occasionally crashes when minimized&lt;/div&gt;</summary>
		<author><name>Cool Matty</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8326</id>
		<title>Application:VBA</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8326"/>
		<updated>2010-01-14T15:42:17Z</updated>

		<summary type="html">&lt;p&gt;Cool Matty: /* Feature Requests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VisualBoyAdvance=&lt;br /&gt;
VisualBoyAdvance (commonly abbreviated as VBA) is an emulator of the Game Boy, Game Boy Color, and Game Boy Advance handheld game consoles sold by Nintendo.&lt;br /&gt;
&lt;br /&gt;
==Credit==&lt;br /&gt;
Ported by Will Dietz Jan 2010. &amp;lt;br&amp;gt;&lt;br /&gt;
Thanks to #webos-internals for their feedback throughout testing!&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
All source is under the GPLv2 license.&lt;br /&gt;
The original source code is available [http://vba.ngemu.com/downloads.shtml here]&amp;lt;br /&amp;gt;&lt;br /&gt;
And the latest VBA for webOS source is available on git [http://git.webos-internals.org/?p=games/visualboyadvance.git here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Donate ==&lt;br /&gt;
Lots of work has gone into making this a great game for you to enjoy!&lt;br /&gt;
If you like it please consider [https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=3S7ULCYRCDWS8&amp;amp;lc=US&amp;amp;item_name=Will%20Dietz&amp;amp;item_number=palm%20pre&amp;amp;currency_code=USD&amp;amp;bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted donating]&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
To select a rom, just tap on it in the rom selector.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that if you have more roms than fit on the screen, simply scroll to them.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the current controls (while playing):&amp;lt;br&amp;gt;&lt;br /&gt;
WASD --Up/left/down/right. &amp;lt;br&amp;gt;&lt;br /&gt;
K --B&amp;lt;br&amp;gt;&lt;br /&gt;
L--A&amp;lt;br&amp;gt;&lt;br /&gt;
Q--L&amp;lt;br&amp;gt;&lt;br /&gt;
P--R&amp;lt;br&amp;gt;&lt;br /&gt;
enter--start&amp;lt;br&amp;gt;&lt;br /&gt;
space--select&amp;lt;br&amp;gt;&lt;br /&gt;
@--turbo&amp;lt;br&amp;gt;&lt;br /&gt;
orange+L (quote)--change scaling filter&amp;lt;br/&amp;gt;&lt;br /&gt;
orange+@ (zero)--change orientation&amp;lt;br/&amp;gt;&lt;br /&gt;
. (period)--snapshot&amp;lt;br&amp;gt;&lt;br /&gt;
t -- start/select/a/b all at once&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; (orange+z/asterisk) --toggle sound for speed (particularly GBA)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Feature Requests ==&lt;br /&gt;
Here's a list I encourage everyone to help create (I'll maintain it myself).  Feel free to add things here!&lt;br /&gt;
* ALSA instead of pulseaudio&lt;br /&gt;
* Add ability to customize controls&lt;br /&gt;
* Add on-screen controls&lt;br /&gt;
** Portrait: controls can go off the screen (below, move image up)&lt;br /&gt;
** Landscape: if you can resolve the alpha blending performance issues, make that happen!&lt;br /&gt;
* Zip rom support&lt;br /&gt;
* &amp;quot;Go back to rom chooser&amp;quot; menu&lt;br /&gt;
* save state support&lt;br /&gt;
* Create /save folder for .sav files (battery-backed RAM save info), instead of placing .sav in the /roms folder&lt;br /&gt;
* More Scaling options, particularly 1:1 (no scaling)&lt;br /&gt;
* Better performance on GBA!!&lt;br /&gt;
** See iphone/GP2X ports and their ARM optimizations!&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
* Poor performance in GBA. Try disabling sound (press '*'/orange+z)&lt;br /&gt;
* Occasionally crashes when minimized&lt;/div&gt;</summary>
		<author><name>Cool Matty</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8325</id>
		<title>Application:VBA</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8325"/>
		<updated>2010-01-14T15:42:01Z</updated>

		<summary type="html">&lt;p&gt;Cool Matty: /* Feature Requests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VisualBoyAdvance=&lt;br /&gt;
VisualBoyAdvance (commonly abbreviated as VBA) is an emulator of the Game Boy, Game Boy Color, and Game Boy Advance handheld game consoles sold by Nintendo.&lt;br /&gt;
&lt;br /&gt;
==Credit==&lt;br /&gt;
Ported by Will Dietz Jan 2010. &amp;lt;br&amp;gt;&lt;br /&gt;
Thanks to #webos-internals for their feedback throughout testing!&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
All source is under the GPLv2 license.&lt;br /&gt;
The original source code is available [http://vba.ngemu.com/downloads.shtml here]&amp;lt;br /&amp;gt;&lt;br /&gt;
And the latest VBA for webOS source is available on git [http://git.webos-internals.org/?p=games/visualboyadvance.git here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Donate ==&lt;br /&gt;
Lots of work has gone into making this a great game for you to enjoy!&lt;br /&gt;
If you like it please consider [https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=3S7ULCYRCDWS8&amp;amp;lc=US&amp;amp;item_name=Will%20Dietz&amp;amp;item_number=palm%20pre&amp;amp;currency_code=USD&amp;amp;bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted donating]&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
To select a rom, just tap on it in the rom selector.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that if you have more roms than fit on the screen, simply scroll to them.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the current controls (while playing):&amp;lt;br&amp;gt;&lt;br /&gt;
WASD --Up/left/down/right. &amp;lt;br&amp;gt;&lt;br /&gt;
K --B&amp;lt;br&amp;gt;&lt;br /&gt;
L--A&amp;lt;br&amp;gt;&lt;br /&gt;
Q--L&amp;lt;br&amp;gt;&lt;br /&gt;
P--R&amp;lt;br&amp;gt;&lt;br /&gt;
enter--start&amp;lt;br&amp;gt;&lt;br /&gt;
space--select&amp;lt;br&amp;gt;&lt;br /&gt;
@--turbo&amp;lt;br&amp;gt;&lt;br /&gt;
orange+L (quote)--change scaling filter&amp;lt;br/&amp;gt;&lt;br /&gt;
orange+@ (zero)--change orientation&amp;lt;br/&amp;gt;&lt;br /&gt;
. (period)--snapshot&amp;lt;br&amp;gt;&lt;br /&gt;
t -- start/select/a/b all at once&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; (orange+z/asterisk) --toggle sound for speed (particularly GBA)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Feature Requests ==&lt;br /&gt;
Here's a list I encourage everyone to help create (I'll maintain it myself).  Feel free to add things here!&lt;br /&gt;
* ALSA instead of pulseaudio&lt;br /&gt;
* Add on-screen controls&lt;br /&gt;
* Add ability to customize controls&lt;br /&gt;
** Portrait: controls can go off the screen (below, move image up)&lt;br /&gt;
** Landscape: if you can resolve the alpha blending performance issues, make that happen!&lt;br /&gt;
* Zip rom support&lt;br /&gt;
* &amp;quot;Go back to rom chooser&amp;quot; menu&lt;br /&gt;
* save state support&lt;br /&gt;
* Create /save folder for .sav files (battery-backed RAM save info), instead of placing .sav in the /roms folder&lt;br /&gt;
* More Scaling options, particularly 1:1 (no scaling)&lt;br /&gt;
* Better performance on GBA!!&lt;br /&gt;
** See iphone/GP2X ports and their ARM optimizations!&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
* Poor performance in GBA. Try disabling sound (press '*'/orange+z)&lt;br /&gt;
* Occasionally crashes when minimized&lt;/div&gt;</summary>
		<author><name>Cool Matty</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8324</id>
		<title>Application:VBA</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8324"/>
		<updated>2010-01-14T15:35:36Z</updated>

		<summary type="html">&lt;p&gt;Cool Matty: /* Feature Requests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VisualBoyAdvance=&lt;br /&gt;
VisualBoyAdvance (commonly abbreviated as VBA) is an emulator of the Game Boy, Game Boy Color, and Game Boy Advance handheld game consoles sold by Nintendo.&lt;br /&gt;
&lt;br /&gt;
==Credit==&lt;br /&gt;
Ported by Will Dietz Jan 2010. &amp;lt;br&amp;gt;&lt;br /&gt;
Thanks to #webos-internals for their feedback throughout testing!&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
All source is under the GPLv2 license.&lt;br /&gt;
The original source code is available [http://vba.ngemu.com/downloads.shtml here]&amp;lt;br /&amp;gt;&lt;br /&gt;
And the latest VBA for webOS source is available on git [http://git.webos-internals.org/?p=games/visualboyadvance.git here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Donate ==&lt;br /&gt;
Lots of work has gone into making this a great game for you to enjoy!&lt;br /&gt;
If you like it please consider [https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=3S7ULCYRCDWS8&amp;amp;lc=US&amp;amp;item_name=Will%20Dietz&amp;amp;item_number=palm%20pre&amp;amp;currency_code=USD&amp;amp;bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted donating]&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
To select a rom, just tap on it in the rom selector.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that if you have more roms than fit on the screen, simply scroll to them.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the current controls (while playing):&amp;lt;br&amp;gt;&lt;br /&gt;
WASD --Up/left/down/right. &amp;lt;br&amp;gt;&lt;br /&gt;
K --B&amp;lt;br&amp;gt;&lt;br /&gt;
L--A&amp;lt;br&amp;gt;&lt;br /&gt;
Q--L&amp;lt;br&amp;gt;&lt;br /&gt;
P--R&amp;lt;br&amp;gt;&lt;br /&gt;
enter--start&amp;lt;br&amp;gt;&lt;br /&gt;
space--select&amp;lt;br&amp;gt;&lt;br /&gt;
@--turbo&amp;lt;br&amp;gt;&lt;br /&gt;
orange+L (quote)--change scaling filter&amp;lt;br/&amp;gt;&lt;br /&gt;
orange+@ (zero)--change orientation&amp;lt;br/&amp;gt;&lt;br /&gt;
. (period)--snapshot&amp;lt;br&amp;gt;&lt;br /&gt;
t -- start/select/a/b all at once&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; (orange+z/asterisk) --toggle sound for speed (particularly GBA)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Feature Requests ==&lt;br /&gt;
Here's a list I encourage everyone to help create (I'll maintain it myself).  Feel free to add things here!&lt;br /&gt;
* ALSA instead of pulseaudio&lt;br /&gt;
* Add on-screen controls&lt;br /&gt;
** Portrait: controls can go off the screen (below, move image up)&lt;br /&gt;
** Landscape: if you can resolve the alpha blending performance issues, make that happen!&lt;br /&gt;
* Zip rom support&lt;br /&gt;
* &amp;quot;Go back to rom chooser&amp;quot; menu&lt;br /&gt;
* save state support&lt;br /&gt;
* Create /save folder for .sav files (battery-backed RAM save info), instead of placing .sav in the /roms folder&lt;br /&gt;
* More Scaling options, particularly 1:1 (no scaling)&lt;br /&gt;
* Better performance on GBA!!&lt;br /&gt;
** See iphone/GP2X ports and their ARM optimizations!&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
* Poor performance in GBA. Try disabling sound (press '*'/orange+z)&lt;br /&gt;
* Occasionally crashes when minimized&lt;/div&gt;</summary>
		<author><name>Cool Matty</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8323</id>
		<title>Application:VBA</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8323"/>
		<updated>2010-01-14T15:27:13Z</updated>

		<summary type="html">&lt;p&gt;Cool Matty: /* Feature Requests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VisualBoyAdvance=&lt;br /&gt;
VisualBoyAdvance (commonly abbreviated as VBA) is an emulator of the Game Boy, Game Boy Color, and Game Boy Advance handheld game consoles sold by Nintendo.&lt;br /&gt;
&lt;br /&gt;
==Credit==&lt;br /&gt;
Ported by Will Dietz Jan 2010. &amp;lt;br&amp;gt;&lt;br /&gt;
Thanks to #webos-internals for their feedback throughout testing!&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
All source is under the GPLv2 license.&lt;br /&gt;
The original source code is available [http://vba.ngemu.com/downloads.shtml here]&amp;lt;br /&amp;gt;&lt;br /&gt;
And the latest VBA for webOS source is available on git [http://git.webos-internals.org/?p=games/visualboyadvance.git here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Donate ==&lt;br /&gt;
Lots of work has gone into making this a great game for you to enjoy!&lt;br /&gt;
If you like it please consider [https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=3S7ULCYRCDWS8&amp;amp;lc=US&amp;amp;item_name=Will%20Dietz&amp;amp;item_number=palm%20pre&amp;amp;currency_code=USD&amp;amp;bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted donating]&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
To select a rom, just tap on it in the rom selector.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that if you have more roms than fit on the screen, simply scroll to them.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the current controls (while playing):&amp;lt;br&amp;gt;&lt;br /&gt;
WASD --Up/left/down/right. &amp;lt;br&amp;gt;&lt;br /&gt;
K --B&amp;lt;br&amp;gt;&lt;br /&gt;
L--A&amp;lt;br&amp;gt;&lt;br /&gt;
Q--L&amp;lt;br&amp;gt;&lt;br /&gt;
P--R&amp;lt;br&amp;gt;&lt;br /&gt;
enter--start&amp;lt;br&amp;gt;&lt;br /&gt;
space--select&amp;lt;br&amp;gt;&lt;br /&gt;
@--turbo&amp;lt;br&amp;gt;&lt;br /&gt;
orange+L (quote)--change scaling filter&amp;lt;br/&amp;gt;&lt;br /&gt;
orange+@ (zero)--change orientation&amp;lt;br/&amp;gt;&lt;br /&gt;
. (period)--snapshot&amp;lt;br&amp;gt;&lt;br /&gt;
t -- start/select/a/b all at once&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; (orange+z/asterisk) --toggle sound for speed (particularly GBA)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Feature Requests ==&lt;br /&gt;
Here's a list I encourage everyone to help create (I'll maintain it myself).  Feel free to add things here!&lt;br /&gt;
* ALSA instead of pulseaudio&lt;br /&gt;
* Add on-screen controls&lt;br /&gt;
** Portrait: controls can go off the screen (below, move image up)&lt;br /&gt;
** Landscape: if you can resolve the alpha blending performance issues, make that happen!&lt;br /&gt;
* Zip rom support&lt;br /&gt;
* &amp;quot;Go back to rom chooser&amp;quot; menu&lt;br /&gt;
* save state support&lt;br /&gt;
* More Scaling options, particularly 1:1 (no scaling)&lt;br /&gt;
* Better performance on GBA!!&lt;br /&gt;
** See iphone/GP2X ports and their ARM optimizations!&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
* Poor performance in GBA. Try disabling sound (press '*'/orange+z)&lt;br /&gt;
* Occasionally crashes when minimized&lt;/div&gt;</summary>
		<author><name>Cool Matty</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8322</id>
		<title>Application:VBA</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8322"/>
		<updated>2010-01-14T15:27:02Z</updated>

		<summary type="html">&lt;p&gt;Cool Matty: /* Feature Requests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VisualBoyAdvance=&lt;br /&gt;
VisualBoyAdvance (commonly abbreviated as VBA) is an emulator of the Game Boy, Game Boy Color, and Game Boy Advance handheld game consoles sold by Nintendo.&lt;br /&gt;
&lt;br /&gt;
==Credit==&lt;br /&gt;
Ported by Will Dietz Jan 2010. &amp;lt;br&amp;gt;&lt;br /&gt;
Thanks to #webos-internals for their feedback throughout testing!&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
All source is under the GPLv2 license.&lt;br /&gt;
The original source code is available [http://vba.ngemu.com/downloads.shtml here]&amp;lt;br /&amp;gt;&lt;br /&gt;
And the latest VBA for webOS source is available on git [http://git.webos-internals.org/?p=games/visualboyadvance.git here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Donate ==&lt;br /&gt;
Lots of work has gone into making this a great game for you to enjoy!&lt;br /&gt;
If you like it please consider [https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=3S7ULCYRCDWS8&amp;amp;lc=US&amp;amp;item_name=Will%20Dietz&amp;amp;item_number=palm%20pre&amp;amp;currency_code=USD&amp;amp;bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted donating]&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
To select a rom, just tap on it in the rom selector.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that if you have more roms than fit on the screen, simply scroll to them.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the current controls (while playing):&amp;lt;br&amp;gt;&lt;br /&gt;
WASD --Up/left/down/right. &amp;lt;br&amp;gt;&lt;br /&gt;
K --B&amp;lt;br&amp;gt;&lt;br /&gt;
L--A&amp;lt;br&amp;gt;&lt;br /&gt;
Q--L&amp;lt;br&amp;gt;&lt;br /&gt;
P--R&amp;lt;br&amp;gt;&lt;br /&gt;
enter--start&amp;lt;br&amp;gt;&lt;br /&gt;
space--select&amp;lt;br&amp;gt;&lt;br /&gt;
@--turbo&amp;lt;br&amp;gt;&lt;br /&gt;
orange+L (quote)--change scaling filter&amp;lt;br/&amp;gt;&lt;br /&gt;
orange+@ (zero)--change orientation&amp;lt;br/&amp;gt;&lt;br /&gt;
. (period)--snapshot&amp;lt;br&amp;gt;&lt;br /&gt;
t -- start/select/a/b all at once&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; (orange+z/asterisk) --toggle sound for speed (particularly GBA)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Feature Requests ==&lt;br /&gt;
Here's a list I encourage everyone to help create (I'll maintain it myself).  Feel free to add things here!&lt;br /&gt;
* ALSA instead of pulseaudio&lt;br /&gt;
* Add on-screen controls&lt;br /&gt;
** Portrait: controls can go off the screen (below, move image up)&lt;br /&gt;
** Landscape: if you can resolve the alpha blending performance issues, make that happen!&lt;br /&gt;
* Zip rom support&lt;br /&gt;
* &amp;quot;Go back to rom chooser&amp;quot; menu&lt;br /&gt;
* save state support&lt;br /&gt;
* Better performance on GBA!!&lt;br /&gt;
* More Scaling options, particularly 1:1 (no scaling)&lt;br /&gt;
** See iphone/GP2X ports and their ARM optimizations!&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
* Poor performance in GBA. Try disabling sound (press '*'/orange+z)&lt;br /&gt;
* Occasionally crashes when minimized&lt;/div&gt;</summary>
		<author><name>Cool Matty</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8321</id>
		<title>Application:VBA</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:VBA&amp;diff=8321"/>
		<updated>2010-01-14T15:23:49Z</updated>

		<summary type="html">&lt;p&gt;Cool Matty: /* Controls */  Made the L in orange+L uppercase for legibility&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=VisualBoyAdvance=&lt;br /&gt;
VisualBoyAdvance (commonly abbreviated as VBA) is an emulator of the Game Boy, Game Boy Color, and Game Boy Advance handheld game consoles sold by Nintendo.&lt;br /&gt;
&lt;br /&gt;
==Credit==&lt;br /&gt;
Ported by Will Dietz Jan 2010. &amp;lt;br&amp;gt;&lt;br /&gt;
Thanks to #webos-internals for their feedback throughout testing!&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
All source is under the GPLv2 license.&lt;br /&gt;
The original source code is available [http://vba.ngemu.com/downloads.shtml here]&amp;lt;br /&amp;gt;&lt;br /&gt;
And the latest VBA for webOS source is available on git [http://git.webos-internals.org/?p=games/visualboyadvance.git here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Donate ==&lt;br /&gt;
Lots of work has gone into making this a great game for you to enjoy!&lt;br /&gt;
If you like it please consider [https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=3S7ULCYRCDWS8&amp;amp;lc=US&amp;amp;item_name=Will%20Dietz&amp;amp;item_number=palm%20pre&amp;amp;currency_code=USD&amp;amp;bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted donating]&lt;br /&gt;
&lt;br /&gt;
==Controls==&lt;br /&gt;
To select a rom, just tap on it in the rom selector.&amp;lt;br&amp;gt;&lt;br /&gt;
Note that if you have more roms than fit on the screen, simply scroll to them.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the current controls (while playing):&amp;lt;br&amp;gt;&lt;br /&gt;
WASD --Up/left/down/right. &amp;lt;br&amp;gt;&lt;br /&gt;
K --B&amp;lt;br&amp;gt;&lt;br /&gt;
L--A&amp;lt;br&amp;gt;&lt;br /&gt;
Q--L&amp;lt;br&amp;gt;&lt;br /&gt;
P--R&amp;lt;br&amp;gt;&lt;br /&gt;
enter--start&amp;lt;br&amp;gt;&lt;br /&gt;
space--select&amp;lt;br&amp;gt;&lt;br /&gt;
@--turbo&amp;lt;br&amp;gt;&lt;br /&gt;
orange+L (quote)--change scaling filter&amp;lt;br/&amp;gt;&lt;br /&gt;
orange+@ (zero)--change orientation&amp;lt;br/&amp;gt;&lt;br /&gt;
. (period)--snapshot&amp;lt;br&amp;gt;&lt;br /&gt;
t -- start/select/a/b all at once&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; (orange+z/asterisk) --toggle sound for speed (particularly GBA)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Feature Requests ==&lt;br /&gt;
Here's a list I encourage everyone to help create (I'll maintain it myself).  Feel free to add things here!&lt;br /&gt;
* ALSA instead of pulseaudio&lt;br /&gt;
* Add on-screen controls&lt;br /&gt;
** Portrait: controls can go off the screen (below, move image up)&lt;br /&gt;
** Landscape: if you can resolve the alpha blending performance issues, make that happen!&lt;br /&gt;
* Zip rom support&lt;br /&gt;
* &amp;quot;Go back to rom chooser&amp;quot; menu&lt;br /&gt;
* save state support&lt;br /&gt;
* Better performance on GBA!!&lt;br /&gt;
** See iphone/GP2X ports and their ARM optimizations!&lt;br /&gt;
&lt;br /&gt;
==Known issues==&lt;br /&gt;
* Poor performance in GBA. Try disabling sound (press '*'/orange+z)&lt;br /&gt;
* Occasionally crashes when minimized&lt;/div&gt;</summary>
		<author><name>Cool Matty</name></author>
	</entry>
</feed>