summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2002-02-18Introduce new framework for handling info files generation and installation.seb2-5/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-18Update master site as it has movedjmc1-3/+2
2002-02-15mkdir -> ${MKDIR}skrll3-14/+14
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-08Update HOMEPAGE.wiz1-2/+2
2002-02-06Update xmame to version 0.58.1.kristerw2-5/+5
Changes since xmame-0.57.1 include - Everything from MAME 0.58. - Pausing while in fullscreen DGA mode no longer causes the sound to be lost. (Steve Slaven) - The short version of "-loadconfig" is now "-lcf", since "-lc" was conflicting with -listcpu. - Corrected a minor error with the help info for "-stdout-file" and "-stderr-file". - Updated/cleaned up some bits of the DGA2 code. (Fernand Albarracin, Shyouzou Sugitani)
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam2-6/+6
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
2002-02-05Don't hardcode /usr/X11R6 when making directories or running X basedskrll1-3/+3
programs such as mkfontdir use ${X11BASE} instead. Also pick up a couple of /bin/chmod -> ${CHMOD}s
2002-02-05Change ONLY_FOR_PLATFORM to something which is closer to reality. COMPAT_LINUXjmc1-3/+15
didn't exist before 1.5-current (specifically checking dates around 1.5T or 1.5U). Set all the version checks for 1.5U or greater for all the ppc platforms.
2002-02-01Add a note explaining that you may have to do 'ulimit -d unlimited'wiz1-0/+10
before running xmame for some games' graphics to be displayed correctly.
2002-01-29Add sound support, provided by Ben Collver in pkg/14375.wiz4-4/+25
Bump to 1.337nb1.
2002-01-24Fix extraction (newer lha seems to support different commands), andwiz4-21/+17
make it compile again.
2002-01-16add ONLY_FOR_PLATFORM.dmcmahill1-1/+3
2002-01-16make sure HOME is overridded during a build to avoid looking for . filesdmcmahill1-2/+2
in the users home directory.
2002-01-12Make xmess compile for new systems that have libusbhid.so instead of libusb.so.kristerw4-5/+86
Remove mame.dk as master site, since it is awfully slow.
2002-01-07Remove "roms.mame.dk" from "MASTER_SITES": the distribution there hastron1-3/+2
an incorrect checksum and the site is horribly slow.
2002-01-06Make xmame compile for new systems that have libusbhid.so instead of libusb.so.kristerw4-3/+85
Noted by Rui-Xiang Guo in a mail to tech-pkg.
2002-01-06Update xmame to version 0.57.1kristerw3-10/+21
Changes since 0.56.2 include: * Everything from MAME 0.57. * src/cpu/z80.c now builds with gcc 3.0.x using -O3. (Andrea Mazzoleni) * Fixed a minor typo in src/cpuintrf.c. (Quench) * Fixed a bug in src/vidhrdw/nmk16.c that caused bad/leftover sprites in gunnail. (David Haywood)
2002-01-05Use new format for "UNLIMIT_RESOURCES".kristerw1-2/+2
2002-01-05Use new format for "UNLIMIT_RESOURCES".tron1-2/+2
2002-01-05Unlimit datasize for buildiung which is necessary for the new toolchain.kristerw1-1/+2
2002-01-04Unlimit datasize for building which is necessary for the new toolchain.tron1-1/+2
2002-01-03Update xmess to version 0.56.2.kristerw3-124/+116
Changes since xmess-0.37b15 include: New System Drivers Supported ---------------------------- * Unipolbrit Komputer 2086 [Krzysztof Strzecha] * ZX Spectrum 48k Psycho (ROM modification) [Krzysztof Strzecha] System Driver Changes: ---------------------- * [TI81] ON/OFF fixed. ROM bank switching added (port 5). NVRAM support added. [Krzysztof Strzecha] * [TI85/TI86] Snapshot loading corrected. [Krzysztof Strzecha] * [TC2048/TS2068] Aspect ratio corrected. [Krzysztof Strzecha] * [TS2068] Support for DOCK cartridges added. Support for Z80 snapshots added. AY sound added. [Krzysztof Strzecha] * [DRAGON/COCO] Improved one bit sound out. Improved support for DMK file format; now supports multiple sector sizes. Fixed double sided disk access in OS-9. Added support for the memory sense switch used to select between 64/32, 16 and 4K. [tim lindner] * [APF Imagination] Cassette loading and saving is working. Disc emulation is wo rking. Added some more key definitions. [Kev Thacker] * [ORIC] Fixed cassette loading and saving. [Kev Thacker, Mathis Rosenhauer]
2002-01-03Update xmame to version 0.56.2.kristerw3-14/+22
Changes since xmame-0.56.1 include: * Added the ability for xmame to interpret file names as game names, e.g., 'xmame.x11 /path/to/mspacman.zip' should now work. (Peter Trauner) * Renamed several xmame-specific keyboard functions to prevent a clash with svgalib and to avoid future clashes. (Bugzilla #123) * Added rapid-fire support for joysticks, enabled with -rapidfire or -rapidf. (Shyouzou Sugitani)
2002-01-02fix name of patched filehubertf2-5/+5
2002-01-01Update uae to version 0.8.20.kristerw3-16/+13
Changes since 0.8.19: 9B1230 lockscr/unlockscr fixes in drawing.c. Add sdlgfx from Bernd [4] Lachner. Filesystem asm code improvements from Toni (make it pic, call setup_exter earlier in the boot sequence, etc.) Also add Toni's patch to make rtarea position configurable (keep it at 0xF00000 for now, though). Avoid installing filesystem stuff if user didn't request to mount directories. BEAMCON0 is only available with ECS Agnus. Revert some bogus parts of the write_log patch. 9B1219 Add some missing clipping to the Picasso code. Limit number of illegal-mem warnings. 9B1217 Fix the GUI crash when changing floppies. Changes to support programs that change between HAM/no HAM in the middle of a line. Some bug fixes, and a big fprintf->write_log patch from Alex Kazik.
2001-12-30Correct the name of the "makefile.x11" file in a patch and the packageagc4-18/+21
Makefile. Ensure that a patch to convert.sh applies cleanly by diff'ing against a clean copy of the original file. Also, strip the DOS-style \r\n line-terminators on cpu.c before building, so that ordinary cpp line continuations work properly. Fixes a problem shown up on latest 1.5.2 bulk build.
2001-12-29add and enable BasiliskIIabs1-1/+2
2001-12-29Import BasiliskII-0.9.1abs4-0/+37
Basilisk II is an Open Source 68k Macintosh emulator. That is, it enables you to run 68k MacOS software on you computer, even if you are using a different operating system. However, you still need a copy of MacOS and a Macintosh ROM image to use Basilisk II.
2001-12-26Buildlinkify.wiz3-9/+10
2001-12-26Buildlinkify.wiz1-7/+10
2001-12-17Fix (again) build problems on systems where the "libusb" package istron1-1/+7
installed.
2001-12-13Update bochs to 1.3. Version 1.3 clearly performs better, and is morefredb6-66/+92
stable than, version 1.1.2. Extensive changes include a new text-based configuration menu (which starts at launch and upon pressing the config button), LBA support for hard disks, better error handling for "hard disk" configuration errors, and a new VGABIOS (optional). Plus, bochs can now simulate an SMP machine! [The last is not tested on NetBSD, and is not enabled by default in the package.]
2001-12-05Normalise all the uses of "wheel", and "root" for ${ROOT_GROUP}, now thatagc1-4/+4
the definition is available in all the defs.${OPSYS}.mk files.
2001-12-04* Strongly buildlink'ify.jlam6-144/+100
* Reduce the number of patches needed by passing flags down to the make(1) process instead of patching the Makefiles and sources in unnecessary ways. * Remove unnecessary endian.sh script as the computation is down directly in the package Makefile. * Preliminary support for platforms other than NetBSD. * Generalize the package Makefile enough to make it usable if/when xmess compiles again on UNIX platforms * Use the general INSTALL scripts to manage the spool directory during installation/deinstallation. Approved by kristerw@netbsd.org.
2001-12-03Miscellaneous man page fixes.wiz1-15/+14
2001-12-01Update uae to 0.8.19.kristerw2-6/+6
User-visible changes in 0.8.19: - A few bug fixes, especially in state-saving. - Picasso screens now support panning.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf2-4/+4
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-27Update emulators/uae to version 0.8.18.kristerw3-22/+19
User-visible changes in 0.8.18: - Numerous bug fixes. - There's a track and LED display added to the bottom of the screen.
2001-11-23Update xmame to 0.56.1:kristerw3-20/+18
As usual, this is a sych. with MAME 0.56 (i.e. a slew of new games and emulation improvments.) Unix specific changes include: - Numeric keypad support is now much better. (Andre Majorel) - Added arbitrary height scaling, available via the -arbheight option and started sanitizing the blit core. This currently only works with the X11 (windows, DGA1, DGA2) and svgalib drivers. (Adam Moss) - Added -usbpspad/-pspad switch for support of the direction buttons on the Playstation gamepad. (Bill Adams) - The -hotrod/-hr and -hotrodse/-hrse should actually work now. - Fixed a bunch of warnings that occurred when linking with GNU binutils using -warn-common. - Added DGA2 documentation: src/unix/doc/dga2.txt. (Shyouzou Sugitani) - Added special-cased fast 2x1 and 3x1 scaling to the blit core. (Adam Moss) - Added several AdvanceMAME effects, available via -effect/-ef. Note that these effects are not available for some video drivers, nor do they work on actual 24-bit (packed) displays yet. (Ben Saylor)
2001-11-11Adjust format a bit:hubertf1-0/+5
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-11-01Fix build problems if the "libusb" package is installed.tron3-1/+27
2001-11-01Include "bsd.prefs.mk" before checking for the DGA support so that thetron1-1/+3
check actually works.
2001-11-01Fix build problem on systems running XFree86 3.3.x in conjuction with thetron1-1/+6
"xpkgwedge" package.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum129-81/+81
2001-10-25Move a one-liner post-extract script to be a standard package Makefileagc2-10/+4
target, and remove the now unnecessary script file.
2001-10-25Move the linux-mkpwd.sh script from scripts/ to files/agc2-3/+3
2001-10-25Move configuration process from a separate script file to a standardagc4-30/+18
package Makefile target. Provide a Makefile.inc during the patch stage Remove now unnecessary configure script
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam2-4/+4
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam2-4/+4
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-17Set BUILD_USES_MSGFMT as the configure process uses the test for msgfmt tojlam1-1/+2
determine how to install the locale files.