summaryrefslogtreecommitdiff
path: root/emulators/xmess
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+2
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)
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-11Do not compile messtest. It isn't used, and it fails to compile onkristerw2-1/+15
NetBSD 1.6.
2004-11-27Update xmame/xmess to 0.88.kristerw3-7/+26
Changes since 0.87 include: - Everything from MAME 0.88 (http://x.mame.net/changes-mame.html) and MESS 0.88 (http://x.mame.net/changes-mess.html). - Big update of the video code (bugfixes/speedup/new functionality)
2004-11-08Fix typo.wiz1-2/+2
2004-11-08Erm, cannot use a shared options.mk file for xmame/xmess...xtraeme2-2/+27
2004-11-08Convert xmame and xmess to use bsd.options.mk.xtraeme1-10/+2
Available options are: sdl opengl esound. sdl and opengl options are used to specify default display method, if none of them is specified, x11 is used as before.
2004-11-07Update xmess to 0.87.kristerw5-36/+24
Changes since 0.86: - Everything from MAME 0.87 (http://x.mame.net/changes-mame.html) and MESS 0.87 (http://x.mame.net/changes-mess.html). - Reworked the video mode functions (Hans de Goede): * Unified and moved the aspect ratio calculations from xgl, fx, and x11_window to mode.c since all display targets that support arbitrary scaling through hardware make use of this. * Modified the code to use the aspect ratio supplied by the game driver instead of doing all kinds of magic. This corrects, for example, the aspect ratio of 1942. * Added a new option, "-perfectaspect (-pa)", which automatically sets yarbsize to honor the aspect ratio provided by the game driver. This is disabled by default because it can cause scaling artifacts. * When video modes are matched, the aspect ratio is now taken into account. - Made changes to the X11 targets (Hans de Goede): * Restored widthscale == 2 yuy2 code for perfect yuy2 blitting. * Fixed a bug introduced by the aspect ratio patches which caused the Xv fallback code to not detect an error case and crash later on instead of falling back to MITSHM. * The Xv window is now resized with the correct aspect ratio after a user resize; this prevents black borders from appearing. * Renamed "-perfect-yv12" to "-perfect-yuv". * Enabled perfect blitting by default for yuy2, since it fixes the ugly color bleeding in, for example, pacman. * Fixed colors being way off in Xv for 15bpp direct games, e.g., vector games with artwork disabled. * Current mouse values are now initialized in xinput_open, which should fix the problem of the visor going to the lower right corner in starwars when the video mode is switched from windowed X11 to DGA fullscreen while the mouse is grabbed. * Fixed the display of a 32bpp source on a 24bpp packed pixel window. * Fixed a bug in the DGA2 target which caused it to throw an XError when it failed to find a suitable mode, causing xmame to abort. * XInput now maps controls to mice 2 - 5 and leaves mouse 1 free for the default mouse. (Hans de Goede) * Fixed a bug which caused the window to disappear with Xv windowed mode under KDE. - Added a missing "Rapid Fire" string to the configuration menu. This fixes problems with the configuration of player controls. (Sylvain Trosset) - Cleaned up the sound code (Hans de Goede): * Cleaned up the ALSA driver. * The ALSA driver now reports the actual sample rate to the caller rather than the requested one. * Removed the "-alsa-pcm" command line option; the ALSA driver now supports "-auviodevice (-ad)". (Hans de Goede) * Removed "-fakesound (-fsnd)". Now sound is always faked since certain games won't run without it. * Changed the default sample rate to 44100, moving us into the Third Millennium. * Removed the "-[no]sound" option; if you really want to disable sound, specify a bogus device with "-audiodevice". - Removed the "-[no]mouse" option. (Hans de Goede) - Split aspect and mode settings so that all targets can use the aspect settings. (Hans de Goede) - Fixed the mapping of analog sticks' min..max ranges to the core's range. This fixes games that use analog controls, such as Out Run, as well as the jittery movement of the mouse cursor in games such as Missile Command. - Audio should work much better on Mac OS X. (anonymous) - The MMX assembly language version of the 6-tap filter now works for 16 and 32bpp source and destination bitmaps; previously, only the 32bpp screen depth was accelerated. (Richard Goedeken) - Corrected some of the out-of-date information in the documentation. Fixes Bugzilla bug 604. - Light guns should work again. Also added support for the triggers on an ACT LABS USB PC Monitor model that didn't work previously.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-05Update xmess to 0.86.kristerw2-6/+6
Changes since 0.85 include: - Everything from MAME 0.86 (http://x.mame.net/changes-mame.html) and MESS 0.86 (http://x.mame.net/changes-mess.html). - Fixed buffer overruns in the effects and rotation code that caused a segfault on exit for some games with artwork enabled. - Fixed memory leaks in the effects and rotation code that occurred when the display settings changed. - XInput was probably limited to two controllers in 0.85, but should again support up to four. - When "-norotate(-nr)" is specified, the UI is no longer rotated relative to the game. (Hans de Goede) - Did major cleanup of the blit core (Hans de Goede): * Rotation should be a bit faster. * Defining DEST is no longer optional; targets that don't define it will need to be fixed. * Removed a bunch of obsolete #defines and special cases. * Added support for vector clipping, which fixes mhavoc. * Removed fixed Y scaling, since the arbitrary Y scaling is not noticeably slower. * Removed LOW_MEM from the makefile; blit.h is now so small, it should no longer be needed. - The C version of the 6-tap filter rotates pointers now instead of using memcpy, which should give a small speed boost. It also no longer reallocates a rotation buffer. (Hans de Goede) - Adjusted a few tests to make sure that every combination of compiling in XIL, MITSHM, and Xv will work and that the fallback order is Xv -> MITSHM -> normal X11. (Hans de Goede) - The Xv driver no longer uses "-geometry", since this requires users to know the aspect ratio of a game. It instead uses "-widthscale" and "-heightscale". (Hans de Goede) - Added "-perfect-yv12", which uses perfect Xv YV12 scaling instead of the widthscale == 2 && heightscale == 2 hack. (Hans de Goede) - Added support for displaying 32bpp bitmaps on a 16bpp X11 or 3Dfx display by down-sampling. (Hans de Goede) - Added rotation for Xv YV12 displays. (Hans de Goede) - Sometimes Xv Image creation succeeds, but the first XvShmPutImage to a mapped window fails with a BadAlloc error; also, sometimes it can create an Image smaller than the requested size. In such cases, the code now falls back to another Image type instead of crashing later. (Hans de Goede) - Fixed problems in the X11 display target (Hans de Goede): * Free cursors on close. * Call close when display creation fails to clean up after us. * Comment out sleep calls, which shouldn't be necessary since XSync should only exit after everything has been processed. * Removed x11_window_put_image in favor of x11_window_refresh_screen since dirty rectangles are no longer supported. * Worked around an X11 bug that caused keys to get stuck when fullscreen DGA mode was exited. - The display should no longer open twice for artwork games: The setup code wasn't rounding the display bounds as it should have. - Effects now use CORRECTED_DEST_WIDTH and *may* work with PACKEDPIXEL modes. (Hans de Goede) - Adjusted the display bounds rounding so that the resulting rectangle is at least as large as the original. This prevents the cutoff on the right side of the intro screen for, e.g., pacman with artwork. - Fixed problems with aspect ratio calculation (Hans de Goede): * Fixed problems with SVGAlib, DGA, and possibly other display targets when arbitrary Y scaling was used. * Games whose bitmap isn't 4:3, such as pacman and moo, no longer show black borders with Xv. * Added correct aspect ratio calculation to Xv when games have double width or double height pixels; for example, blstroid. * The Xv aspect ratio honors "-displayaspectratio". * Removed the "-widescreen" option in favor of "-displayaspectratio 1.77". * Pixel width and height doubling is now correct when "-[auto]ro{r|l}" is used. - The "-bpp" option now only supports 15 or 32. (Hans de Goede) - Joystick buttons are no longer always registered as "button 9" in the configuration menu. Fixes Bugzilla bug 587. (Thomas Klausner)
2004-08-14Update xmess to 0.85.kristerw3-418/+10
Changes since 0.84.1nb1: - Everything from MAME 0.85 (http://x.mame.net/changes-mame.html) and MESS 0.85 (http://x.mame.net/changes-mess.html). - Added a 2x sinc-based 6-tap filter effect with scanlines, enabled via "-effect 8" or "-ef 8". (Richard Goedeken) - Reworked the input code so that it more closely resembles its Windows counterpart. This adds support for "-steadykey", "-a2d_deadzone" and "-digital". - Increased the maximum number of joysticks from 6 to 8 and the maximum number of buttons per joystick from 16 to 32. - Mouse buttons may not have been working in recent releases for games such as Missile Command; they should work now. - Network support is broken for the time being because of the core input changes, so please disable XMAME_NET in your makefile. If you're interested in fixing this, have a look at src/unix/network.c and the XMAME_NET sections of an older src/inptport.c.
2004-07-26USB joystick driver rewritten, will be in next xmame release.dillo3-10/+398
okayed by kristerw. PKGREVISION++
2004-07-20Use ${VARBASE}.xtraeme1-2/+2
2004-07-18Update xmess to 0.84.1.kristerw2-6/+7
Changes since 0.83.1: - Everything from MAME 0.84 (http://x.mame.net/changes-mame.html) and MESS 0.84 (http://x.mame.net/changes-mess.html). - Removed -listinfo, since it's no longer supported by the core.
2004-06-21Update xmess to 0.83.1.kristerw2-7/+6
Changes since 0.82.1: * Everything from MAME 0.83 and MESS 0.83 (changes-mess.html). * The Xv driver now turns on XV_AUTOPAINT_COLORKEY, in case it was turned off by, for example, by the xine movie player. This prevents the display from being blank in this case. (Shyouzou Sugitani)
2004-05-28actually add patch, pointed out by wiz.dillo1-0/+22
2004-05-26Fix usb joystick driver for talkative joysticks: read all availabledillo2-2/+4
reports and use the newest one. Bump PKGREVISION.
2004-05-16Update xmess to 0.82.1.kristerw4-20/+18
Changes since 0.81.1 include: - Everything from MAME 0.82 (http://x.mame.net/changes-mame.html) and MESS 0.82 (http://x.mame.net/changes-mess.html). - Improved the message that is displayed when a suitable X11 visual cannot be found. Fixes Bugzilla bug 219. (Christopher Stone)
2004-04-16Update xmess to 0.81.1.kristerw3-24/+7
Changes since 0.80.1nb1: - Everything from MAME 0.81 (http://x.mame.net/changes-mame.html) and MESS 0.81 (http://x.mame.net/changes-mess.html). - Fixed a problem with the lightgun offscreen reloading that caused a random shot every fourth or fifth shot. (Joe Inkenbrandt)
2004-04-02Make the package realize that amd64 is a LP64 architecture.kristerw3-6/+24
Prevent crash when the requested display mode cannot be used. Bump PKGREVISION.
2004-03-31Update xmame and xmess packages to 0.80.1.xtraeme2-8/+12
Changes: Release 0.80.1, 13 March 2004 - Everything from MAME 0.80 (http://x.mame.net/changes-mame.html) and MESS 0.80 (http://x.mame.net/changes-mess.html). - Improved support for GNU make's -j option, which can especially benefit SMP and SMT machines. (Arnaud G. Gibert) pkgsrc changes: o Make esound support optional via USE_ESOUND (by default is NO).
2004-02-21Update xmess to 0.79.1kristerw4-174/+23
Changes since 0.78.1 includes: - Everything from MAME 0.79 (http://x.mame.net/changes-mame.html) and MESS 0.79 (http://x.mame.net/changes-mess.html). - Updated the ALSA DSP module to use the ALSA 1.0 API. (Shyouzou Sugitani) - Paths now allow a literal "$" if it's preceded by "\". (Andre Majorel) - Fixed a segfault that occurred when "-debug" was used with a rotated game. - The debugger window should no longer be blank for 32bpp games. - Fixed a bug in fix-comments.c that was causing it to mangle src/drivers/vendetta.c. - When XINPUT is defined in the makefile but no XInput devices are configured, the mouse is treated as a trackball. (Gerd Sussner) - The Xv YUV code should now work on big-endian platforms. (Maciej J. Woloszyk) - The trigger for the ACT LABS TV light gun now works; reloading now requires only one offscreen shot instead of two. (Joe)
2004-02-19Make this package compile on non-i386 machines too, by applying a patchkristerw2-1/+152
from Lawrence Gold on the xmame mailing-list.
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-1/+3
testing it.
2004-01-28There's no need to use 'USE_X11BASE' in xmess package, we'll usextraeme1-2/+3
USE_X11 instead, bump PKGREVISION.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-17Update xmess to version 0.78.1.kristerw2-6/+6
Changes since 0.77.1 includes: - Everything from MESS 0.78. - Changed the abbreviation of "-pause_brightness" to "-pbrt" to prevent a conflict with "-playback". - Fixed an infrequent spurious error reported by zlib 1.2.1. (Mark Adler)
2003-12-03Update xmess to 0.77.1.kristerw3-59/+11
Changes since 0.74.1 includes: - Everything from MESS 0.77. - Ported two more effects from AdvanceMAME: hq2x and lq2x. (Pieter Hulshoff) - Adjusted and cleaned up some YUV code. (Alastair Robinson) - Improved the Superboard II emulation in xmess. For details, see http://claudio.ch/SuperboardII/ (Claudio Nieder) - The I/O section of the xmess manpage should be more up-to-date. - A leading '.' on a path now causes xmess to treat it as absolute. This allows "xmess.x11 nes -cart ./zelda.zip" to work. - Set options.mess_printf_output so that xmess spits out more informative error messages, e.g., when it's unable to load an image. - The "-list-dsp-plugins / -ldp" and "-list-mixer-plugins / -lmp" commands now cause the program to exit with a return value of 0.
2003-09-20Update xmess to 0.74.1.kristerw2-6/+6
Changes since 0.72.1 include: - Everything from MESS CVS. - Reapplied David Mitchell's fix for the XInput inertial effect when a mouse or spinner is used. (Jake Stookey) - Added support for controllor setup via "-ctrlr". Note that "-hotrod" and "-hotrodse" have been replaced by "-ctrlr HotRod" and "-ctlrlr HotRodSE".
2003-08-16Update xmess to 0.72.1.kristerw3-45/+6
Changes since 0.71.1 include: - Everything from MAME 0.72 and MESS 0.72. - The various effects enabled by -effect now work with rotation enabled. (Shyouzou Sugitani) - The Xv target supports more effects. (Shyouzou Sugitani) - The rc parsing code displays more compact and readable error messages. (Andre Majorel) - Xv windowed mode is now enabled with "-x11-mode 2" or "-x11 2", and Xv fullscreen mode is enabled with "-x11-mode 3" or "-x11 3". The "-[no]xv" and "-fullscreen" switches are no longer available. - Added hotkey switching for Xv windowed mode via ALT + DEL and Xv fullscreen mode via ALT + END. - Added -widescreen for Xv. This shrinks the width of the output for display on a widescreen TV. (Per Wigren)
2003-07-19Update xmess to 0.71.1.kristerw3-7/+46
Changes since 0.70.1 includes: - Everything from MESS 0.71
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-19Update xmess to 0.70.1.kristerw2-6/+6
Changes since 0.69.1 includes: - Almost everything from MESS 0.70 - Fixed the default values for -sysinfo_file and -messinfo_file, which were missing a '/'. - Fixed the handling of leading zeros in the fractional part of a float in src/unix/snprintf.c. (Chris Kirmse)
2003-05-27Update xmess to 0.69.1.kristerw6-64/+48
Changes since 0.68.1 includes: - Re-added Ben Collins' core change that adds support for extra mice. - Reverted to using the original fronthlp.c (from 0.67.2) modified to work with the 0.69 core. - Fixed a logic bug in the XInput devices button-handling. (Ben Collins) - Made a tiny fix in fileio.c that allows specifying direct paths to roms to work again; e.g., ./xmame.x11 ./moo.zip
2003-05-23Update xmess to 0.68.1.kristerw3-6/+22
Changes since 0.67.2 include: - Almost everything from MESS 0.68. - Fixed the analog joystick support so that the Y-axis is recognized as analog. (Sebastien Devaux) - The command line is now parsed even if the display cannot be opened. (Christopher Stone, David Mitchell) - Added support to the core for 4-button mice and 10-button joysticks. (Ben Collins) - Fixed several problems and did a lot of cleanup in the XInput code, especially for the output (e.g., showing detection status. (Ben Collins) - Fixed a few problems with -listinfo output. (Andrea Mazzoleni)
2003-04-13Update xmess to 0.67.2.kristerw4-21/+82
Changes since 0.66.2 include: - Almost everything from MESS CVS. - Added support for konamigx to info.c. (David Haywood) - Building the neomame target now works. (Steve Behling) - Using XFree86 3.3.6 fbdev in 32bpp now works. (Steve Behling) - USB patches to take recent FreeBSD changes into account. (Matthew N. Dodd)
2003-03-20Update xmess to 0.66.2.kristerw3-6/+23
Changes since 0.65.1 include: - Amost everything from MAME 0.66 and MESS CVS. - The Barath frameskipper is now enabled by default. (suggested by Christopher Stone) - Rotation has been moved to the blit core and should be a lot faster. (Shyouzou Sugitani) - Analog controls work again, and the analog code is now synced up with the Windows code. (Sebastien Devaux) - The "-joydev" switch now allows a full device name, such as /dev/input/js0, to be specified. - Added makecd_mame2.pl to contrib tools; this script aids with burning CDs with ROMs, flyers, and cabinets. (Luc Saillard) - Renamed "-gamma-correction" to "-gamma" to be consistent with the Win32 version. It should also work now. - An Xv-enabled build should no longer report 0 bits per pixel and stop on a display that doesn't support the Xv extension. (Alexander Miller) - The "-brightness" switch now works as in Windows. Removed obsolete brightness and gamma code from sysdep_palette. - Idle sleeping is now disabled while the onscreen configuration menu is displayed. This works around a problem with key and button presses not registering when setting input preferences. - The "-record" and "-playback" switches now work as in the Win32 version. Also, the "inp" directory is now created on startup if it is missing. - MAME's disassemblers are no longer built by default. This avoids having to make some ugly little patches to the core. (Christopher Stone) - Removed the obsolete 8bpp update functions from most of the targets. This should speed compilation and produce a smaller binary.
2003-02-14Update xmess to 0.65.1.kristerw4-36/+27
Changelog since 0.62.2: The core is based on MAME 0.65. This incorporates all features of the update to this core.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+3
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-13Update xmess to 0.62.2.kristerw3-12/+9
Changes since 0.62.1nb1 include: - Fixed problems in memory.c that could lead to crashes and default.cfg corruption. (smf) - Aspect and mode switches are now available for the Xv driver even if DGA isn't enabled. - The 'rc' and 'hi' directories are now created on startup if they're missing. (Gerd Sussner)
2002-12-21Enable XV and esound support. Thanks to Juan RP.kristerw1-1/+7
PKGREVISION++
2002-12-14Update xmess to 0.62.1 (rc3)kristerw7-118/+33
Changes since last packaged version are mainly that the emulation core is based on MAME 0.62, together with random bugfixes.
2002-12-07The workaround for gcc problems on sparc and arm was a bit too draconian.kristerw3-5/+43
Change it to only disable the macros that do massive unrolling (instead of disable all optimization). PKGREVISION++
2002-11-14Drop trailing whitespace.wiz1-2/+2
2002-11-12reduce optimization level on sparc to allow this to builddmcmahill1-3/+3
2002-09-21buildlink1 -> buildlink2jlam1-8/+7
2002-06-25Fix previous CFLAGS change.cjep1-2/+2
2002-06-20On NetBSD/arm, turn off optimisation on xmess and xmame as this prevents thecjep1-4/+6
packages from building.
2002-05-20Turn off optimisation on arm32 so that this package builds.cjep1-1/+6