<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=82.148.206.127</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=82.148.206.127"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/82.148.206.127"/>
	<updated>2026-04-22T09:49:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Free_up_rootfs_space&amp;diff=10514</id>
		<title>Free up rootfs space</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Free_up_rootfs_space&amp;diff=10514"/>
		<updated>2010-05-26T12:18:54Z</updated>

		<summary type="html">&lt;p&gt;82.148.206.127: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Danger}}&lt;br /&gt;
&lt;br /&gt;
Here&#039;s a simple howto for those suffering from lack of space in rootfs. The first suggestion is more of a temporary matter, for example to get enough space to install an update, but it&#039;s also the fastest and easiest. The suggestions are in order of potential threat to operating system. Least dangerous first and the most dangerous last. The rest are more permanent (and thus more useful), but they require [[root access]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Listing rootfs space on your device ===&lt;br /&gt;
&lt;br /&gt;
Use this command to determine how much rootfs space is allocated, used, and available on your device.&lt;br /&gt;
&lt;br /&gt;
 df -h /&lt;br /&gt;
&lt;br /&gt;
If you want to see all filesystems, use only &amp;quot;df -h&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Disable Extras-testing, Extras-devel, and/or any other third party repositories===&lt;br /&gt;
&lt;br /&gt;
Simply check the disabled box and save in the Application Manager&#039;s catalogues menu. Wait for app manger to update the lists. This only helps if you actually had these repositories enabled.&lt;br /&gt;
&lt;br /&gt;
Disabling [[extras-testing]] and [[extras-devel]] will (currently) give you an extra 5 MB in rootfs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Clear apt cache===&lt;br /&gt;
&lt;br /&gt;
Run following command (has to be done as root)&lt;br /&gt;
&lt;br /&gt;
 apt-get clean&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Remove unused dependencies===&lt;br /&gt;
&lt;br /&gt;
Run following command (has to be done as root)&lt;br /&gt;
&lt;br /&gt;
 apt-get autoremove&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===List of big and rarely used files===&lt;br /&gt;
