summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2005-01-31Update to 0.35.xtraeme6-66/+35
Changes: 0.35 [CORE] Support for Genecyst patch files / Game Genie [CORE] Support for AVI uncompressed and MJPEG output [68000] Re-added busy wait removal that got lost [SOUND] Added configurable single-pole low-pass filter [CORE] Added autoconf/automake version checks [VDP] Fix FIFO busy flag (Nicholas Van Veen) [SOUND] Various further endian improvements from Bastien Nocera and andi@fischlustig.de (Debian) [SOUND] Various BSD compatibility improvements from Alistair Crooks and Michael Core (NetBSD) [UI] SDL Joystick support from Matthew N. Dodd (FreeBSD) [68000] Do pre-decrement with two reads (Steve Snake) [68000] Make TAS not write (Steve Snake) fixes Gargoyles, Ex Mutant [68000] Re-write ABCD,etc based on info from Bart Trzynadlowski [68000] Implement missing BTST op-code (fixes NHL Hockey 94)
2005-01-29Update xmess to 0.90.kristerw2-6/+6
Changes since 0.89: - Everything from MAME 0.90 (http://x.mame.net/changes-mame.html) and MESS 0.90 (http://x.mame.net/changes-mess.html). - The "-sleepidle (-si)" option is now enabled by default. This keeps the emulation from hogging the CPU when it's idle. - Did a major rework of the effects code, which now borrows code from the AdvanceMAME project (Hans de Goede): * The code is much cleaner. * Effects are much faster on DGA. * The scaling is no longer fixed to a certain factor for each effect: It supports normal (1x1 - 8x8), scale2x (2x2 - 3x6), scan2 (1x2 - 4x2), rgbscan (1x3 - 6x3), scan3 (1x3 - 6x3), hq2x (2x2), lq2x (2x2), 6tap2x (2x2). * All the scanline effects come in both horizontal and vertical varieties, and vertical scanlines are automatically chosen for rotated games. - Made the 32bpp to yuy2 blitting code much faster and cleaner. (Hans de Goede) - Enhanced LIRC support to compile and link against system-installed liblirc_client files. Added the "-lircrc" option. (Mads Villadsen) - Optimized some of the yuy2 blit functions. (Hans de Goede) - Added CPU capability detection for Linux on x86. Currently this only tests for MMX. (Hans de Goede) - Changed the effects code to use the C versions of effects when a CPU isn't MMX-capable. This means that binary distributions can be built with EFFECT_MMX_ASM defined and still run on older CPUs. This presently only works for Linux on x86. (Hans de Goede) - Fixed "-geometry (-geo)" to properly adhere to given window coordinates. Added support for window coordinates to OpenGL. (Hans de Goede) - By default, fullscreen mode now only spans screen 0. To select another screen, use "-xinerama-screen <nr>", or use -1 if you want the old behavior where all screens are spanned. (Joe Q. and Hans de Goede) - Removed Mesa on Glide on Voodoo 2 in fullscreen mode hack. If you need this, just use "-geometry 640x480 -grabkeyboard -grabmouse" instead. (Hans de Goede) - Reverted to treating lightgun buttons as mouse buttons, so lightguns will work independent of joystick devices or drivers. It is now also assumed that there are always 5 mice connected, so multiple lightguns should work fine. - The old-style debugger works again. (Hans de Goede) - Merged several of Nicola Salmoria's memory leak fixes from Windows MAME. - Fixed multiple port recording for the playback/record option. (Chad Hurwitz)
2005-01-29Update xmame to 0.90.kristerw2-6/+5
Changes since 0.89: - Everything from MAME 0.90 (http://x.mame.net/changes-mame.html) and MESS 0.90 (http://x.mame.net/changes-mess.html). - The "-sleepidle (-si)" option is now enabled by default. This keeps the emulation from hogging the CPU when it's idle. - Did a major rework of the effects code, which now borrows code from the AdvanceMAME project (Hans de Goede): * The code is much cleaner. * Effects are much faster on DGA. * The scaling is no longer fixed to a certain factor for each effect: It supports normal (1x1 - 8x8), scale2x (2x2 - 3x6), scan2 (1x2 - 4x2), rgbscan (1x3 - 6x3), scan3 (1x3 - 6x3), hq2x (2x2), lq2x (2x2), 6tap2x (2x2). * All the scanline effects come in both horizontal and vertical varieties, and vertical scanlines are automatically chosen for rotated games. - Made the 32bpp to yuy2 blitting code much faster and cleaner. (Hans de Goede) - Enhanced LIRC support to compile and link against system-installed liblirc_client files. Added the "-lircrc" option. (Mads Villadsen) - Optimized some of the yuy2 blit functions. (Hans de Goede) - Added CPU capability detection for Linux on x86. Currently this only tests for MMX. (Hans de Goede) - Changed the effects code to use the C versions of effects when a CPU isn't MMX-capable. This means that binary distributions can be built with EFFECT_MMX_ASM defined and still run on older CPUs. This presently only works for Linux on x86. (Hans de Goede) - Fixed "-geometry (-geo)" to properly adhere to given window coordinates. Added support for window coordinates to OpenGL. (Hans de Goede) - By default, fullscreen mode now only spans screen 0. To select another screen, use "-xinerama-screen <nr>", or use -1 if you want the old behavior where all screens are spanned. (Joe Q. and Hans de Goede) - Removed Mesa on Glide on Voodoo 2 in fullscreen mode hack. If you need this, just use "-geometry 640x480 -grabkeyboard -grabmouse" instead. (Hans de Goede) - Reverted to treating lightgun buttons as mouse buttons, so lightguns will work independent of joystick devices or drivers. It is now also assumed that there are always 5 mice connected, so multiple lightguns should work fine. - The old-style debugger works again. (Hans de Goede) - Merged several of Nicola Salmoria's memory leak fixes from Windows MAME. - Fixed multiple port recording for the playback/record option. (Chad Hurwitz)
2005-01-29Remove the warning message - SuSE 9.1 packages work fine on NetBSD 2.0+jdolecek1-11/+1
2005-01-24Update to 1.42, bugfix release (See http://www.zsnes.com for changes).xtraeme2-7/+7
2005-01-23Fix a typo in my email address.recht1-2/+2
2005-01-23Remove me as maintainer of this package because I now longer use it.tron13-26/+26
2005-01-22put back INSTALL (in slighly simplified form) - it _is_ necessaryjdolecek3-1/+25
to setup the etc files for gtk & pango; add the files into PLIST, so that they are properly removed when package is deinstalled
2005-01-22use updated gtk2 RPM, which fixes recently discovered Xpm-relatedjdolecek2-6/+6
vulnerabilities
2005-01-22the gtk/pango stuff doesn't appear to be necessary and causes uncleanjdolecek4-130/+1
package deinstall
2005-01-22Update to latest available version (4.3.99.902-43.35.3), which fixesjdolecek2-5/+6
the recently discovered Xpm vulnerabilities
2005-01-22Update to RPM version libtiff-3.6.1-38.14, which fixes the recentjdolecek2-5/+6
security problems in libtiff. Bump PKGREVISION
2005-01-20Update to 1.41, lots of changes (bugfixes, speed improvements, etc).xtraeme6-34/+51
See http://www.zsnes.com/ for the full list of changes.
2005-01-17Make this compile on NetBSD 1.6 by adding some missing include files.kristerw4-2/+41
2005-01-17PLIST fix + depend on fontforgeadam2-13/+15
2005-01-15Remove the SuSE 6.4 packages.kristerw1-14/+1
2005-01-15g/c SuSE 6.4 package supportjdolecek1-8/+3
2005-01-15Remove obsolete SuSE 6.4-based packages. These contain known securityjdolecek48-664/+0
bugs and are long desupported by SuSE.
2005-01-14Changes 20050111:adam9-57/+96
- Many OLE bug fixes and improvements. - A lot more work on the MSI dll. - Update regions now handled in the Wine server. - Beginnings of typelib generation in the IDL compiler. - Many janitorial cleanups. - Lots of bug fixes.
2005-01-12Update to 0.2.4.xtraeme3-6/+9
Here is a short summary of the changes from version 0.2.3 to 0.2.4: x) Debian GNU/Linux can now be installed. However, it is VERY unstable, and Linux Oopses when there is heavy serial console output. A '-U' command line option reduces the risk, but doesn't fix the problem. x) When emulating framebuffers for machines like the DECstation 5000/200, that have a hardware mouse cursor, the host machine's X cursor is now invisible. (This might not sound like a very exiting change, but it "feels" a lot better than before.) x) Improvements to the experimental dynamic binary translation subsystem. x) Many improvements to the single-step debugger. x) Various other bugfixes and updates.
2005-01-11support i386 a.out and ELF binary emulation for amd64.hamajima10-44/+100
2005-01-05Changes 1.3.5:adam3-9/+9
* Solid improvements of keyboard handling in SDL and X11 versions
2004-12-30Add and enable simulavr.kristerw1-1/+2
2004-12-30Initial import of simulavr, contributed by Ola Eriksson inkristerw4-0/+60
PR pkg/27596. The Simulavr program is a simulator for the Atmel AVR family of microcontrollers. Simulavr can be used either standalone or as a remote target for gdb. When used in gdbserver mode, the simulator is used as a backend so that gdb can be used as a source level debugger for AVR programs.
2004-12-30Correct PLIST. Noted by wiz.kristerw2-3/+3
Bump PKGREVISION.
2004-12-29Update xmess to 0.89.kristerw2-6/+7
Changes from 0.88: - Everything from MAME 0.89 (http://x.mame.net/changes-mame.html) and MESS 0.89 (http://x.mame.net/changes-mess.html). - Re-added a missing "Rapid Fire" entry from the setup menu that caused the other entries to be off by one. Fixes Bugzilla bug 621. - Another batch from Hans de Goede: * The GGI driver no longer crashes when $DISPLAY isn't set. * Sped up the rgbscan effect (effect 4), especially for DGA. - Added LIRC support for remote controls, e.g., with MythTV. (Andrew Chuah) - Fixed a typo that caused absolute analog axes to interfere with digital negative axes in the input setup.
2004-12-29Update xmame to 0.89.kristerw2-5/+6
Changes from 0.88: - Everything from MAME 0.89 (http://x.mame.net/changes-mame.html) and MESS 0.89 (http://x.mame.net/changes-mess.html). - Re-added a missing "Rapid Fire" entry from the setup menu that caused the other entries to be off by one. Fixes Bugzilla bug 621. - Another batch from Hans de Goede: * The GGI driver no longer crashes when $DISPLAY isn't set. * Sped up the rgbscan effect (effect 4), especially for DGA. - Added LIRC support for remote controls, e.g., with MythTV. (Andrew Chuah) - Fixed a typo that caused absolute analog axes to interfere with digital negative axes in the input setup.
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-26Update vmware-modules3 to 3.2.1.7. The only change is fixed distfile,jdolecek2-6/+6
which actually contains the right up-to-date file versions, and thus: * compilation fixes for 2.0 and -curren * adaptation to the device cloner changes in -current
2004-12-22Update simh to 3.3.0. Too many new features and bug fixes to list here.skrll6-35/+80
2004-12-21Update to 0.60xtraeme3-18/+6
Changes: - Again some code cleanup and bug fixes. - The configuration file layout has changed a little bit: You might have to check your settings in the GUI and to save the new configuration again. - Window/fullscreen mode is now correctly initialized from the configuration file. - Added --window command line option to force a start in window mode. - Added alert boxes to show warnings, errors and information messages. - PC mouse pointer is now better in sync with the ST mouse pointer. - It's now possible to load an alternative cartridge image file.
2004-12-21Update HOMEPAGE and MASTER_SITE.xtraeme1-3/+3
2004-12-20Update to 0.2.3, and convert to use bsd.options.mk, available options:xtraeme3-11/+19
X11 (enabled by default) This closes PR pkg/28654 by pancake. Here is a short summary of the changes from version 0.2.2 to 0.2.3: x) An experimental dynamic binary translation subsystem has been added, which improves speed. It should work when emulating R3000-style CPUs. Add -b to the command line to enable bintrans. (For R4000-style CPUs, the bintrans system is not entirely reliable yet.) Bintrans backends have been written for the Alpha and i386 platforms. x) Redhat Linux 7.1 for mips has been verified to work under DECstation 5000/200 emulation. (It could probably run with earlier versions of the emulator, but I hadn't seen it myself.) x) Lots of minor bug fixes.
2004-12-18Fix path to suse_libjpeg.wiz1-2/+2
2004-12-14fixes to compile on darwin.dbj7-37/+73
add config.h include to target-ppc builds so _BSD is properly defined bump PKGREVISION
2004-12-11Include mk/pthread.buildlink3.mk.kristerw1-1/+3
2004-12-11Do not compile messtest. It isn't used, and it fails to compile onkristerw2-1/+15
NetBSD 1.6.
2004-12-07Update vmware-module3 to 3.2.1.6. Changes are compilation fixes for 2.0jdolecek2-6/+6
and -current, as well as adaptation to the device cloner changes in -current.
2004-12-05Update email address (old one bounces).wiz1-2/+2
2004-12-05Fixes to ctype macro usage so that this builds on -current.skrll4-4/+50
2004-12-04Add LIBTOOLIZE_PLIST=NO, since it is autogenerated from rpm.wiz1-1/+2
Might fix bulk build.
2004-12-03Update arcem to 1.00skrll9-101/+175
Changes are - New manual and new SourceForge page. Other documentation deprecated. - Added project files for MS VC++, and fix warnings provoked by it. - Further split of windowing/non-windowing functionality to aid division of architecture-independent files. - Windows version made independent from Cygwin. - Windows support imported from eQRD version. Features brought inline with other versions, including icon change, and same format for choices file. - Entirety of build warnings fixed under GCC, including those that appeared from turning on harsh warning flags. - General tidying. - Makefile rearranged so that default Unix builds are more sensible. - Support for running RISC OS, by Alex Macfarlane Smith and Peter Naulls - Split of the windowing aspects of the code, to allow independent development. - Some small speed ups. - Source code tidying and warning fixes.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz9-18/+18
Suggested by Roland Illig, ok'd by various.
2004-12-02Fix typoskrll1-2/+2
2004-11-30+ gpsim-{devel,oscilloscope,ptyusart}xtraeme1-1/+4
2004-11-29Reset maintainer on his request.wiz1-2/+2
2004-11-29Initial import of ptyusart-0.3.1:bouyer4-0/+60
This is a serial module for gpsim, connecting the virtual Rx/Tx lines to a pseudo-tty (pty). You can then use your usual serial tools (cu, tip, minicom, etc ...) on this pty as you would do on a real serial port on your Unix workstation. Only for NetBSD for now. It should be easy to get it working on others BSD systems. More work is needed for others Unix and Unix-like systems.
2004-11-29Initial import of oscilloscope-0.1.1:bouyer4-0/+39
This is an oscilloscope module for gpsim. The module provide 8 probes, which you have to connect to nodes. For now the graphic interface doesn't update its display dynamically, it provides 2 input boxes in which have to enter the start and end cycles to draw.
2004-11-29Import of gpsim-devel, a package for the developement (CVS) version of gpsim:bouyer9-0/+233
PIC simulator that supports X, stimulii, and modules Stuck at date 20040826, I couldn't get newer version to work with gtk1, and we don't have a gtk+extra for gtk2 (the next release of gpsim shouldn't depend on gtk+ any more). The patches in there have been integraded in the gpsim's CVS. Some new features (especially in processors supported) and lots of bug fixes since 0.21.2.
2004-11-29Update to 1.5.12; see Cygwin site for changes. Mainly minor bugfixes.tv3-25/+25
In the process, strip the ".exe" from installed binaries. Neither Cygwin nor Interix need it, and /usr/pkg/emul isn't intended for Win32-side usage, so we don't need the .exe here either.