summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2005-10-17Added options to use arts and saneadam2-7/+12
2005-10-14Update uae to version 0.8.25.kristerw5-42/+48
Changes since version 0.22: - Moved over some features from WinUAE: * better m68k exception handling * better m68k prefetch emulation * better debugger - More merging with WinUAE; a lot of the input device code has changed - GUI cleaned up. - Quest to eliminate useless options continues: 68000 mode is always "slow but compatible"; it's not that slow after all. - Now uses GTK2 for the GUI. - Added ALSA sound support from Heikki Orsila
2005-10-14Update xmame/xmess to 0.100kristerw5-37/+19
Changelog: - Everything from MAME 0.100 (http://x.mame.net/changes-mame.html) and MESS 0.100 (http://x.mame.net/changes-mess.html). - Improved support for OpenBSD, including fixing audio on 8-bit sound cards. (Claudio Castiglia) - Improved the SDL joystick driver so that it will work better with components identified as hat switches or trackballs. (Dave Ahlswede) - Increased the maximum number of joystick axes from 8 to 16 to support the Gravis Xterminator joypad. (Dave Ahlswede)
2005-10-10Changes 20050930:adam6-33/+58
- Joystick force feedback support. - Beginnings of Win64 support. - Many MSI fixes and cleanups. - Font linking support. - Several OLE fixes. - Some fixes for MacOS/x86. - Lots of bug fixes.
2005-10-08Update to 0.3.6:xtraeme3-7/+15
The most imporant user-visible change between release 0.3.5 and 0.3.6 is: (X) The experimental ARM emulation mode is now working well enough to install NetBSD/cats and OpenBSD/cats onto harddisk images.
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-2/+1
thus were before 2005Q3.
2005-10-05Add and enable ski.skrll1-1/+2
2005-10-05Third time luck import of a ski emulator package.skrll4-0/+61
Based on the pkg found at http://cherry.beevomit.org/downloads/netbsd-anvil/pkgsrc.emulators.hp-ski.tar.gz The Ski simulator is a software package designed to functionally simulate the IA-64 processor architecture at the instruction level. Ski offers an informative, screen-oriented machine-state display and a friendly, powerful command-line interface. Programs may be loaded from disk in executable format; they may be run from start to finish, single- stepped, and break-pointed. Execution can occur in a text-oriented or a graphical user interface or in batch-mode, with no user-interface at all. Both the user-level and the system-level machine-state can be simulated. For user-level execution, Ski will intercept IA-64 Linux system calls and translate them into the corresponding system calls of the host operating system.
2005-10-02Update to 0.35r2:wiz2-7/+7
2005-09-02 * Moved inclusion of most system header files to hdr/generator.h and added check for sys/param.h for less #include trouble. * Removed platform-specific versions of the SWAP16/SWAP32 macros as these were only used in two places.
2005-10-01Install example procedure that shows how to setup and networkhubertf3-2/+67
several qemu nodes with the host's local ethernet using tap(4).
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig10-28/+28
NO_BUILD, USE_LIBTOOL.
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-09-27Update to 2.18:wiz2-7/+9
17/09/2005 *** v2.18 *** - Uses DatLib v2.7. - Compiled with zlib 1.3. - Improved Neo-Geo handling for the Nebula driver. - Improved 'romof' handling for RomCenter 2 driver (during loading). 31/08/2005 *** v2.17 *** - Uses DatLib v2.6. - Fixed a 'hang' that occurred with circular cloneof relationships.
2005-09-27Update to 2.19:wiz2-9/+9
17/09/2005 *** v2.19 *** - Uses DatLib v2.7. - Compiled with zlib 1.3. - Improved Neo-Geo handling for the Nebula driver. - Improved 'romof' handling for RomCenter 2 driver (during loading). 31/08/2005 *** v2.18 *** - Uses DatLib v2.6. - Fixed a 'hang' that occurred with circular cloneof relationships.
2005-09-27Update to 2.7:wiz2-7/+7
17/09/2005 *** v2.7 *** - Compiled with zlib 1.3. - Improved Neo-Geo handling for the Nebula driver. - Improved 'romof' handling for RomCenter 2 driver (during loading). 31/08/2005 *** v2.6 *** - Fixed a 'hang' that occurred with circular cloneof relationships.
2005-09-22Add comment why suse91_linux is commented out.wiz1-2/+2
2005-09-19Require gcc 3.0, so that it builds on NetBSD 1.6.x too.bouyer3-3/+9
2005-09-17Remove an entry that is not installed, and add a missing one.minskim1-2/+2
2005-09-13Fix configure problem when x11/gnome-libs is installedadam1-1/+3
2005-09-12Fetch correct distfileadam2-14/+13
2005-09-10Remove trailing empty line.wiz1-2/+1
2005-09-07Update gpsim-ptyusart to 0.3.2. Changes:bouyer3-7/+8
Update for gpsim-20050905 Fix uninitialised variable bug
2005-09-07Update gpsim-oscilloscope to 0.1.2. Changes:bouyer3-7/+8
Update for gpsim-20050905 Update for gtk2
2005-09-07Update to gpsim-20050905. Changes are mainly bugfixes and a few morebouyer11-164/+49
supported devices. There is also work in progress on an interface though a socket, allowing an external program to send commands to gpsim.
2005-09-07Changes 20050830:adam7-86/+73
- A lot more theming support. - Many improvements to the various crypto dlls. - More LDAP support. - Beginnings of an MSXML implementation. - Better MSHTML support. - Emulated version now set to Windows 2000 by default. - Direct3D fixes and improvements. - Lots of bug fixes.
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs2-5/+5
No pkgrevision bumps needed.
2005-09-04Update to 0.7.2xtraeme2-6/+6
Changes: - x86_64 fixes (Win2000 and Linux 2.6 boot in 32 bit) - merge self modifying code handling in dirty ram page mecanism. - MIPS fixes (Ralf Baechle) - better user net performances
2005-09-03* Remove compile warnings with gcc3.xtraeme4-16/+27
* Use PKG_OPTIONS_OPTIONAL_GROUPS for sdl and opengl options.
2005-09-01Add PKG_OPTIONS_LEGACY_OPTS due to previous commit (esd -> esound).hira1-1/+2
Pointed out by dillo@.
2005-08-31Use esound instead of esd.hira1-3/+3
Some packages are already using it with same meaning.
2005-08-30Added emulators/generator-cbierextraeme1-1/+2
2005-08-30Initial import of generator-cbiere-0.35r1.xtraeme4-0/+64
This is a modified version of Generator by James Ponder based on version 0.35 and maintained by Christian Biere. Additional features * Support for BZIP2, GZIP and ZIP compressed ROMs i.e., no more manual decompression or wasted disk space. Yay! * Support for X11's XVideo hardware acceleration by SDL for faster and smoother graphics. * Fullscreen support with or without the classic color frame. * SDL audio support (in favour of OSS Audio) which means you can use ESound and others for sharing the sound device among other applications. * Optional mute playing i.e., if you don't have a soundcard or the soundcard is busy you can still play. * Support for 48kHz sample rate (needs driver support). * Automagic CPU usage reduction which is especially cool for notebooks. The unpatched Generator uses more or less as much CPU as it can get even if needs far less than 10% on any modern system. * Working support for Game Genie codes.
2005-08-27Update to 0.5.2xtraeme4-38/+115
Changes: * New! sound logger * New! disk manipulator toolkit; transfer files from the host OS to the MSX disks (disk images and hard disk images with partitions are all supported) and vice versa, create new (hard) disk images and format them, etc. * Bugfixes, new ROM images, etc.
2005-08-25Update xmess to 0.99.kristerw2-7/+7
Changes since 0.97: - Everything from MAME 0.99 (http://x.mame.net/changes-mame.html) and MESS 0.99 (http://x.mame.net/changes-mess.html). - The SVGAlib target no longer fails silently under certain conditions. (Hans de Goede) - Removed some unnecessary calls to exit() and fixed a few memory leaks in the X11, Xv, and effects code. (Hans de Goede) - The SVGAlib driver now handles __svgalib_tty_fd == -1. This allows it to work with newer releases of SVGAlib. (Hans de Goede) - Removed "-xv/-xvext" from the manpage. Bugzilla bug 535. (Erik Hovland) - Updated the joystick types in the manpage. Bugzilla bug 737. - Fixed some typos in the documentation. Bugzilla bug 738. (Erik Hovland)
2005-08-25Update xmame to 0.99.kristerw3-9/+9
Changes since 0.97: - Everything from MAME 0.99 (http://x.mame.net/changes-mame.html) and MESS 0.99 (http://x.mame.net/changes-mess.html). - The SVGAlib target no longer fails silently under certain conditions. (Hans de Goede) - Removed some unnecessary calls to exit() and fixed a few memory leaks in the X11, Xv, and effects code. (Hans de Goede) - The SVGAlib driver now handles __svgalib_tty_fd == -1. This allows it to work with newer releases of SVGAlib. (Hans de Goede) - Removed "-xv/-xvext" from the manpage. Bugzilla bug 535. (Erik Hovland) - Updated the joystick types in the manpage. Bugzilla bug 737. - Fixed some typos in the documentation. Bugzilla bug 738. (Erik Hovland)
2005-08-25Update to 0.3.5.xtraeme2-6/+6
The user-visible changes between release 0.3.4 and 0.3.5 are minor, and can be summarized as follows: o) Updates to the (old) binary translation subsystem, resulting in minor speed improvements. o) 64-bit MIPS dmult/dmultu has been fixed. o) slt* instructions for 64-bit MIPS were incorrectly implemented in the i386 backend. This has been fixed.
2005-08-19Add support for NetBSD-amd64 contributed by Nicolas Joly in PR pkg/30622.tron2-3/+11
2005-08-16Instead of creating links from ${EMULDIR}/dev to /dev for things likedmcmahill4-24/+21
/dev/null, create them with MAKEDEV. This avoids ugly problem with realpath and readlink in linux binaries that try to fully resolve where /dev/null lives. Bump PKGREVISION to 7.
2005-08-12Security fix for SA16352.salo3-3/+30
"A vulnerability in wine can be exploited by malicious, local users to perform certain actions on a vulnerable system with escalated privileges. The vulnerability is caused due to a temporary file being created insecurely in "/tmp" by winelauncher.in under certain error conditions. This can be exploited via symlink attacks to create or overwrite arbitrary files with the privileges of the user running the affected application." http://secunia.com/advisories/16352/ Patch from Wine CVS.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam3-7/+6
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-07Remove winelib -- it's not used by anything anymore.recht7-220/+1
2005-08-07Using tabs for indentation of SUBDIR instead of spaces.rillig1-2/+2
2005-08-05Update zlib rpm for two security fixes. Bump PKGREVISION.wiz4-13/+13
2005-08-05Fix typo in ONLY_FOR_PLATFORM.wiz1-2/+2
2005-07-29I'm the new maintainer, ok'ed by Dave Holland (previous maintainer).xtraeme1-2/+2
2005-07-29Update to 0.7.1.xtraeme7-51/+25
Changes: - read-only Virtual FAT support (Johannes Schindelin) - Windows 2000 install disk full hack (original idea from Vladimir N. Oleynik) - VMDK disk image creation (Filip Navara) - SPARC64 progress (Blue Swirl) - initial MIPS support (Jocelyn mayer) - MIPS improvements (Ralf Baechle) - 64 bit fixes in user networking (initial patch by Gwenole Beauchesne) - IOAPIC support (Filip Navara)
2005-07-27Reset MAINTAINER -- he stopped working on pkgsrc.wiz1-2/+2
2005-07-27Update to 0.4.skrll7-187/+46
A huge number of changes have been made. This most visible being support for emulating a SUN3/160.
2005-07-26Changes 20050725:adam8-37/+79
* Beginnings of theme support in common controls. * Many MSHTML improvements. * A bunch of OLE fixes for InstallShield installers. * Many Direct3D fixes and improvements. * Beginnings of LDAP support. * Various cleanups after removal of the config file. * Lots of bug fixes.