summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-07-26+ucon64tv1-1/+2
2005-07-26ucon64-2.0.0, an emulation ROM image manipulation tool. From DESCR:tv8-0/+168
===== uCON64 - THE tool for all your video game console concerns. - Support for 14+ different cartridge and disc-based video game console system - Support for ALL common patch file formats like: IPS *), APS, BSL, PPF and Game Genie *) with RLE compression - Support for 10+ different backup units to backup/restore ROM(s), disc(s) and SRAM(s) like: Flash Advance Linker, Flash 2 Advance, Doctor V64 (Junior), Super Wild Card, Game Doctor, Dexdrive, Super Magic Drive, Game Boy Xchanger Mad Catz Camera Link, Lynxit, MD-PRO, SMS-PRO, PCE-PRO, GG-PRO, Super Flash and your CD-writer. Including: *VERY* verbose ROM information for ALL systems, detection of bad dumps using internal checksums or DAT files, CRC32 calculation, ROM comparison, modification (strip, pad, etc...), SRAM conversion (emulator <-> backup unit), DiscJuggler and Nero image conversions, complete gzip and zip support for all file-related funtions, etc...
2005-07-24Add and enable sms_sdl.wiz1-1/+2
2005-07-24Initial import of emulators/sms_sdl:wiz4-0/+44
SMS Plus is Sega Master System and Game Gear emulator. Originally, it was written to run under DOS. Since Charles Mac Donald released his emulator under the GPL terms, this emulator has been ported to different platforms.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz3-6/+6
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-20The Linux support for NetBSD/amd64 has not been pulled up in thekristerw1-3/+3
netbsd-3 branch, so limit this package to 3.99 or newer.
2005-07-19depends should be ../../<category>/<pkg>grant7-22/+22
2005-07-18The sources assume <malloc.h> exists. Create a fake one for platformskristerw1-1/+9
that don't have it.
2005-07-17Update spim to 7.1.kristerw5-22/+63
Changes since 6.5 includes * Upgraded simulator to MIPS32, Version 1 architecture (except details of FPU and memory). * Exceptions and interrupts reimplemented, to make them closer to the actual hardware. * Memory mapped IO console reimplemented to make it work properly. * Implemented timer in CPU. * Improved implementation of delayed load instructions. as well as many minor changes. Fixes PR pkg/30227 reported from Michai Ramakers.
2005-07-16claim this packagedillo1-2/+2
2005-07-16Reset maintainer to tech-pkg@.snj1-2/+2
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam4-12/+8
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam2-5/+4
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.