summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-01-28There's no need to use 'USE_X11BASE' in xmame package, we'll usextraeme1-2/+3
USE_X11 instead, bump PKGREVISION.
2004-01-28Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compilerkristerw1-2/+2
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23Make this package compile on NetBSD 1.6.kristerw3-1/+52
2004-01-23Add and enable tmeskrll1-1/+2
2004-01-23Make this compile with gcc3.agc2-1/+24
2004-01-23Import of tme 0.2skrll7-0/+337
The Machine Emulator, or tme, is a program that provides a general- purpose framework for computer emulation. The first machine that tme could emulate was the Sun 2/120, one of the first widely available Sun workstations.
2004-01-22Changes 20040121:adam6-40/+27
- Many improvements in the shell32 dll. - Better support for constructors in C++ Winelib apps. - Improved Regedit tool. - Full support for graphic tablets. - Lots of DirectMusic improvements. - Better support for video playback. - Full IME support for Asian locales. - Lots of bug fixes. Pkgsrc: wine does not seem to need unlimited data size (in fact, I tried smaller limit then the default and it worked), so MESSAGE removed.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant22-44/+44
2004-01-20Remove CONFLICT lines with mozilla-bin and phoenix-bin - no longer appearsabs1-4/+1
to be an issue
2004-01-20Add UNLIMIT_RESOURCES=datasize to fix build under gcc3abs1-1/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc30-60/+61
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)
2004-01-17Update xmame to version 0.78.1.kristerw2-5/+5
Changes since 0.77.1 includes: - Everything from MAME 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)
2004-01-17Undo previous: committed by accident.wiz2-7/+11
2004-01-17Add MESSAGE describing that the data size limitwiz3-11/+15
needs to be raised to run wine.
2004-01-11Use tabs (not spaces) to make indentationcjep1-2/+2
2004-01-08Changes 1.3.2:adam6-63/+44
* R: can now be hooked to a real serial port (no runtime config yet) * various ANTIC and POKEY fixes for perfect software compatibility * disk and cartridge info saved in the state files * casette handling greatly improved * even more cartridges supported (40 now!) * some rare buffer overflows fixed
2004-01-03Bump package revisions for tiff update.reed3-4/+6
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-01Add and enable NeoPop-SDL.wiz1-1/+2
2004-01-01Import of NeoPop-SDL from pkgsrc-wip.wiz4-0/+34
NeoPop-SDL is the SDL port of NeoPop, a portable NeoGeo Pocket emulator. It supports black&white and color games, game state saving, screenshots (BMP and PNG), sound and music, and double- and triple-size as well as full-screen-modes.
2004-01-01Add patches for previous updatecjep1-0/+19
2004-01-01Update of emulators/hatari to 0.45.cjep3-7/+13
Changes since 0.30 include (please see the doc/changelog.txt in the hatari source distribution for full details): * Speed improvements * Emulation improvements including: + GEMDOS hard disk + Mega-ST realtime clock + Improved memory mapping + Improved bus errors and exception cycles + Various games now work + Simple printer support + Initial MIDI emulation * General bug fixes including: + rtc year fix + Fix corruption bug in MSA compression function * Improvements added for cross-compilation of hatari
2003-12-27Add blinkensim.salo1-1/+2
2003-12-27Initial import of blinkensim-2.2: Blinkenlights graphics simulatorsalo4-0/+34
Blinkensim is a Blinkenlights simulator. The first version used to speak to the network that we used in the real thing. If you haven't seen the real thing, you missed something, but this simulator will probably make you understand the Blinkenhype. Greetings from 20c3, 20th Chaos Communication Congress in Berlin, where the real Blinkenlights are running at this very moment on the Haus des Lehrers, next to the congress building ;) (http://www.blinkenlights.de/).
2003-12-26"Solaris" is not a valid OPSYS. s/Solaris/SunOS/grant1-2/+2
"thou shalt not blindly apply patches".
2003-12-25Better make that NetBSD-2*-i386 (only).fredb1-2/+2
2003-12-25Add a few other platforms reasonably expected to be supported, includingfredb1-2/+3
NetBSD-2* and FreeBSD. Should close PR pkg/23882.
2003-12-20Add missing checksum for i396 XFree RPM.manu1-1/+3
2003-12-16WHAT'S NEW with Wine-20031212: (see ChangeLog for details)adam6-27/+55
- Initial implementation of XDND drag&drop support. - Improved startup performance on remote displays. - Major improvements in the oleaut32 dll. - Some support for Netbios functions. - Work around for Exec Shield and prelinking troubles. - Many code cleanups. - Lots of bug fixes.
2003-12-15whitespace police.grant2-6/+6
2003-12-14+compat16grant1-1/+2
2003-12-14Initial import of compat16-1.6.0 into the NetBSD Packages Collection.grant5-0/+188
This package supplies the user files necessary for full compatibility with dynamically linked executables compiled under NetBSD 1.6. This is for NetBSD-current/2.* and only i386 at this stage.
2003-12-12give this a hope of building on Linux by includinggrant1-2/+4
ossaudio.buildlink2.mk and using ${LIBOSSAUDIO} instead of -lossaudio.
2003-12-12Added -lossaudioadam1-1/+2
2003-12-06Remove the incredibly outdated "plex86" package.tron9-238/+1
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-1/+2
2003-12-04The 4064, SX-64, and C64 Game System dist files have been removedkristerw4-63/+5
from the FTP. Remove them from the package too. PKGREVISION++
2003-12-03Add and enable vba.xtraeme1-1/+2
2003-12-03Initial import of vba-1.6a from pkgsrc-wip, packaged by Soren Jacobsen.xtraeme5-0/+63
Visual Boy Advance is a Gameboy Advance emulator.