summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2002-03-12Updated suse_base to 6.4nb5martti2-6/+7
* Fixed libz problems
2002-03-06Update xmame to version 0.58.2.kristerw2-5/+5
Changes since xmame-0.58.1 include - Applied a tilemap fix needed for Numan Athletics. (Phil Stroffolino) - Applied sound fix for Final Fight and Truxton 2 and possibly other games which use FM timers; applied QSound fix for CPS1; applied sound fix for Yie Ar Kung-Fu. (Aaron Giles) - Outrun no longer segfaults on startup. (Steve Freeland)
2002-03-06Fix a dumb typo that prevents DGA support being compiled.kristerw1-2/+2
Noted by mycroft in the xmame package.
2002-03-04Generalize the handling for packages where "fetch" and "fetch-list"fredb1-10/+1
only emit a message and don't actually fetch anything. This allows us to make the output of "fetch-list" for these packages consistent with other packages. While we're in here, integrate DYNAMIC_MASTER_SITES with the ${ORDERED_SITES} macro. The only functional change here is that ${MASTER_SITE_OVERRIDE} is now respected. Still to do -- something appropriate for "fetch-list" for these packages, like sourcing "getsites.sh" into the generated script. (Well, "package", but there are two others that do something similar in their "Makefile".) Also eliminate the misbegotten _FETCH_ALLFILES macro -- now that only "fetch" uses it, move it's functionality directly under "do-fetch".
2002-02-28This package needs gmake to install properly.kristerw1-1/+2
Noted by Ben Wong in PR pkg/15765.
2002-02-26Wherever "make fetch" simply echos a message, let "make fetch-list|sh"fredb1-6/+12
echo the message, too.
2002-02-26Update uae to 0.8.21.kristerw4-60/+9
Changes since 0.8.20: - Several bug fixes, including some serious filesystem emulation bugs. - Support for A1000 boot ROMs.
2002-02-22Remove explicit conflict for "suse_base-6.1". The package tools handletron1-2/+2
this automatically.
2002-02-21Updated suse_devel to 6.4nb1martti2-6/+9
* libc.rpm: Security update: Fix for vulnerabilities in the glob() functions that can be remotely exploitable.
2002-02-21Don't hardcode dependencymartti5-16/+16
2002-02-21Updated suse_glx to 6.4nb1martti2-7/+9
* glx.rpm: added GeForce DDR Support
2002-02-21Updated suse_libjpeg to 6.4nb1martti2-6/+8
* libjpeg.rpm: fixed wrong path in libjpeg.la
2002-02-21Updated suse_x11 to 6.4nb1martti2-6/+8
* xshared.rpm: fix for crash in callback functions (netscape et.al.)
2002-02-21Updated suse_base to 6.4nb4martti2-6/+7
* shlibs.rpm: Security update: Fix for vulnerabilities in the glob() functions that can be remotely exploitable.
2002-02-20Use XDGAFillRectangle() to clear the display if possible, avoiding issues withmycroft2-1/+26
using memset() on mapped video buffers. (The memset() fails on PPC due to the use of dcbz, for example.)
2002-02-19Fix a dumb typo that prevents DGA support being compiled.mycroft1-2/+2
2002-02-19Fix so if not building on x86 it never tries to pull x86 assembly into the code.jmc2-12/+22
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.