summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-07-09Do not include files that don't exist.kristerw1-1/+3
2005-07-01Changes 20050322:adam8-52/+77
- fixed the problem with Ticks getting incremented on every interrupt, not just 60Hz (e.g. moving the mouse made the caret blink faster) - Unix: integrated JIT compiler for Linux/x86 and FreeBSD/x86 - Unix: moved minimum autoconf support to 2.52+ - Unix: add large file support for 2+ GB hard disk images - Unix: cleaned up pthread attributes [Brian Johnson] - Unix: fixed floppy problems under Linux - Unix: implemented "ignoresegv" feature on Linux/x86, Linux/ppc, Darwin/ppc - Unix: serial port baud rates are now set correctly - Unix: it is now possible to make the serial drivers pipe their input/output to programs by using a '|' followed by a command line as the modem or printer port setting (instead of a device name like '/dev/ttyS0') - Unix: the option "--config FILE" tells B2 to use a different config file - Unix: new prefs options "dsp" and "mixer" to set the OSS device names instead of the hardcoded '/dev/dsp' and '/dev/mixer' - Unix: new ether prefs option 'tun' to use a TUN/TAP interface. The configure script used can be overriden with "etherconfig" - Unix: SDL audio and video output are now available in option - Unix: port JIT compiler to Linux/x86_64 (AMD64 and EM64T platforms) - Unix: sheep_net driver ported to kernel 2.6 (patches from Mac-On-Linux) - Unix: fix network code to work correctly on 64-bit platforms - Unix: implement X11 to MacOS exchange of text through the clipboard - Windows: a new port derived from Lauri's work is now available
2005-07-01Changes 0.70:adam3-10/+9
- As always: Code cleanup and bug fixes. - No more crashes when a program tries to access illegal sector numbers. - Improved built-in ROM cartridge. - Rewrote the IO memory emulation code -> Better compatibility. - Support for TOS 1.06 and TOS 1.62 - Emulated CPU can now also be run at 16 MHz or 32 MHz. - File selection dialog scrollable with mouse wheel or cursor keys, too. - Hatari now works on 64-bit host CPUs, too. - Floppy disk images can now be set writable/write-protected in the GUI. - Hatari can now also load a global configuration file (e.g. /etc/hatari.cfg). - Configurable logging functions.
2005-06-30pkg-config is used by configure. Add build dependency on it.minskim1-1/+2
2005-06-28Update to 0.3.4.xtraeme3-11/+16
Changes: x) When emulating a network of multiple machines, the emulated machines can now be placed on different hosts. x) NetBSD/evbmips can now be installed and run from a disk image. (There is no INSTALL kernel for NetBSD/evbmips, so you need to install using another OS, for example emulated NetBSD/pmax.) x) NetBSD/sgimips can now be installed. Not onto a SCSI disk, but the files can be exported via nfs from another emulated machine. The sgimips machine can then netboot. (Read the documentation for details.)
2005-06-25Add support for NetBSD-amd64. Based on patches supplied by Nicolas Jolytron5-37/+96
in PR pkg/30582.
2005-06-24Update xmame to 0.97.kristerw2-6/+6
Release 0.97, 13 June 2005 - Everything from MAME 0.97 (http://x.mame.net/changes-mame.html) and MESS 0.97 (http://x.mame.net/changes-mess.html). - When the emulation is unpaused, the keyboard state is cleared. This prevents keypresses from bleeding over from the user interface. - The SDL driver now uses the correct green mask for RGB 565. This fixes a problem with SDL on DirectFB being unable to find a valid video mode. (Uli H.) - The SDL driver now locks the video surface before retrieving the pointer to its memory. This fixes a crash with SDL on DirectFB. (Uli H.) - Fixed a few spots in the code for 4.3 BSD, e.g., OpenStep on NeXT. - Fixed bugs in the Xv driver and the 6-tap effect that affected big-endian architectures. (Hans de Goede)
2005-06-24Update xmess to 0.97.kristerw2-7/+7
Release 0.97, 13 June 2005 - Everything from MAME 0.97 (http://x.mame.net/changes-mame.html) and MESS 0.97 (http://x.mame.net/changes-mess.html). - When the emulation is unpaused, the keyboard state is cleared. This prevents keypresses from bleeding over from the user interface. - The SDL driver now uses the correct green mask for RGB 565. This fixes a problem with SDL on DirectFB being unable to find a valid video mode. (Uli H.) - The SDL driver now locks the video surface before retrieving the pointer to its memory. This fixes a crash with SDL on DirectFB. (Uli H.) - Fixed a few spots in the code for 4.3 BSD, e.g., OpenStep on NeXT. - Fixed bugs in the Xv driver and the 6-tap effect that affected big-endian architectures. (Hans de Goede)
2005-06-24add and enable ckmamedillo1-1/+2
2005-06-24Add ckmame 0.6, a program to check and fix ROM sets for MAMEdillo4-0/+41
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-2/+2
${PREFIX}.
2005-06-16Create directories before installing files into them.jlam36-36/+91
2005-06-11Now that bsd.options.mk has been changed, only add mmx to ↵wiz1-3/+5
PKG_SUPPORTED_OPTIONS on i386.
2005-06-10Slightly different solution to previous:wiz1-7/+5
just ignore mmx pkg_option if set on non-i386.
2005-06-10Wrap complete options part in ifdef i386,wiz1-4/+3
since there is only one option and that only on i386. Fixes bulk build problem.