Main > Free Download Search >

Free emulators and roms software for linux

emulators and roms

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 327
Ultra NES Manager 1.0-pre4

Ultra NES Manager 1.0-pre4


Ultra NES Manager (UNM) is an application for managing Nintendo Entertainment System ROM files. more>>
Ultra NES Manager (UNM) is an application for managing "Nintendo Entertainment System" ROM files. It is also a frontend for "tuxnes" emulator.
It provides fast acces to your NES files, and helps you to set up "tuxnes" easily.
Usage:
UNM stores all your NES files in one directory ("~/.unm/roms" as default), and displays all of them on a main screen. It would be wise to copy some ROMs to that location.
To play some game you need to select it from the list of found ROMs on the main screen, and click on a "PLAY" button. A nes emulator will start the selected game. Options related to ROMs collection are located on "ROMs" tab, emulator options can be found on "Advanced tab". Have fun.
Enhancements:
- whole configuration is saved automatically after quitting the application
- recent played ROMs are now saved, so they appear even after program restart
- added tooltips for "Play!" tab
- added "Quit" button on "Play!" tab
- added confirmation dialog box at Esc keypress, so you wont quit your game accidentally (requires patching tuxnes)
- updated FAQ
<<less
Download (0.041MB)
Added: 2005-09-30 License: GPL (GNU General Public License) Price:
1493 downloads
Jagacy 3270 Emulator 1.5.8b

Jagacy 3270 Emulator 1.5.8b


