summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2004-03-26Make this package compile on NetBSD current.kristerw2-1/+15
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-22Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.kristerw3-19/+9
2004-03-20Make this compile when using gcc 3.3 by correcting constructs of the formkristerw4-1/+205
int foo = {0};
2004-03-19SUSE 7.3 has been discontinued -- fix ftp path on master site, and removewiz1-4/+4
mirrors that don't serve the discontinued releases.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-12Changes 20040309:adam5-37/+61
* Much improved winegcc tool, now used to build Wine itself. * VxDs are now separate libraries for better modularity. * Improvements and simplifications to the drive configuration. * New setupapi INF script to create the initial registry. * Many improvements to the various multimedia dlls. * Lots of bug fixes.
2004-03-09Update to PEACE 20040309 snaphot.kent2-17/+13
The main change is update of toolchain.
2004-03-07Use bl3.snj1-5/+5
2004-03-07Use bl3.snj1-4/+4
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-8/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-27Add and enable uips.wiz1-1/+2
2004-02-27Initial import of uips, an IPS patcher.wiz5-0/+46
IPS patches are binary patches (usually used for hacks/trainers/patches for emulator ROMs).
2004-02-25Not used any more.minskim1-23/+0
2004-02-25bl3ify and add explicit dependency on pkgconfig.minskim1-7/+8
2004-02-25bl3ifyminskim1-3/+3
2004-02-25Add new buildlink3.mk.minskim1-0/+24
2004-02-25bl3ifyminskim1-6/+6
2004-02-25Bump PKGREVISION due to the update of libgcrypt.minskim3-3/+6
2004-02-23UNLIMIT_RESOURCES=datasize for gcc3.3 -arch=pentium2 on NetBSD 1.6.2abs1-1/+2
2004-02-23Use -DFLTK_1_0_COMPAT so that this builds with newer versions of FLTK.simonb1-1/+2
2004-02-23USE_LANGUAGES= c c++kristerw1-1/+2
2004-02-21Update xmame to 0.79.1kristerw4-173/+22
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-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-20Changes 0.6.2.1:adam2-5/+5
* Compilation fixes: + sdljoystick.h missing from tarball. + Link failure if a widget UI in use and lib765 not available. + Compilation failure if ROMSDIR defined. * Bugfixes: + Use of the SDL icons could cause screen corruption. + The reverse page mapping for 0xc000 - 0xffff would occasionally be wrong on the +2A/+3. * Miscellaneous: + Allow selectable devices to be used for the real joysticks. + Use glib 2.0 if available. + Allow ROMSDIR to be set when configuring.
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-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-19Make a link to /dev/tty in emul/linux/dev, since otherwise linux programscjs2-3/+6
writing to /dev/tty will instead attempt to create the file emul/linux/dev/tty.
2004-02-18Make this package compile when using gcc 3.3.kristerw2-1/+26
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam3-4/+7
testing it.
2004-02-16Changes 20040213:adam6-19/+38
- Improved support for screen resolution changes. - More shell32 improvements. - Several Winelib compatibility fixes. - Beginnings of support for typelib creation. - Lots of bug fixes.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam4-8/+4
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-3/+1
automatically now.
2004-02-13Make the package compile when using gcc3.3.kristerw3-1/+37
2004-02-13Changes 0.6.2:adam3-12/+17
* Add some small bits of system information (OS, libspectrum version) into creator custom data for formats which support this. * QNX6 compilation fixes and package file. * rzxcheck: return 1 if the RZX file does not have a good signature. * rzxdump: use libgcrypt 1.1.42 or later. * snap2tzx: new utility to convert snapshots to tape files. Heavily based on Tomaz Kac's 'z802tzx'. * tapeconv: remove double-free bug if tape reading fails.
2004-02-13Changes 0.6.2:adam4-18/+33
* New features: + Real joystick support. + The 'pokefinder'. + Black and white TV mode for the GTK+ and SDL user interfaces. + The Timex 1.5x scaler and the reappearance of 3x3 mode for the GTK+ UI. + A simple memory browser. + Writes to disk will not affect the underlying file unless explicitly requested by the user. + Status bar for the GTK+ UI, and status icons for the SDL UI. + Options to disable the GTK+ confirmation dialogs and the printer emulation. * Z80 core improvements * Debugger improvements * RZX improvements * Minor bugfixes
2004-02-13Changes 0.2.1:adam4-20/+23
* Transparent reading of bzipped and gzipped files. * Add support for writing emulator custom data to .rzx and .szx files. * Update to the more recent version of gcrypt; version 1.1.42 or later is now required. * Link libspectrum against gcrypt, glib and zlib; this means that client applications no longer need to do this. * Support for 'the last instruction was an EI' in the snapshot code. * Routines to check the versions of libspectrum and gcrypt in use. * Write .rzx files with a version number of 0.12 if we're not signing the data; improves backward compatability. * Fix a segfault when dealing with .slt files. * QNX6 compilation fixes.
2004-02-12Update bochs to 2.1.1 (doh). Changes:hubertf2-5/+5
- fix bug in int15h function 0xe820 (Christian Neubert) - fix vmware3 disk support on big-endian platforms (Christophe Bothamy) - fix conditions for NM exception on FWAIT instruction (Christophe) - fix symbol conflict in rfb and x display libraries (Volker Ruppert) - allow 16 bit writes to ne2k page 0 (Volker) - notify display libraries on change of bpp (Volker) - fix bug in int13h function 0x10 (Volker) - fix floppy dialog error on win2k (Volker) - fix adress check in TSS IO permission bitmap (Christophe) - fix buffer overflow vulnerability pointed out by SeSoX (Christophe) - updates for MacOS compile (Daniel Gimpelevich)
2004-02-12Update bochs to 2.1. Changes:hubertf11-285/+135
- New disassembler - 3DNow!/SSE/SSE2/PNI instruction support - Vmware3/Sparse/Undoable/Growing harddisk images support - many VGA emulation improvements (e.g. high/true color VBE modes added) - No more X11 vga font required
2004-02-11Only use the GNU PTH fix if GNU PTH is being used in the zsnes build.ben2-5/+7
2004-02-11'UNLIMIT_RESOURCES=datasize' for gcc3 on i386 1.6.2abs1-1/+2
2004-02-06Disable debug by default.skrll1-1/+4
PKGREVISION++
2004-02-05USE_LANGUAGES=c c++grant1-1/+2
2004-02-03Update dosbox to 0.61xtraeme2-9/+11
Tuesday, February 3rd, 2004 - Harekiet DOSBox 0.61 Released * Added a beta dynamic cpu for x86 hosts (very unstable) * Added opengl and hardware overlay display output * Rewrote the vga screen updates to go in lines * Added paging and v86 support to cpu emulation * Added a config option to simulate a certain type of machine * Added hercules graphics emulation * Made CGA/TANDY modes more compatible * Updated textmode drawing routines to support blinking colors * Fixed VESA set page function that was documented wrong * Fixed some wrongly emulated cpu opcodes. * improved exception handling * debugger: fixes; logging of gdt,lgt,idt, new commands(Fizzban) * fixed some mscdex issues (drive letter header error, added get directory entry) * added/fixed some bios funcs * added some rarely used xms functions (thanks c2woody!) * implemented GUS emulation * Added 16-bit DMA support (for GUS and eventually SB16) * Fixed many small bugs in filehandling routines * Many small FPU fixes (c2woody/Fizzban) * Some keyboard improvements (pharlab games) * Some Timer and cmos/rtc fixes (Mirek/Srecko/Others) * Lot's of mouse fixes (Help from various people) * Enabled internal modem * Made the DOS parsing routines a bit more flexible * Added Subst (Srecko) * Added cdrom ioctl support for linux (prompt) * Many internal DOS fixes: memory/files/datastructures. * Got some help from c2woody in allowing more than 1 irq being served * Disabled DPMI (not needed anymore. DOSBox handles almost every extender) * Search configfile in $HOME directory if none present in current directory * Added another way to switch to protected mode. (Thanks Morten Eriksen!) * Fixed some odd badly documented behaviour with PSP/DTA * Added some warnings on opening of readonly files in writemode (DOS default). * Many shell enhanchements * Fixed a win32 specific bug dealing with filenames starting with a "." * Fixed some bugs with the directory structure: not found/can't save errors
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam2-4/+4
overridden.
2004-02-01It's "its"snj1-2/+2
2004-01-31Update vice to 1.14.kristerw3-14/+16
Changes from VICE 1.13 include: ** General - Added IEC devices which allow to access printer or file system devices even if true drive emulation is enabled. ** VIC-II - Fixed some severe sprite collision detection bugs. ** Drive changes - Increased the number of true drives to four. - Support for 1570 and 1571CR drives has been added (1571CR is not fully implemented though). - 1581 emulation is much more accurate now. ** Printer changes - Added Star NL10 printer emulation.
2004-01-30Update HOMEPAGE (new version out....).wiz1-2/+2
2004-01-28There's no need to use 'USE_X11BASE' in minivmac package, we'll usextraeme1-2/+3
USE_X11 instead, bump PKGREVISION.
2004-01-28There's no need to use 'USE_X11BASE' in xmess package, we'll usextraeme1-2/+3
USE_X11 instead, bump PKGREVISION.