Main > Free Download Search >

Free mame 0.1.5 software for linux

mame 0.1.5

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 86
IT-MAME 0.1.5

IT-MAME 0.1.5


IT-MAME project is a Tcl/tk Front End for xMAME. more>>
IT-MAME project is a Tcl/tk Front End for xMAME.

A graphical front end for xmame (Unix version of Multiple Arcade Machine Emulator). Easy to use and written in Tcl/Tk.

IT-MAME is a Front End for the great Unix arcade emulator xmame, wich is based on M.A.M.E. project (Multiple Arcade Machine Emulator). It has been written on tcl/tk, and yes, it already exists a tk frontend called tk-mame, but IT-MAME is smaller, quicker, and easier to use.

This script was developed and tested over the 0.36rc1 version of xmame, so i dont know if that works on prior versions of xmame, if you can test it, please let me know.

<<less
Download (0.012MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1018 downloads
pkgmake 0.1.5

pkgmake 0.1.5


pkgmake automates some steps when making software releases. more>>
pkgmake project automates some steps when making software releases. It creates a copy of the development tree, optionally cleans it up a bit (i.e. removes CVS/* and .svn/*), tars it, places the tarball in the SOURCES/ directory, creates the corresponding .spec file from a provided template (and the data specified in the configuration/on the command line), and runs rpmbuild and/or debbuild.
Enhancements:
- Minor fixes and enhancements and a little cleanup were done.
- A companion program, called relman, is also available.
- Relman is a frontend and enhancement application, making the use of pkgmake even easier.
<<less
Download (0.020MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
805 downloads
WMAlbum 0.1.5

WMAlbum 0.1.5


WMAlbum is a dock applet that displays album covers for songs being played by XMMS. more>>
WMAlbum is a dock applet that displays album covers for songs being played by XMMS. You must already have images of the album covers stored near the file being played.

WMAlbum provides a handy circular menu for play/skip/etc, and can replace wmxmms. Although dock applets are designed for the WindowMaker window manager, they also work in other window managers including openbox and blackbox.

WMAlbum is underdocumented but very simple. Place .jpg images of your album covers next to the mp3 files, and wmalbum will take care of displaying them whenever xmms switches songs. You can control xmms using the circular menu or use your mouse-wheel to control volume. Double-click to see the album cover image full-size. Linger, and a tooltip will appear with the artist and song title.

WMAlbum does not include any album cover images. It does not include any scripts for automatically fetching them. It does not use id3 tags, so it does not bloat your mp3s.

WMAlbum requires gdk-pixbuf and xmms to build. gimp-perl is necessary to rebuild the graphic circular menu, but not necessary for an ordinary build. Instructions for debian users are in the readme.
<<less
Download (0.15MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1117 downloads
Xmame 0.106

Xmame 0.106


Xmame is the X11/Unix port of MAME. more>>
Xmame is the X11/Unix port of MAME. MAME is the Multiple Arcade Machine Emulator, an arcade (coin-op) video game emulator.
The latest stable release is capable of playing over 2000 arcade games.
Enhancements:
- Everything from MAME 0.106 (changes-mame.html) and MESS 0.106 (changes-mess.html).
- Reverted a change that was intended to work around some Metacity focus misbehavior but was causing all window managers to have focus problems in fullscreen mode.
- Fixed a link error for messtest. (Arnaud G. Gibert)
- The clean68k target now removes libcpu.a, which fixes link errors for successive builds made without a full clean. (Arnaud G. Gibert)
- Fixed an alignment bug in the OpenGL driver which caused Defender, and possibly other 16bpp games, to be skewed.
- The mouse is no longer automatically grabbed in fullscreen mode. Bugzilla bug 877.
- Replaced fuzzy game name comparison with the method used by MAME for Windows, which lists approximate matches when an exact match isnt found.
- A BadMatch error should no longer occur for the OpenGL target in some cases, such as when 16bpp mode is used with recent releases of the binary NVIDIA driver.
- Fixed the tiny build target. (Mike Frysinger)
- Added CFLAGS for the Blackfin CPU. (Mike Frysinger)
- BUILD_ZLIB and BUILD_EXPAT can now be disabled without having to edit the makefile. (Mike Frysinger)
<<less
Download (15.3MB)
Added: 2006-09-12 License: GPL (GNU General Public License) Price:
1151 downloads
GRacer 0.1.5

GRacer 0.1.5


GRacer is a 3D Motor Sports Simulator. more>>
GRacer is a 3D motor sports simulator. Its state of the art physical simulation engine creates realistic behavior including drift, wheel spin, and even accel turn.
Main features:
5 vehicles
- Formula (FR)
- CART (FR)
- HONDA S2000 (FR)
- MITSUBISHI Lancer RS Evolution VI (4WD)
- Mini (FR)
1 course
- Sample Course 1
(current release also contains some other courses. but these courses are still very rough)
multi-level crossing and loop-the-loop course. (not yet fully functional)
linux joystick driver (but setting for microsoft sidewinder force feedback wheel is hard-coded).
sound (by SL library included in PLIB)
exhaust
skirl
- game is playable, and finished when you run specified lap.
- new GRacer memories your high scores. but you can not share high scores with your friends.
<<less
Download (0.50MB)
Added: 2005-07-07 License: GPL (GNU General Public License) Price:
1572 downloads
MetaFS 0.1.5

MetaFS 0.1.5


MetaFS is an advanced filesystem metadata layer. more>>
MetaFS is a daemon for Linux (and Linux only) that allows you to access information about your files (such as MP3 tags or JPEGs EXIF tags) easily and consistently using extended attributes.
MetaFS project also allows you to perform fast searches using this information. MetaFS is extensible, so anyone can write plugins to access new types of metadata.
MetaFS uses the FUSE library to act as a layer between user programs and the filesystem, which allows indexes to be kept up-to-date in realtime, and eliminates the need for a specialized metadata API.
It provides custom extended attributes (including ACLs) for those filesystems that dont have them, and it provides a plugin infrastructure which can be extended to provide searching and expose file-format-specific metadata (e.g. ID3 or EXIF tags) as extended attributes.
Plugins which are planned include:
- provide stat() data as extended attributes [implemented]
- allow users to set their own EAs and ACLs [implemented]
- automatic MIME type detection (which is set in an EA) based on the files contents and extension [implemented]
- extract metadata from MP3 and Ogg files as EAs
- indexing interface to store metadata
- search interface to quickly locate files using this metadata (I am considering whether or not it is feasible to allow users create Evolution-like vFolders for their searches. I am also considering the security implications of searching; users should not see search results for other users private data.)
<<less
Download (0.61MB)
Added: 2005-12-11 License: GPL (GNU General Public License) Price:
1412 downloads
Packer 0.1.5

Packer 0.1.5


Packer is a tool that helps in the creation of packages. more>>
Packer is a tool that helps in the creation of packages.
Packages are a great convenience for gurus and new users alike. Thus, users may be less inclined to use software that is not packaged.
This is unfortunate for GNU/Linux software developers since packaging software is a huge pain, especially given the huge variety of packaging formats.
Packer helps to automate this process. Using a text-based wizard, packer can collect all the information regarding a program needed to create a package.
Then, a simple command is all it takes to create a debian directory (used to build debian packages), RPM SPEC files (for Mandriva, SuSE, and Fedora/Red Hat), and autopackages spec files (autopackage is a system for creating distribution-neutral installers with dependency handling).
These files are of a similar quality to hand-crafted ones. Packer can also automatically build the packages themselves if requested.
Usage:
Running packer with no options will start the packer wizard. It will populate the packer directory based on your answers to the its questions.
It is always possible to relaunch the wizard to make modifications to the package if there were problems with the information originally entered or if a new version of the program being packaged is released.
Running packer with options will create binary and source packages from the information in the packer directory. You may call packer -h to find out the availible options.
Enhancements:
- Removed dependency on dynamic content on packages.debian.org (ie it works again)
<<less
Download (0.041MB)
Added: 2006-02-19 License: GPL (GNU General Public License) Price:
1346 downloads
Kamefu 0.1.1

Kamefu 0.1.1


Kamefu is the emulator frontend and collection manager for KDE. more>>
Kamefu is the collection manager and emulator frontend for KDE. The direct inspiration for this application is the audio player amaroK. It supports emulators for systems like MAME, NES, SNES, Nintendo 64, Game Boy Advance, Master System, Megadrive, PC Engine and more.
Planned features are:
Configuration for each emulator is handled by modules created with a script language like Python, Perl and Kommander. The collection manager can check if your games are valid via an XML database. New emulator configuration modules and databases can be downloaded with KHotNewStuff.
Supported systems(as 0.1):
- NES (Nintendo Entertainment System)
- SNES (Super Nintendo Entertainment System)
- GB/GBC (Game Boy/Game Boy Color)
- GBA (Game Boy Advance)
- MAME (Multiple Arcade Machine Emulator)
<<less
Download (0.72MB)
Added: 2006-05-08 License: GPL (GNU General Public License) Price:
1269 downloads
ckmame 0.9

ckmame 0.9


ckmame is a program to check ROM sets for MAME, the Multiple Arcade Machine Emulator. more>>
ckmame is a program to check ROM sets for MAME, the Multiple Arcade Machine Emulator.

ckmame project tells you which ROM files are missing or have a wrong checksum, and can delete unknown and unused files from the ROM sets, and rename or move ROM files.

<<less
Download (0.21MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
873 downloads
Alpy 0.1.5

Alpy 0.1.5


Alpy provides Python bindings to the Allegro game programming library. more>>
Alpy provides Python bindings to the Allegro game programming library.

<<less
Download (0.10MB)
Added: 2007-04-29 License: MIT/X Consortium License Price:
910 downloads
Salvare 0.1.5

Salvare 0.1.5


Salvare is a small Linux distribution designed for small, credit-card sized CDs which typically hold around 34MB. more>>
Salvare (from the Latin "to rescue") is a small Linux distribution designed for small, credit-card sized CDs which typically hold around 34MB.
More Linux than tomsrtbt but less than Knoppix, it aims to provide a useful workstation as well as a rescue disk.
Main features:
Salvare can be booted via:
- Bootable CD-ROM (BIOS permitting)
- Simple boot floppy [NB: in progress]
- Network boot using a Salvare boot floppy [NB: in progress]
- Network boot using PXE and another machine running Salvare [NB: planned]
It features:
- Everything in tomsrtbt, plus...
- OpenSSH (clients & server)
- Links 2 text & graphical web browser supporting JavaScript, HTTPS and mouse control
- Security tools such as: chkrootkit, nmap and tcpdump
- apt-get: install additional software from Debian into tmpfs
- bash (rather than ash or other lightweight shells in similar projects)
- ncftp
- (Almost) complete distribution of Perl
- Sound support for playing of SoundTracker modules, MP3s etc is possible
- Ability to run entirely from RAM, unlike other "live CDs"
- ...and more to come.
<<less
Download (19.5MB)
Added: 2005-05-19 License: GPL (GNU General Public License) Price:
1619 downloads
mezoGIS 0.1.5

mezoGIS 0.1.5


mezoGIS is a GIS application, a graphical interface to query and analyse spatial data. more>>
mezoGIS project is a GIS application, a graphical interface to query and analyse spatial data. mezoGIS does not store or compute data directly, but operates external PostGIS databases. The goal of mezoGIS is to provide a tool for geo-spatial analysis with PostGIS, through on-the-fly SQL queries as well as through larger, external plugin scripts.
There are other, excellent open source applications that can display PostGIS data sets (like QGis or GRASS). Those projects, however, expect properly indexed tables as an input, and dont provide a built in functionality to launch SQL queries. The focus of mezoGIS is to stay close to the SQL workflow: Spatial queries are launched through manually entered SQL commands, and result sets containing geometry are displayed as map layers.
The first public release of mezoGIS was in march 2006. mezoGIS is entirely written in the python programming language, for gtk+. It works fine on the GNOME Desktop on linux, and has not yet been tested on other desktops or platforms.
Main features:
- Fast SQL queries: SQL commands and queries can be entered and sent to PostGIS within mezoGIS. Common SQL tasks and commands can also be accessed though context menues.
- View any kind of result: SQL queries yield result tables. If such a table contains geometric data, mezoGIS will display it in a map. There is no need to copy the data into a table or to create spatial indices. This is very useful for on-the-fly geoanalysis.
- Map creation: Result sets can be overlayed and layouted to create elaborate maps, the display engine currently has rough support for transparent colours, line styles, and symbols.
- Plugin engine: Plugin scripts written in python can be loaded and executed. The API is only a very rudimentary implementation, and will be subject to substantial change.
- XML file format: Projects are saved into an XML file format. The data itself is not stored, and must be reloaded from the database after loading.
<<less
Download (0.25MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1215 downloads
PyXmame 0.4.0

PyXmame 0.4.0


Python GTK MAME frontend. more>>
Python GTK MAME frontend.

A simple frontend that can filter games for category/year/manufacturer and has the new functionality of search dialog.

<<less
Download (0.097MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1136 downloads
vMovieDB 0.1.5

vMovieDB 0.1.5


vMovieDB project is a movies collection manager for GNOME desktop. more>>
vMovieDB project is a movies collection manager for GNOME desktop. Its GTK+ 2.x, application writen on C, created according to Gnome-HIG standarts, vMovieDB fits perfectly in GNOME Desktop Enviroment.
Main features:
- Play selected movie with your favorite video player.
- Manage various types of information for your movies: title, year, media type, quality, subtitles, location, genre and movie image.
- Genre editor.
- Export your movies to html document.
- Export movies to text document.
- Search for selected movie on ImDB.com.
vMovieDB have fast and light database based on XML.
<<less
Download (0.36MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1127 downloads
a2png 0.1.5

a2png 0.1.5


a2png is a UNIX program that converts plain text into PNG images. more>>
a2png is a UNIX program that converts plain text into PNG images.
a2png is written in C and distributed under the GNU General Public License v2.
Example:
The last image below was generated with the following command:
$ head -80 a2png.c | tail -40 | a2png --crop - --font-size=0.015 --size=800x800 -v --overwrite
output format: PNG ARGB32
output dimension: 800x800 pixels
reading standard input
cropping output image to 456x480 pixels
writing stdin.png
Enhancements:
- When using --html-input with non-jp2a formatted files, fall back on textfile parsing.
<<less
Download (0.10MB)
Added: 2006-10-06 License: GPL (GNU General Public License) Price:
1115 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5