&lt;br /&gt;
You can&#039;t just delete these files, this is just a list with ideas! You have to know what you are going to do with them (optify, backup+remove, etc.).&lt;br /&gt;
&lt;br /&gt;
* /usr/lib/locale/locale-archive (28 MB)&lt;br /&gt;
* /usr/share/locale (10 MB, but you have to keep at least the languages you use)&lt;br /&gt;
* /usr/share/themes/alpha and /beta (they use 5-6 MB each, keep the one you use)&lt;br /&gt;
* /usr/share/fonts/arabic and /chinese (2,5 MB less for people who don&#039;t speak those two languages)&lt;br /&gt;
&lt;br /&gt;
===Move apt cache outside of rootfs===&lt;br /&gt;
&lt;br /&gt;
If you run into a problem while using apt-get you can temporarily (for one command only) have the apt cache outside rootfs to be able to download larger deb files.&lt;br /&gt;
&lt;br /&gt;
Create a download folder on the eMMC to be used for the downloaded packages instead of the default apt archive folder.&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /home/user/MyDocs/apt-archive-cache/archives/partial&lt;br /&gt;
&lt;br /&gt;
Now execute apt-get with the -o option as root:&lt;br /&gt;
&lt;br /&gt;
 apt-get -o dir::cache=/home/user/MyDocs/apt-archive-cache &amp;lt;command&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for &amp;lt;code&amp;gt;&amp;lt;command&amp;gt;&amp;lt;/code&amp;gt; you can enter the command you normally would use after apt-get.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
 apt-get -o dir::cache=/home/user/MyDocs/apt-archive-cache dist-upgrade&lt;br /&gt;
 &lt;br /&gt;
 apt-get -o dir::cache=/home/user/MyDocs/apt-archive-cache install &amp;lt;package&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Optify Python===&lt;br /&gt;
&lt;br /&gt;
If you have installed python or a python program before it was optified, you can optify it with this method. First [[Terminal#Opening_the_terminal|open a console]], then type the following commands as root:&lt;br /&gt;
&lt;br /&gt;
 apt-get install pymaemo-optify&lt;br /&gt;
 apt-get clean&lt;br /&gt;
&lt;br /&gt;
When the program is installed, type df -h in the xterm to see if it worked.&lt;br /&gt;
The output should now contain lines similar to this one:&lt;br /&gt;
&lt;br /&gt;
 /opt/pymaemo/usr/lib/python2.5&lt;br /&gt;
                       2064208    471712   1487640  24% /usr/lib/python2.5&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Remove non-optified packages===&lt;br /&gt;
&lt;br /&gt;
If you have installed programs from extras-devel, third party repositories or rarely, but possible, extras-testing, the programs might not be properly optified. Removing these might help with rootfs space.&lt;br /&gt;
&lt;br /&gt;
You can free space by uninstalling applications that you do not need. A problem is if you do not know how these applications are called. To find it out:&lt;br /&gt;
&lt;br /&gt;
* [[Terminal#Opening_the_terminal|Open a console]]&lt;br /&gt;
* Start the application that you do not need&lt;br /&gt;
* In the Terminal/console, type:&lt;br /&gt;
 ps -ef&lt;br /&gt;
You get a listing of all running processes, including the application you just started. To find out what package an application belongs to, enter&lt;br /&gt;
 dpkg --search $(which &#039;&#039;processname&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Source: http://talk.maemo.org/showpost.php?p=468063&amp;amp;postcount=1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Custom scripts===&lt;br /&gt;
&lt;br /&gt;
====Script to free up space on rootfs====&lt;br /&gt;
&lt;br /&gt;
This script will move some unnecessary files on rootfs to /home/opt/ to free up space on rootfs.&lt;br /&gt;
&lt;br /&gt;
BEWARE: Icon Label Issue May Occur. &lt;br /&gt;
http://talk.maemo.org/showthread.php?p=654384#post654384&lt;br /&gt;
&lt;br /&gt;
First, create a file, move-to-opt.sh for example, containing this script:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 # Nokia N900 Maemo 5 Script to free up space on rootfs&lt;br /&gt;
 # ignoring errors when creating dirs that may already exist&lt;br /&gt;
  &lt;br /&gt;
 # Moving ?? icons to /home/opt&lt;br /&gt;
 mkdir -p /home/opt/usr/share/icons 2&amp;gt; /dev/null&lt;br /&gt;
 cp -r /usr/share/icons/* /home/opt/usr/share/icons&lt;br /&gt;
 rm -r /usr/share/icons&lt;br /&gt;
 ln -s /home/opt/usr/share/icons /usr/share/icons&lt;br /&gt;
 &lt;br /&gt;
 # Moving video on start-up to /home/opt&lt;br /&gt;
 mkdir -p /home/opt/usr/share/hildon-welcome 2&amp;gt; /dev/null&lt;br /&gt;
 cp -r /usr/share/hildon-welcome/* /home/opt/usr/share/hildon-welcome&lt;br /&gt;
 rm -r /usr/share/hildon-welcome&lt;br /&gt;
 ln -s /home/opt/usr/share/hildon-welcome /usr/share/hildon-welcome&lt;br /&gt;
 &lt;br /&gt;
 # ??&lt;br /&gt;
 mkdir -p /home/opt/usr/share/pixmaps 2&amp;gt; /dev/null&lt;br /&gt;
 cp -r /usr/share/pixmaps/* /home/opt/usr/share/pixmaps&lt;br /&gt;
 rm -r /usr/share/pixmaps&lt;br /&gt;
 ln -s /home/opt/usr/share/pixmaps /usr/share/pixmaps&lt;br /&gt;
 &lt;br /&gt;
 # Moving &#039;apt cache&#039; to /home/opt - Valid until [https://bugs.maemo.org/show_bug.cgi?id=5746 Bug 5746] is fixed.&lt;br /&gt;
 mkdir -p /home/opt/var/cache/apt 2&amp;gt; /dev/null&lt;br /&gt;
 cp -r /var/cache/apt/* /home/opt/var/cache/apt&lt;br /&gt;
 rm -r /var/cache/apt&lt;br /&gt;
 ln -s /home/opt/var/cache/apt /var/cache/apt&lt;br /&gt;
 &lt;br /&gt;
 # Moving locales [http://talk.maemo.org/showpost.php?p=568370&amp;amp;postcount=11 Source]&lt;br /&gt;
 mv /usr/share/locale /opt&lt;br /&gt;
 ln -s /opt/locale /usr/share/locale&lt;br /&gt;
&lt;br /&gt;
Set the script&#039;s permission for executable:&lt;br /&gt;
 chmod +x move-to-opt.sh&lt;br /&gt;
(note that this step will - without warning you in any way - not work on partitions which are only fat formatted, as maybe your micro sd card will initially be; in such a case, move the script somewhere else)&lt;br /&gt;
&lt;br /&gt;
Run the script as root:&lt;br /&gt;
 ./move-to-opt.sh&lt;br /&gt;
&lt;br /&gt;
====Script to safely free space on rootfs====&lt;br /&gt;
&lt;br /&gt;
[[User:Tanner#Safely_free_some_space_on_rootfs|This script]] shows you how much space will be freed and automatically detects whether some directories have already been moved.&lt;br /&gt;
&lt;br /&gt;
BEWARE: Icon Label Issue May Occur. &lt;br /&gt;
http://talk.maemo.org/showthread.php?p=654384#post654384&lt;br /&gt;
&lt;br /&gt;
====Move some of the pre-installed applications into /opt====&lt;br /&gt;
&lt;br /&gt;
Some applications like Nokia Maps and the microb-engine are placed in /usr/share taking up valuable root space, moving these files will not affect the apps. Moving Nokia Maps (has to be done as root) will save 8.7 Mb:&lt;br /&gt;
&lt;br /&gt;
 mv /usr/share/nokia-maps /home/opt/&lt;br /&gt;
 ln -s /home/opt/nokia-maps /usr/share/nokia-maps&lt;br /&gt;
Moving the microb-engine (has to be done as root) will save 13.9 Mb:&lt;br /&gt;
 mv /usr/share/microb-engine /home/opt&lt;br /&gt;
 ln -s /home/opt/microb-engine /usr/share/microb-engine&lt;br /&gt;
Moving the &amp;quot;Getting started&amp;quot; app/tutorial (has to be done as root):&lt;br /&gt;
 mv /usr/share/tutorial-applet /home/opt&lt;br /&gt;
 ln -s /home/opt/tutorial-applet /usr/share/tutorial-applet&lt;br /&gt;
&lt;br /&gt;
====Move themes====&lt;br /&gt;
&lt;br /&gt;
{{ambox&lt;br /&gt;
| type = notice&lt;br /&gt;
| image= &lt;br /&gt;
| text = &#039;&#039;&#039;This may cause problems when changing themes, and reversing it is NOT possible unless the device is [[Updating the firmware|reflashed]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Add the following into the script above OR add into another script (with #!/bin/sh at the start)&lt;br /&gt;
&lt;br /&gt;
 # Moving themes to /home/opt&lt;br /&gt;
 mkdir -p /home/opt/usr/share/themes 2&amp;gt; /dev/null&lt;br /&gt;
 cp -r /usr/share/themes/* /home/opt/usr/share/themes&lt;br /&gt;
 rm -r /usr/share/themes&lt;br /&gt;
 ln -s /home/opt/usr/share/themes /usr/share/themes&lt;br /&gt;
&lt;br /&gt;
[[Category:Power users]]&lt;br /&gt;
[[Category:N900]]&lt;br /&gt;
[[Category:Firmware update]]&lt;br /&gt;
&lt;br /&gt;
====See rootfs usage per package====&lt;br /&gt;
&lt;br /&gt;
This script [http://www.robinhill.me.uk/downloads/pkgsize.py] outputs a list of all packages in rootfs and their size therein. I can not vouch for its validity but it seemed decent enough.&lt;br /&gt;
&amp;quot;python pkgsize.py checkpkgs | sort -n&amp;quot; gives you a sorted result in bytes. Most of these files are supposed to be there but it might help you find some non optified ones.&lt;br /&gt;
&lt;br /&gt;
from [http://www.robinhill.me.uk/maemo/package_sizes.html]&lt;/div&gt;</summary>
		<author><name>82.148.206.127</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mame&amp;diff=22249</id>
		<title>Mame</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mame&amp;diff=22249"/>
		<updated>2010-05-06T14:22:03Z</updated>

		<summary type="html">&lt;p&gt;82.148.206.127: /* Broken */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SDLMAME is the [http://www.libsdl.org/ Simple Directmedia Layer] [[port]] of the [http://mamedev.org/ Multiple Arcade Machine Emulator]. MAME has the ambitious goal to make it possible to archive all arcade machines by creating working hardware emulators to host all the the game code, or ROMs, that these machines employ.&lt;br /&gt;
&lt;br /&gt;
==Project Status==&lt;br /&gt;
&lt;br /&gt;
The SDL variant of mainline, modern MAME is currently being [[port| ported]] to Maemo 5. For MAME for earlier Maemo versions, see [http://maemo.org/downloads/product/OS2008/xmame/ XMAME].At this point, MAME is only available in [[Extras-devel]], due to its incomplete state. For example, it might occasionally lock up your phone. There&#039;s no ETA on a completed version due to the huge scope of the project.&lt;br /&gt;
&lt;br /&gt;
See [http://talk.maemo.org/showthread.php?t=42824 the Talk thread] for discussion of the progress. Also, you can help out a lot by designing keymaps and other settings for your favorite ROMs and sharing them. For example, portrait mode via rotation (in the settings, push the volume control) is available for games that orient that way, but special consideration of controls are required. Doing the footwork for this kind of thing will greatly help out because the maintainer has neither the time nor the inclination to do this for all ROMs.&lt;br /&gt;
&lt;br /&gt;
Available tools are the settings in MAME and the settings in Accelemymote, which controls the accelerometer input as joystick events.&lt;br /&gt;
&lt;br /&gt;
==ROM Directory==&lt;br /&gt;
&lt;br /&gt;
ROMS go into any of the following folders:&lt;br /&gt;
* /home/user/MyDocs/roms (This is roms in N900 when mounted via USB mass storage)&lt;br /&gt;
* /home/user/roms&lt;br /&gt;
* /media/mmc1/roms (a roms directory on your microSD card)&lt;br /&gt;
&lt;br /&gt;
==ROM Status==&lt;br /&gt;
&lt;br /&gt;
Remember, for the sake of organization:&lt;br /&gt;
# Add games alphabetically and in the appropriate category. &lt;br /&gt;
# Make sure a game doesn&#039;t already exist in a different category.&lt;br /&gt;
## If a game is already in the list and in the same category as you would put it, make it &#039;&#039;&#039;bold&#039;&#039;&#039; by adding triple single quotes on either side of the name to indicate confirmation by a second tester.&lt;br /&gt;
## If the game is in a different category than you have it, move it to the Mixed Reviews list and indicate next to it the two conflicting experiences. &lt;br /&gt;
## If it&#039;s already in the Mixed Reviews list and you confirm one of the previous reviews, move it to that list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks for your help maintaining this list!&lt;br /&gt;
&lt;br /&gt;
===Playable===&lt;br /&gt;
&#039;&#039;These are games that seem identical to the arcade experience.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* 1943 - 95% speed, Sound fair.&lt;br /&gt;
* Aerofighters&lt;br /&gt;
* Aliens&lt;br /&gt;
* &#039;&#039;&#039;Arkanoid&#039;&#039;&#039;&lt;br /&gt;
* Astro blaster - working / good - 100% speed&lt;br /&gt;
* Astro Force&lt;br /&gt;
* &#039;&#039;&#039;Atari Tetris&#039;&#039;&#039; (very minor sound crackle)&lt;br /&gt;
* Aurail&lt;br /&gt;
* Black Tiger (blktiger1, I couldn&#039;t run the original rom)&lt;br /&gt;
* Block&lt;br /&gt;
* Block Out (blockout)&lt;br /&gt;
* &#039;&#039;&#039;Blood Brothers (bloodbro)&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Bomb Jack&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Bubble Bobble&#039;&#039;&#039;&lt;br /&gt;
* Burnin rubber - working / good - 100% speed&lt;br /&gt;
* Cabal - working / good - 94% speed (very minor sound crackle)&lt;br /&gt;
* Cameltry&lt;br /&gt;
* Carnival - working / good - 100% speed (very minor dip in speed now &amp;amp; again)&lt;br /&gt;
* Centipede - working / good&lt;br /&gt;
* Commando - working / good - 99% speed&lt;br /&gt;
* &#039;&#039;&#039;Dig Dug&#039;&#039;&#039;&lt;br /&gt;
* DonDonPachi&lt;br /&gt;
* Dragon buster - working / good - 99% speed&lt;br /&gt;
* Exerion (exerion)&lt;br /&gt;
* Gaplus&lt;br /&gt;
* Galaga&lt;br /&gt;
* &#039;&#039;&#039;Ghosts&#039;n Goblins (gng)&#039;&#039;&#039;&lt;br /&gt;
* Gorf - working / good - 98% speed (works great it just needs portrait mode)&lt;br /&gt;
* Hyper sports - working / good - 100% speed&lt;br /&gt;
* Jungle King&lt;br /&gt;
* &#039;&#039;&#039;Mr Do&#039;&#039;&#039;&lt;br /&gt;
* Pacman&lt;br /&gt;
* &#039;&#039;&#039;Pacland&#039;&#039;&#039;&lt;br /&gt;
* Pang (pang)&lt;br /&gt;
* Rainbow islands - working . good - 91% speed (the odd stutter but playable)&lt;br /&gt;
* Rygar (rygar)&lt;br /&gt;
* Side Pocket&lt;br /&gt;
* Sky kid - working / good - 99% speed&lt;br /&gt;
* &#039;&#039;&#039;Tehkan World Cup (tehkanwc)&#039;&#039;&#039; - working / good - 100% (very very minor sound crackle)&lt;br /&gt;
* Snow Bros (snowbros)&lt;br /&gt;
* Track &amp;amp; field - working / good - 100% speed&lt;br /&gt;
* &#039;&#039;&#039;Wonderboy&#039;&#039;&#039;&lt;br /&gt;
* Wonderboy in monster land - working / good - 99% speed (very very slight sound crackle)&lt;br /&gt;
* Vulgus&lt;br /&gt;
* &#039;&#039;&#039;Zaxxon&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Problematic===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;These are games that run significantly below 100% or have other problems that make them less than ideal for playing.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* After burner - working / very slow - 29% speed (sound crackle)&lt;br /&gt;
* After burner 2 - working / very slow - 27% speed (sound crackle)&lt;br /&gt;
* Arkanoid 2 Revenge of Doh (arkanoid2) - Very slow 45%&lt;br /&gt;
* Bad dudes vs dragon ninja - working / ok/jerky - 73% speed (sound crackle)&lt;br /&gt;
* Chase hq - working / jerky - 42% speed (some sound crackle)&lt;br /&gt;
* Continental circus - working / jerky - 46% speed (sound crackle)&lt;br /&gt;
* Double Dragon (ddragon) --&amp;gt; Very slow 50%. Can&#039;t start game when using same key for coin/start.&lt;br /&gt;
* Dungeons &amp;amp; Dragons Tower of Doom (ddtod) --&amp;gt; Slow 65%&lt;br /&gt;
* Empire strikes back - working / jerky - 50% speed(sound crackle &amp;amp; dark vector grafix)&lt;br /&gt;
* Galaga 88&lt;br /&gt;
* Galaxian&lt;br /&gt;
* &#039;&#039;&#039;Gauntlet&#039;&#039;&#039; --&amp;gt; Some audio distortion&lt;br /&gt;
* Ghouls n ghosts - working / jerky - 77% speed (some sound crackle)&lt;br /&gt;
* Golden Axe (goldnaxe) --&amp;gt; Slow 67%&lt;br /&gt;
* Golden Axe 2 --&amp;gt; somewhat slow but runs&lt;br /&gt;
* Marble madness - working / slow/jerky - 61% speed (sound crackle)&lt;br /&gt;
* Megatech (small selection of megadrive and sms games) - working / jerky and slow - 32% speed (sound crackle and small screen due to megatech layout)&lt;br /&gt;
* Metal Slug X - working / jerky - 36% speed (sound crackle)&lt;br /&gt;
* Moonwalker - working / jerky and slow - 53% speed (sound crackle)&lt;br /&gt;
* Nemesis - working / jerky - 70% speed (some sound crackle)&lt;br /&gt;
* Outrun - working / very slow - 16% speed (keys stuck on mouse setting)&lt;br /&gt;
* Pacmania&lt;br /&gt;
* Paperboy - working / jerky - 53% speed (sound crackle)&lt;br /&gt;
* Phoenix (amstar) - working / jerky - 42% speed (sound crackle)&lt;br /&gt;
* Road runner - working / jerky - 53% speed (sound crackle)&lt;br /&gt;
* Pole position 2 - working / slow - 54% speed&lt;br /&gt;
* Rastan (rastan) --&amp;gt; Very slow 55%.&lt;br /&gt;
* R-type - working / good-ish - 32% speed then after 40secs jumps to 80%(very odd)&lt;br /&gt;
* Road blasters - working / slow/jerky - 44% speed (sound crackle)&lt;br /&gt;
* Robocop - working / slow/jerky - 66% speed (sound crackle)&lt;br /&gt;
* Robocop 2 - working / jerky - 60% speed (sound crackle)&lt;br /&gt;
* Salamander - working / slow/jerky - 56% (sound skips)&lt;br /&gt;
* Sega rally championship - working / very slow - 16% speed (graphics incorrect)&lt;br /&gt;
* Space harrier - working / slow - 41% (speed sound crackle)&lt;br /&gt;
* Spy hunter - working / jerky - 42% speed (some sound crackle)&lt;br /&gt;
* Star wars - working / jerky - 62% speed (sound crackle &amp;amp; dark vector grafix) &lt;br /&gt;
* Star wars arcade - working / jerky very slow - 26% speed (crackle on sound)&lt;br /&gt;
* Strider - working / slow/jerky - 84% speed (sound jumps)&lt;br /&gt;
* Super space invaders 91 - works / jerky - 67% speed (some sound crackle)&lt;br /&gt;
* Tecmo world cup millenium - working / slow &amp;amp; jerky - 32% speed i think (very small text) sound crackle&lt;br /&gt;
* Tecmo world cup 90 - working / good - 94% speed (speed drops for 2secs now &amp;amp; then)&lt;br /&gt;
* Vulcan venture - working / jerky - 52% speed (sound crackle)&lt;br /&gt;
* Wec le mans - working / jerky - 48% speed (some sound crackle)&lt;br /&gt;
&lt;br /&gt;
===Broken===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;These are games that crash, lockup or otherwise simply fail to work.&#039;&lt;br /&gt;
&lt;br /&gt;
* 1945iii = s1945iii.zip (loading)&lt;br /&gt;
* Dragonblaze = dragblz.zip (loading)&lt;br /&gt;
* Frogger - not working - crashes emulator&lt;br /&gt;
* Hard drivin - not working -locks up phone&lt;br /&gt;
* Ridge racer - not working - crashes emulator&lt;br /&gt;
* Salamander 2 - not working - black screen&lt;br /&gt;
* Super World Series = sws.zip (playing)&lt;br /&gt;
* Tekken - not working and crashes emulator&lt;br /&gt;
* Vs super mario bros - does not load&lt;br /&gt;
&lt;br /&gt;
===Mixed Reviews===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;These ROMs have given two different experiences. A third review confirming one of the other two can move it to the right category.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Users]]&lt;/div&gt;</summary>
		<author><name>82.148.206.127</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mame&amp;diff=22250</id>
		<title>Mame</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mame&amp;diff=22250"/>
		<updated>2010-05-06T14:21:19Z</updated>

		<summary type="html">&lt;p&gt;82.148.206.127: /* Playable */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SDLMAME is the [http://www.libsdl.org/ Simple Directmedia Layer] [[port]] of the [http://mamedev.org/ Multiple Arcade Machine Emulator]. MAME has the ambitious goal to make it possible to archive all arcade machines by creating working hardware emulators to host all the the game code, or ROMs, that these machines employ.&lt;br /&gt;
&lt;br /&gt;
==Project Status==&lt;br /&gt;
&lt;br /&gt;
The SDL variant of mainline, modern MAME is currently being [[port| ported]] to Maemo 5. For MAME for earlier Maemo versions, see [http://maemo.org/downloads/product/OS2008/xmame/ XMAME].At this point, MAME is only available in [[Extras-devel]], due to its incomplete state. For example, it might occasionally lock up your phone. There&#039;s no ETA on a completed version due to the huge scope of the project.&lt;br /&gt;
&lt;br /&gt;
See [http://talk.maemo.org/showthread.php?t=42824 the Talk thread] for discussion of the progress. Also, you can help out a lot by designing keymaps and other settings for your favorite ROMs and sharing them. For example, portrait mode via rotation (in the settings, push the volume control) is available for games that orient that way, but special consideration of controls are required. Doing the footwork for this kind of thing will greatly help out because the maintainer has neither the time nor the inclination to do this for all ROMs.&lt;br /&gt;
&lt;br /&gt;
Available tools are the settings in MAME and the settings in Accelemymote, which controls the accelerometer input as joystick events.&lt;br /&gt;
&lt;br /&gt;
==ROM Directory==&lt;br /&gt;
&lt;br /&gt;
ROMS go into any of the following folders:&lt;br /&gt;
* /home/user/MyDocs/roms (This is roms in N900 when mounted via USB mass storage)&lt;br /&gt;
* /home/user/roms&lt;br /&gt;
* /media/mmc1/roms (a roms directory on your microSD card)&lt;br /&gt;
&lt;br /&gt;
==ROM Status==&lt;br /&gt;
&lt;br /&gt;
Remember, for the sake of organization:&lt;br /&gt;
# Add games alphabetically and in the appropriate category. &lt;br /&gt;
# Make sure a game doesn&#039;t already exist in a different category.&lt;br /&gt;
## If a game is already in the list and in the same category as you would put it, make it &#039;&#039;&#039;bold&#039;&#039;&#039; by adding triple single quotes on either side of the name to indicate confirmation by a second tester.&lt;br /&gt;
## If the game is in a different category than you have it, move it to the Mixed Reviews list and indicate next to it the two conflicting experiences. &lt;br /&gt;
## If it&#039;s already in the Mixed Reviews list and you confirm one of the previous reviews, move it to that list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks for your help maintaining this list!&lt;br /&gt;
&lt;br /&gt;
===Playable===&lt;br /&gt;
&#039;&#039;These are games that seem identical to the arcade experience.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* 1943 - 95% speed, Sound fair.&lt;br /&gt;
* Aerofighters&lt;br /&gt;
* Aliens&lt;br /&gt;
* &#039;&#039;&#039;Arkanoid&#039;&#039;&#039;&lt;br /&gt;
* Astro blaster - working / good - 100% speed&lt;br /&gt;
* Astro Force&lt;br /&gt;
* &#039;&#039;&#039;Atari Tetris&#039;&#039;&#039; (very minor sound crackle)&lt;br /&gt;
* Aurail&lt;br /&gt;
* Black Tiger (blktiger1, I couldn&#039;t run the original rom)&lt;br /&gt;
* Block&lt;br /&gt;
* Block Out (blockout)&lt;br /&gt;
* &#039;&#039;&#039;Blood Brothers (bloodbro)&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Bomb Jack&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Bubble Bobble&#039;&#039;&#039;&lt;br /&gt;
* Burnin rubber - working / good - 100% speed&lt;br /&gt;
* Cabal - working / good - 94% speed (very minor sound crackle)&lt;br /&gt;
* Cameltry&lt;br /&gt;
* Carnival - working / good - 100% speed (very minor dip in speed now &amp;amp; again)&lt;br /&gt;
* Centipede - working / good&lt;br /&gt;
* Commando - working / good - 99% speed&lt;br /&gt;
* &#039;&#039;&#039;Dig Dug&#039;&#039;&#039;&lt;br /&gt;
* DonDonPachi&lt;br /&gt;
* Dragon buster - working / good - 99% speed&lt;br /&gt;
* Exerion (exerion)&lt;br /&gt;
* Gaplus&lt;br /&gt;
* Galaga&lt;br /&gt;
* &#039;&#039;&#039;Ghosts&#039;n Goblins (gng)&#039;&#039;&#039;&lt;br /&gt;
* Gorf - working / good - 98% speed (works great it just needs portrait mode)&lt;br /&gt;
* Hyper sports - working / good - 100% speed&lt;br /&gt;
* Jungle King&lt;br /&gt;
* &#039;&#039;&#039;Mr Do&#039;&#039;&#039;&lt;br /&gt;
* Pacman&lt;br /&gt;
* &#039;&#039;&#039;Pacland&#039;&#039;&#039;&lt;br /&gt;
* Pang (pang)&lt;br /&gt;
* Rainbow islands - working . good - 91% speed (the odd stutter but playable)&lt;br /&gt;
* Rygar (rygar)&lt;br /&gt;
* Side Pocket&lt;br /&gt;
* Sky kid - working / good - 99% speed&lt;br /&gt;
* &#039;&#039;&#039;Tehkan World Cup (tehkanwc)&#039;&#039;&#039; - working / good - 100% (very very minor sound crackle)&lt;br /&gt;
* Snow Bros (snowbros)&lt;br /&gt;
* Track &amp;amp; field - working / good - 100% speed&lt;br /&gt;
* &#039;&#039;&#039;Wonderboy&#039;&#039;&#039;&lt;br /&gt;
* Wonderboy in monster land - working / good - 99% speed (very very slight sound crackle)&lt;br /&gt;
* Vulgus&lt;br /&gt;
* &#039;&#039;&#039;Zaxxon&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Problematic===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;These are games that run significantly below 100% or have other problems that make them less than ideal for playing.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* After burner - working / very slow - 29% speed (sound crackle)&lt;br /&gt;
* After burner 2 - working / very slow - 27% speed (sound crackle)&lt;br /&gt;
* Arkanoid 2 Revenge of Doh (arkanoid2) - Very slow 45%&lt;br /&gt;
* Bad dudes vs dragon ninja - working / ok/jerky - 73% speed (sound crackle)&lt;br /&gt;
* Chase hq - working / jerky - 42% speed (some sound crackle)&lt;br /&gt;
* Continental circus - working / jerky - 46% speed (sound crackle)&lt;br /&gt;
* Double Dragon (ddragon) --&amp;gt; Very slow 50%. Can&#039;t start game when using same key for coin/start.&lt;br /&gt;
* Dungeons &amp;amp; Dragons Tower of Doom (ddtod) --&amp;gt; Slow 65%&lt;br /&gt;
* Empire strikes back - working / jerky - 50% speed(sound crackle &amp;amp; dark vector grafix)&lt;br /&gt;
* Galaga 88&lt;br /&gt;
* Galaxian&lt;br /&gt;
* &#039;&#039;&#039;Gauntlet&#039;&#039;&#039; --&amp;gt; Some audio distortion&lt;br /&gt;
* Ghouls n ghosts - working / jerky - 77% speed (some sound crackle)&lt;br /&gt;
* Golden Axe (goldnaxe) --&amp;gt; Slow 67%&lt;br /&gt;
* Golden Axe 2 --&amp;gt; somewhat slow but runs&lt;br /&gt;
* Marble madness - working / slow/jerky - 61% speed (sound crackle)&lt;br /&gt;
* Megatech (small selection of megadrive and sms games) - working / jerky and slow - 32% speed (sound crackle and small screen due to megatech layout)&lt;br /&gt;
* Metal Slug X - working / jerky - 36% speed (sound crackle)&lt;br /&gt;
* Moonwalker - working / jerky and slow - 53% speed (sound crackle)&lt;br /&gt;
* Nemesis - working / jerky - 70% speed (some sound crackle)&lt;br /&gt;
* Outrun - working / very slow - 16% speed (keys stuck on mouse setting)&lt;br /&gt;
* Pacmania&lt;br /&gt;
* Paperboy - working / jerky - 53% speed (sound crackle)&lt;br /&gt;
* Phoenix (amstar) - working / jerky - 42% speed (sound crackle)&lt;br /&gt;
* Road runner - working / jerky - 53% speed (sound crackle)&lt;br /&gt;
* Pole position 2 - working / slow - 54% speed&lt;br /&gt;
* Rastan (rastan) --&amp;gt; Very slow 55%.&lt;br /&gt;
* R-type - working / good-ish - 32% speed then after 40secs jumps to 80%(very odd)&lt;br /&gt;
* Road blasters - working / slow/jerky - 44% speed (sound crackle)&lt;br /&gt;
* Robocop - working / slow/jerky - 66% speed (sound crackle)&lt;br /&gt;
* Robocop 2 - working / jerky - 60% speed (sound crackle)&lt;br /&gt;
* Salamander - working / slow/jerky - 56% (sound skips)&lt;br /&gt;
* Sega rally championship - working / very slow - 16% speed (graphics incorrect)&lt;br /&gt;
* Space harrier - working / slow - 41% (speed sound crackle)&lt;br /&gt;
* Spy hunter - working / jerky - 42% speed (some sound crackle)&lt;br /&gt;
* Star wars - working / jerky - 62% speed (sound crackle &amp;amp; dark vector grafix) &lt;br /&gt;
* Star wars arcade - working / jerky very slow - 26% speed (crackle on sound)&lt;br /&gt;
* Strider - working / slow/jerky - 84% speed (sound jumps)&lt;br /&gt;
* Super space invaders 91 - works / jerky - 67% speed (some sound crackle)&lt;br /&gt;
* Tecmo world cup millenium - working / slow &amp;amp; jerky - 32% speed i think (very small text) sound crackle&lt;br /&gt;
* Tecmo world cup 90 - working / good - 94% speed (speed drops for 2secs now &amp;amp; then)&lt;br /&gt;
* Vulcan venture - working / jerky - 52% speed (sound crackle)&lt;br /&gt;
* Wec le mans - working / jerky - 48% speed (some sound crackle)&lt;br /&gt;
&lt;br /&gt;
===Broken===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;These are games that crash, lockup or otherwise simply fail to work.&#039;&lt;br /&gt;
&lt;br /&gt;
* 1945iii = s1945iii.zip (loading)&lt;br /&gt;
* Dragonblaze = dragblz.zip (loading)&lt;br /&gt;
* Hard drivin - not working -locks up phone&lt;br /&gt;
* Ridge racer - not working - crashes emulator&lt;br /&gt;
* Salamander 2 - not working - black screen&lt;br /&gt;
* Super World Series = sws.zip (playing)&lt;br /&gt;
* Tekken - not working and crashes emulator&lt;br /&gt;
* Vs super mario bros - does not load&lt;br /&gt;
&lt;br /&gt;
===Mixed Reviews===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;These ROMs have given two different experiences. A third review confirming one of the other two can move it to the right category.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Users]]&lt;/div&gt;</summary>
		<author><name>82.148.206.127</name></author>
	</entry>
</feed>