summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2006-01-19Update to 2.27:wiz3-11/+12
13/01/2006 *** v2.27 *** - Uses DatLib v2.15. - Last release would not load data files less than 4KB in size! 12/01/2006 *** v2.26 *** - Uses DatLib v2.14. - Added a save-only format to imitate MAME's gamelist.txt file. - File identification is now done by loading just the first 4KB. - Added a list of supported save-formats to the command line help.
2006-01-19Update to 2.15:wiz3-10/+11
13/01/2006 *** v2.15 *** - Last release would not load data files less than 4KB in size! 12/01/2006 *** v2.14 *** - Added a save-only format to imitate MAME's gamelist.txt file. - File identification is now done by loading just the first 4KB.
2006-01-19remove BROKEN_IN, since the package builds againtonio1-3/+1
2006-01-19Include ossaudio.b3.mk.joerg1-1/+2
2006-01-19Allow mmix to be built when teTeX is already installed (and not tetex1)tonio1-1/+7
As mmix needs cweb, let mmix use tex.buildlink.mk (teTeX2 and teTeX3 do provide cweb), and add a dependency over cweb in case TEX_DEFAULT is tetex1 The tetex build dependency in this case is not a problem, since tetex is needed by cweb. Also, no PKGREVISION bump, since there are only build depends This fixes PR 3254
2006-01-15Use sun audio only on NetBSD and SunOS. Link with LIBOSSAUDIO.joerg4-10/+31
Add DragonFly support.
2006-01-15Add DragonFly support. Workaround a bug in DragonFly's time.h whenjoerg7-18/+109
compiling with _POSIX_SOURCE set (size_t doesn't get defined). Fix errno. Fix an incorrect va_arg: short gets promoted to int, so use that.
2006-01-15Fix up last commit. Libraries are in ${X11BASE}/lib.joerg1-2/+2
2006-01-12Fixed typo: DrgaonFly => DragonFly.rillig1-2/+2
2006-01-12Include sys/time.h whenever struct timeval is used. Fixes buildjoerg4-4/+42
on DragonFly.
2006-01-12Also replace hard-wired /usr/X11R6 with ${X11BASE}.joerg1-2/+2
2006-01-12/usr/X11R6 => ${X11BASE}, -lossaudio => ${LIBOSSAUDIO}joerg3-19/+25
Add DragonFly support.
2006-01-12Fix GCC 3.4: __FUNCTION__ works like __func__, it can't be stringjoerg5-5/+80
concanatted. Add DragonFly.
2006-01-12Fix errno.joerg2-1/+25
2006-01-12Use alloca from stdlib.h on DragonFly and FreeBSD.joerg2-1/+15
2006-01-12Fix errno. Add DragonFly support.joerg4-1/+56
2006-01-12Fix errno. Don't define strerror on BSDs, they have it. Uses bdftopcfjoerg4-10/+24
and mkfontdir.
2006-01-11Update to 2.24:wiz2-7/+7
09/01/2006 *** v2.24 *** - Added -d4 (even smaller supplements - for ROM archival only). - Updated the usage information on the command line. - Tidied up the code in generate.c (used by -d1, -d2, -d3, -d4).
2006-01-10Reorder the inclusion of Makefile.application, fixes fetch target.salo1-3/+2
Noticed by Robert Elz.
2006-01-10Update to 0.4:jmmv5-31/+59
0.4 - better interrupt handling and dsp emulation - input should work in more games now - improved gx emulation (with new engine at its early stage) - savestates can be created without the debugger - simple thp video player included (thpview) 0.3 - should now work on mac os x (thanks to Adam Green) - basic hle system - function mapper - fixed a few problems with pad emulation - further debugger improvements - killed some ugly cpu bugs - fixes here and there This project is currently dead, so we might consider removing this package in the future.
2006-01-08Add x86_64 files to SUSE emulation packages to make it easiersalo59-55/+236
for COMPAT_LINUX testers to play with. Untested in run-time.
2006-01-08Add missing dependency on suse_base package.salo1-2/+4
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz2-4/+4
2006-01-06Put things back in again.xtraeme1-2/+2
2006-01-06Apply patches from Tobyas Nigren (PR pkg/32464) to make thisxtraeme4-3/+45
build on NetBSD/amd64. Thank you Tobias!
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz6-18/+12
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2006-01-03PKGREVISION bump for icu shlib major bump.wiz1-1/+2
2006-01-02Enable pty opening for serial port emulation under NetBSD.blymn2-6/+48
2006-01-01Update to 2.7:wiz2-8/+8
06/12/2005 *** v2.7 *** - Uses DatLib v2.13. - DatLib v2.12 broke the RomCenter drivers (now fixed). 05/12/2005 *** v2.6 *** - Uses DatLib v2.12. - Fixed a rare crash (if the longest line in the dat was the last). - Fixed a problem loading RomCenter data files containing [].
2006-01-01Update to 2.6:wiz2-8/+8
06/12/2005 *** v2.6 *** - Uses DatLib v2.13. - DatLib v2.12 broke the RomCenter drivers (now fixed). 05/12/2005 *** v2.5 *** - Uses DatLib v2.12. - Fixed a rare crash (if the longest line in the dat was the last). - Fixed a problem loading RomCenter data files containing [].
2006-01-01Update to 2.23:wiz2-8/+8
06/12/2005 *** v2.23 *** - Uses DatLib v2.13. - DatLib v2.12 broke the RomCenter drivers (now fixed). 05/12/2005 *** v2.22 *** - Uses DatLib v2.12. - Fixed a rare crash (if the longest line in the dat was the last). - Fixed a problem loading RomCenter data files containing []. - From DatLib v2.11. - M1 XML will not use hex for ROM sizes after all... changed back!
2006-01-01Update to 2.25:wiz2-8/+8
06/12/2005 *** v2.25 *** - Uses DatLib v2.13. - DatLib v2.12 broke the RomCenter drivers (now fixed). 05/12/2005 *** v2.24 *** - Uses DatLib v2.12. - Fixed a rare crash (if the longest line in the dat was the last). - Fixed a problem loading RomCenter data files containing [].
2006-01-01Update to 2.13:wiz2-7/+7
06/12/2005 *** v2.13 *** - DatLib v2.12 broke the RomCenter drivers (now fixed). 05/12/2005 *** v2.12 *** - Fixed a rare crash (if the longest line in the dat was the last). - Fixed a problem loading RomCenter data files containing [].
2006-01-01be consistent about siginfo handling (treat as union on NetBSD,hubertf4-17/+44
keep the struct on the rest)
2006-01-01Update to 0.8.0 (update provided by Hubert Feyrer, thanks :-)xtraeme9-356/+159
* Support for ARM Integrator/CP board system emulation. * Support for MIPS R4K system emulation. * Initial SMP support on x86 (up to 255 CPUs !). * Many new audio emulation features. * Initial USB support. * New networking options for VLAN support between several QEMU instances.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam13-26/+13
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Update to 0.7:wiz3-7/+8
- fix all fixable errors in at most two runs - rename disks - support searching for files in additional directories - detect faked ROMs (correct CRC, wrong MD5/SHA1) - adapt mkmamedb-xmame.sh for MAME version numbers of 0.100 and above - dropped support for inferring flags/status from CRC (old MAME versions) - deprecated -u/-U command line options - simplify ROM matching logic - many new regression tests, causing - various bug fixes
2005-12-27Does in fact work on NetBSD/i386 3.0; remove errant PKG_FAIL_REASON. Fixesschmonz1-4/+1
PR pkg/32392.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz7-7/+28
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-22- update pearpc to 0.4ghen8-30/+112
- move options to options.mk file and reorganize a bit - sort PLIST - grab MAINTAINERship ok by xtraeme. ChangeLog for pearpc-0.4: - CPU: stfiwx implemented - config: "ppc_start_fullscreen" for starting in fullscreen mode - POSIX: allow bridging of tun device - use FISTTP instruction on SSE3 aware processors - merged native_cd branch from Alexander Stockinger - endianess fixes - warn that the generic CPU is slow - better detection of HFS+ volumes - support for DVD-Drives - correctly check for NASM - Work-around for graphic errors in Mac OS X 10.1 - POSIX/Linux: fall back to 1 GHz if /proc/cpuinfo doesn't provide cpu frequency - 3c90x emulation fixed - some PROM fixed for yaboot - alteration of x86asm interface to be more programmer friendly - use transparent cursors instead of altering cursor visibility (hack for using PearPC with remote desktop) - DVD emulation implemented. Fixes problems with Tiger installation - Updated the read_effective_* commands to be faster !!! REGRESSED !!! - fixed lvalue casts (compiles now with gcc 4.x) - booting from disks with bootfile about 4 GiB limit fixed
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg3-1/+28
DragonFly support.
2005-12-15Fix munged patch: it's __FreeBSD__, not FreeBSD__ in #if defined()...dogcow2-4/+4
2005-12-13Fix smbd's path (qemu's samba built in interface). Found by Richardxtraeme1-3/+7
Earnshaw in PR pkg/32289. Bump PKGREVISION.
2005-12-12First step at reworking Linux binary packages.joerg41-124/+72
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms.
2005-12-11Improve sun sound driver on NetBSD to support stereo and not todillo5-33/+123
rely on counting of played samples, which can get out of sync. This may work on other platforms too, but I cannot test it. Update to 1.18: - Fixed a bug that caused the emulator to crash after 72 minutes. - Added internal zlib and lpng support if no native libraries are found at compile time. - Fixed video recording frame rate in NTSC mode. - [C64] Added Structured Basic, Comal 80 and Ross cart support. - [C64] Fixed the improper detaching of certain types of carts. - [C64] The +60K expansion base address is now selectable for compatibility with the oldest version of the expansion. - [C128] Improved the VDC emulation. - Added support for more 3rd party basic extenders to petcat. - Compiling for QNX 6.x works now (binary package is available). - [C64] Binary packages for Solaris machines are available. - [C64] Added full GeoRAM memory expansion support with sizes from 64KB to 4MB. - [C64] Added full RamCart memory expansion support. - [C64] Added full +60K memory expansion support. - [C64] Correct REU values after reset. - [C128] Added full GeoRAM memory expansion support with sizes from 64KB to 4MB. - [C128] Added RamCart memory expansion support without the read-only option. - [C128] Fixed some C64 mode bugs. - [C128] Correct REU values after reset. - New dutch translation. - Language support has been extended to include commandline-options. - BSD platform problems with using the sounduss and soundsun driver have been fixed. - Problems compiling with older versions of libpng have been fixed. - Problems with MAXPATHLEN and PATH_MAX when compiling have been fixed. - New ALSA sound driver. - Fixed some compile errors if GCC4 is used. - Added support for more analog joysticks. - Userport RS232 emulation should work as expected now.
2005-12-11Fixed the build error introduced by the late pkglint patch by quotingrillig1-3/+3
the -D defines in the DEFS variable correctly.
2005-12-11Another PKGREVISION bump for SDL dependency change.wiz1-2/+2
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz24-61/+50
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
2005-12-09Add DragonFly support.joerg3-4/+18
2005-12-09Fix errno.joerg4-1/+47