Jagacy 3270 Emulator is a feature-rich 3270 terminal emulator. more>>
Jagacy 3270 Emulator is a feature-rich 3270 terminal emulator. It supports SSL, TN3270E, and over thirty languages. The project does not contain the screen-scraping library, and is a cost effective solution for a stand-alone Java 3270 terminal emulator.
The emulator can be configured to help create screen-scraping applications. Developers can also develop their own custom terminal emulators (with automated logon and logoff). Jagacy 3270 screen-scraping is faster, easier to use, and more intuitive than HLLAPI. It excels in creating applications reliably and quickly.
Main features:
- 100% pure Java.
- Feature rich 3270 terminal emulator.
- SSL support.
- Extended TN3270 (TN3270E) support.
- 17 different terminal types (including 132 columns).
- Internationalization support. Over 30 different languages supported.
- Configurable using properties, if desired. No changes necessary when host name or screens change.
- Easily create a custom 3270 terminal emulator.
- Small footprint (less than 150K). Runs efficiently within the Eclipse and NetBeans IDEs.
- Can display the 3270 session in a window while an application is running.
- Includes a full-featured 3270 terminal emulator tailored to developing and debugging applications.
Enhancements:
- Add features/limitations/changes here
<<less
Download (1.3MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
880 downloads
Wide Area Link Emulator 0.1

Wide Area Link Emulator 0.1


Wide Area Link Emulator enables you to set and test various parameters of a WAN access link more>>
Wide Area Link Emulator enables you to set and test various parameters of a WAN access link (also known as a bottleneck link) before testing on a fully-functional network.

Any ISP has a high bandwidth LAN (of the order of tens of Mbps, e.g. Ethernet) and a WAN access link with relatively low speeds (of the order of a few Kbps to a few Mbps). To be able to evaluate the ISPs performance, actual tests will have to be conducted on a live, fully functional network. This would imply enabling certain features in communication equipment which could be detrimental to the proper functioning of a commissioned network. To address such a problem of being able to characterize/quantify the network operation in terms of its performance with respect to various parameters, a test-bed emulating the ISPs connectivity to the Internet would be an ideal solution.

An important factor in setting up such a test-bed, is emulating the WAN Access Link. Using complex hardware is costly. Such a link can however be easily implemented by emulating the scenario on popular physical technology such as Ethernet. By changing the TCP/IP stack on a Personal Computer, the rate at which packets are injected into the network can be controlled and other necessary features can easily be added.

WALE was implemented in 2 phases and the first version can emulated bandwidths up to 8Mbps and uses FIFO queues with drop-tail.

WALE v2 can emulate bandwidths of up to 80Mbps(a 10-fold improvement over version 1) due to the stripped down version of Micro-second resolution timer being used in the Linux kernel. WALE also implements differentiated services are recommended by IETF. A hash-based packet classifier is used to classify packets into one of 3 queues (Expedited Forwarding, Assured Forwarding and Best Effort). A simple priority scheduling has been implemented between the queues.

Version 2 has been implemented in the Generic Device Layer of the Linux Kernel. The kernel version is 2.2.19. WALE2 kernel patch can be downloaded here. An ncurses based front end has been implemented for setting and viewing various parameters of the bottleneck link.
<<less
Download (0.027MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1224 downloads
VT6530 Terminal Emulator 0.2

VT6530 Terminal Emulator 0.2


VT6530 is a Java implementation of the proprietary terminal used with Tandem mainframes. more>>
VT6530 Terminal Emulator is a Java implementation of the proprietary terminal used with Tandem mainframes.
The Tandem VT6530 is a proprietary terminal used with their Non-Stop(TM) series of mainframes. These high-reliability machines are popular in the banking industry. If youve ever used an ATM to get cash, youve probably used a VT6530.
The terminal itself can operate in three different mode: conversation, block, and ANSI (VT100). Conversation mode is a simple scrolling text mode with the addition key buffering and text attributes. In block mode, text is displayed in a formated screen with special edit fields. ANSI mode is only used with OSS, Tandems UNIX wanabe operating layer.
Enhancements:
- Autotools support (./configure, make, make check, and make install).
- New telnet and ANSI terminal implementations.
- Linux, Cygwin, and HP NonStop (tandem OSS) builds are not quite running yet.
<<less
Download (0.36MB)
Added: 2007-02-09 License: GPL (GNU General Public License) Price:
1004 downloads
cereal emulation framework 0.93.5

cereal emulation framework 0.93.5


cereal emulation framework is an easily-extensible 8051 emulator. more>>
cereal is an emulation framework designed to allow easy emulation of interconnected modules. Its main component is an 8051 emulator module, so it can be used as an 8051 emulator.

The reason for writing cereal was an 8051 embedded controller which should control an engine using pulse-width modulation, read the resulting flow from a flowmeter, and regulate the output to keep flow at a given value.

In the real world, it takes about two seconds for the algorithm to stabilize, and emulating two seconds using conventional emulators (computing the engine input, the real flow, the feedback frequency) by hand is simply impossible to do.

Using cereal, it took about two hours to create a module emulating the engine/flowmeter combination, along with a window showing the current values. Then it is trivial to connect this module to the 8051 module and just sit back and watch the result.

Another, more trivial example is a multiplexed display/keyboard combination (in my case, selecting one of four 8-segment LCD displays). Instead of watching the port bits, why not create a module that shows the output graphically as four displays?

In addition to these possibilities, cereal offers breakpoints, watches, evaluate/modify dialog (which can solve 2 * x + 1 = 5). The KDE GUI also can be extended using KParts (8051 interface is provided as a KParts plugin).

Also included is a command interface usable for creating testsuites for your programs (or for cereal itself - cereal has over 400 tests in its testsuite), and a simple 8051 disassembler.
<<less
Download (0.94MB)
Added: 2005-06-11 License: GPL (GNU General Public License) Price:
1597 downloads
KRepton 4.0

KRepton 4.0


KRepton is an implementation of the classic Repton 3 game. more>>
KRepton project is an implementation of the classic Repton 3 game, which was originally produced for the BBC Micro and was the third successful Repton game for Superior Software. KRepton brings the original game to the KDE desktop, and can be used on any of its supported platforms.
The game and editor are released under the GNU General Public Licence, although I would suggest that, if you make any improvements or modifications, that you send me a copy so that they can be incorporated into updated versions.
The current version 4.0 integrates the game player and editor into a single seamless application, so there is now of course only one download. An episode can be selected using a graphical preview list, and immediately played or edited, without having to switch between two separate applications.
If you have fond memories of the original Repton games then you wont need to be told any more; download and play the game now! If you dont know anything about them but would like to find out more then there is far more information online than I could list here; the best site by far is the Repton Appreciation Society with plenty of Repton information and downloads, including games and emulators for many other platforms.
Enhancements:
- Version 4 integrates the game player and editor into a single seamless application.
- An episode can be selected using a graphical preview list, and immediately played or edited, without having to switch between two separate applications as was the case with version 3.
<<less
Download (1.1MB)
Added: 2005-06-17 License: GPL (GNU General Public License) Price:
1590 downloads
Unix Amiga Delitracker Emulator 2.07

Unix Amiga Delitracker Emulator 2.07


Unix Amiga Delitracker Emulator (UADE) plays most Amiga music file formats by simulating Amiga hardware and software. more>>
Unix Amiga Delitracker Emulator (UADE) plays most Amiga music file formats by simulating Amiga hardware and software.
Unix Amiga Delitracker Emulator plays over 180 Amiga music file formats and has three frontends for playing: a command line tool, an XMMS plugin, and a Beep Media Player frontend.
Enhancements:
- An improved version of the Special FX replayer was added.
- A new Special FX ST replayer was added.
- Bugs in song length database handling were fixed.
- Audacious 1.3 is supported.
- 15 instrument soundtracker module detection is supported.
<<less
Download (0.74MB)
Added: 2007-05-01 License: GPL (GNU General Public License) Price:
918 downloads
Mamory 0.2.25

Mamory 0.2.25


Mamory is a library for ROM management in emulator-related projects. more>>
Mamory is a set of usefull functions for emulators related projects.
Mamory project allows easy inclusion of roms management features into these projects through a simple API.
The distributed packages also contain a command line interface that use the potential of the library libmamory.so.
Enhancements:
- The embedded expat library has been removed: this release requires that expat is installed on your system.
<<less
Download (0.48MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
799 downloads
Bristol Audio 0.9.1

Bristol Audio 0.9.1


Bristol is an emulator for diverse existing synthesisers and organs. more>>
Bristol is an emulator for diverse existing synthesisers and organs. Currently, ten are implemented and a mixer is under development.
Bristol Audio software consists of an audio engine and an associated photo realistic graphical user interface called Brighton.
You may also want to chown/chmod bin/bristolengine to suid root, to allow it to use low latency scheduling. This will reduce audio underruns. You can also consider increasing bufsize and preload to reduce this effect, but this will lead to increased latency. Also, if you are using an SB Live! card with ALSA drivers you may need to configure a bufsize of 2048 (ie. 512 samples), which can be compensated for by reducing preload to 2 or 1.
Bristol will currently run 16 voices on a P-II 450, and this is the default voicecount. You can run any number of simultaneous synths - they all connect to the same engine, they will all run with the same polyphony since the MIDI voice structures allow for dynamic assignment of sounds to voices. You can run with split keyboard (no interface at the moment), layering of multiple synths on a single midi channel, etc. Some of the synths max out my P-II 450 CPU when there is a lot of MIDI activity, notably the DX and Explorer at 16 voices.
You can start different synths with different voicecounts, so you could have a 16 voice hammond, a monophonic minimoog, and a 5 voice prophet running at the same time - the GUI will negotiate the voice allocation requirements with the engine. The first synth you start will create the voice count. Subequent synths can have less than the initial value. If you start a monophonic synth first, you will only have one voice available at any time for all synths. If you layer synths you will reduce your polyphony since the engine will allocate multiple voices per keyed note.
Pressing the single letter q in the GUI will send a quit signal and the app will exit gracefully(?). When the last synths quits the engine will also exit. If you press the single letter p then libbrighton will dump a screenshot to /tmp/ .xpm (in XPM format only).
There is a LOT of debugging sent to stdout. You may want to consider adding redirects to /dev/null in the bin/startBristol script to get rid of it. When the final rev-1 is uploaded most of this will be taken out.
Enhancements:
- The graphics were cleaned up, some bugs were fixed, and work on a pair of Oberheim emulators was started.
<<less
Download (0.72MB)
Added: 2006-02-23 License: GPL (GNU General Public License) Price:
1339 downloads
Gemu News 1.0

Gemu News 1.0


Gemu News is a SuperKaramba theme that displays the latest version of compatibility layers like wine. more>>
Gemu News is a SuperKaramba theme that displays the latest version of compatibility layers like wine and the latest version of emulators like dosbox. The version of xqf is also listend.

By clicking on the globe youll get on the homepage of the driver/tool.

Im looking forward for your feedback.

<<less
Download (0.022MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
935 downloads
libutempter 1.1.5

libutempter 1.1.5


libutempter provides a library interface for terminal emulators such as screen and xterm. more>>
libutempter project provides a library interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files.
Enhancements:
- FreeBSD support has been fixed.
<<less
Download (0.013MB)
Added: 2007-02-20 License: LGPL (GNU Lesser General Public License) Price:
980 downloads
TiEmu 3.00

TiEmu 3.00


TiEmu is an emulator of Texas Instruments hand-helds (TI89/92/92+/V200). more>>
TiEmu is an emulator of Texas Instruments hand-helds (TI89/92/92+/V200). TiEmu is full-featured with a graphical debugger.
Main features:
- support TI89, TI89 Titanium, TI92, TI92+ and V200PLT hand-helds
- full-featured graphical debugger (source, memory, breakpoints, traps, vectors, stack, trace, ...)
- debugger supports : run, step in, step over, step out, run to cursor
- ability to load/save the emulator state
- file linkport emulation (direct loading of files)
- works with 1/2/4 MB ROMs, 128 or 256 KB RAM
- emulate HW1, HW2, and HW3
- can run from ROM dumps or FLASH upgrades
- automatic ROM version/model detection
- constrast emulated (try [Alt] + [+] & [-])
- pretty fast emulation engine
- sreenshot of LCD and/or calculator in several images format (JPG/PNG/ICO)
- TI keyboard useable directly from PC keyboard or with the mouse on the skin
- archive memory support as well as ghost spaces
- full emulation of HW1/2/3 protection (stealth I/O)
- no buggy MC68000 SR & nbcd (TiEmu cant be detected as VTi : you have true emulation)
- 4-level and 7/8-level grayscale support (thx Kevin !) for both HW1 and HW2/3
- the letter keys are aliased to produce their respective letters. No need to press the Alpha key, just type (TI89).
- keyboard mapping and menu shortcuts are fully VTi-compatible
- keyboard mapping can be customized thru keymaps files
Version restrictions:
- linkport emulation has not been tested with USB cable yet
- no debugger while sending/receiving a file to/from the virtual calculator
- no linkport logging capabilities yet
<<less
Download (2.2MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
908 downloads
Stella 2.4

Stella 2.4


Stella is a multi-platform Atari 2600 VCS emulator released under the GNU General Public License (GPL). more>>
Stella is a multi-platform Atari 2600 VCS emulator.
Stella was originally developed for Linux by Bradford W. Mott, however, since its original release several people have joined the development team to port Stella to other operating systems such as AcornOS, AmigaOS, DOS, FreeBSD, IRIX, Linux, OS/2, MacOS, Unix, and Windows. The development team is working hard to perfect the emulator and we hope you enjoy our effort.
On this site youll find information about downloading, installing, using, and enhancing Stella. Youll also find useful information about the Atari 2600 and emulation.
Enhancements:
Added new video sub-system where fullscreen and windowed modes are treated
differently. Windowed modes now use -zoom_tia and -zoom_ui arguments,
while fullscreen modes can be specified by resolution using the new
-fullres argument.
- Widescreen video modes are now supported; Stella will simply center the
image with surrounding black borders.
- Many UI-related changes, including resizable ROM launcher and debugger
windows, and a new UI palette (the previous classic palette is still
available). This is still a work in progress.
- The locations of all major config files (statedir, palette file,
cheat file, properties file, etc) are now configurable from the
commandline and within the UI.
- Updates to TIA palette support. Added SECAM support, and removed the
built-in original palette. Standard, z26, and user are still
available.
- Various bugfixes to some debugger commands. The run command no
longer causes a crash, and several others have better error-checking.
- Added more complete cartridge auto-detection for Commavid (CV), 3E,
3F and Activision (FE) formats.
- Removed XStart and Width ROM properties, since the forthcoming TIA
rework wont be using them.
- Reworked internal storage of ROM properties to be faster and take up
less space.
- Added several different ways of stretching the OpenGL image to the
-gl_fsmax argument, for more flexibility.
- Removed OpenGL aspect ratio setting favour of the previously mentioned
video changes. Well see how this goes.
- Removed dirty-rect support from software rendering, since it was actually
sub-optimal in Windows and OSX and defaulted to off in previous versions.
- Added support for gzipped ROMs.
- Re-added pause support.
- Re-added support for Windows 98.
- Removed support for STELLA_BASEDIR environment variable, since each
config file can be now configured separately.
- Removed -fastscbios argument, since it must always be turned on.
- Removed PSP support, since it hasnt been updated in over a year, and
someone else is maintaining another port elsewhere.
- For the Unix/Linux port; fixed make install issues, and changed icon to
PNG format.
<<less
Download (0.95MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1018 downloads
The Romalizer 0.61

The Romalizer 0.61


The Romalizer project is a Tcl script to analyze your MAME roms and report errors. more>>
The Romalizer project is a Tcl script to analyze your MAME roms and report errors.
The ROMalizer is a Tcl script that examines your .zip files for MAME ROMs and lets you know if you have any extra data in them. It can also report incorrect filenames, CRCs, etc.
Enhancements:
- romalizer will no longer move the zipfiles it has fixed into your roms directory unless you specify the -M option. This will allow you to run romalizer as a normal user on a roms filesystem that is only writable by root or some other games administrator. If you use the -M option, romalzier will back up your old roms into the working directory as usual, if the -M option is not used, the new (fixed) roms will be located in the working directory.
- romalizer now fully supports two new styles of merging your roms. You may now use the -g or -G options to tell romalizer to use one of these new merging formats. When -g is used, romalizer will merge all clones into a single zip file. When -G is used, romalizer will create clone zip files that are capable of being run independantly of the parent romset. I have tested these new merging features on my pacman romset and it works beautifully, however more testing probably needs to be done on a complete romset for these options.
- neogeo games are now supported, romalizer will just ignore any CRC that matches 354029fc (ng-sfix.rom), 9036d879 (neo-geo.rom), and 97cf998b (ng-sm1.rom). Thus neogeo roms are now fully supported except for these 3 which should be placed in a file called neogeo.zip.
- romalizer requires usage of UnZip version 5.41 or higher due to a Y2K bug in UnZip. This patch will now check your unzip version and abort if you do not have a recent version of UnZip.
<<less
Download (0.008MB)
Added: 2006-11-20 License: Freeware Price:
624 downloads
Uberyl Beta

Uberyl Beta


Uberyl is Ubuntu + Beryl, and many other programs that makes Linux easy for all, mainly for beginners. more>>
Uberyl is Ubuntu + Beryl, and many other programs that makes Linux easy for all, mainly for beginners, but that does not reduce power for the advanced users. He is able to run beryl in a live-CD with Intel, Nvidia & Ati.

The project installs Songbird, Automatix, Envy, Emulators, Xara xtreme, youtranslator, navigator Avant window, apton-CD, ndiskgtk (wireless drivers tools) and many more.
<<less
Download (MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
595 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5