summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2008-08-04Update ia64sim to 0.5.obache8-55/+86
Changes in Version 0.4 ---------------------- 1. First draft of a user manual (doc/ia64user.txt) 2. Systems calls to vprintf and program exit 3. Enhancements to single step and display register commands 4. Trace level command 5. Reset hazards command 6 Various bug fixes Changes in Version 0.5 ---------------------- Supports ELF files created by the Intel IA64 Assembler. Not all relocation types are yet supported.
2008-08-04Update HOMEPAGE and MASTER_SITES, from Zafer Aydogan via private mail.obache1-3/+3
2008-08-01Upgrade hatari to 1.0.2.hauke3-9/+29
Lots of changes, including Hatari version 1.0.0 Version 1.0.0 of the Atari ST, STE, TT and Falcon emulator Hatari has been released. A lot of things have been changed this time: The user's configuration files are now located in the directory ~/.hatari/ [...] Hatari version 0.95 Hatari version 0.95 has been released. This release brings you basic Atari TT and Falcon emulation! Please note that both new emulation modes are still highly experiemental,some few games and demos work, but most still have more or less big problems. Basic emulation of Falcon video shifter (Videl), NVRAM and DMA sound is in place. The biggest drawback: There is no working Falcon DSP emulation yet. [...]
2008-08-01EmuTOS is a GEMDOS compatible operating system for Atari ST serieshauke4-0/+60
computers and ST emulators.
2008-07-30Update aranym to 0.9.6beta2.hauke7-79/+108
Throw out a few options which are pointless (fixed{video,fast}ram) since they are only minimally relevant to JIT, or broken (blitsdlblit, blitmemmove). Patch posix shell script instead of requiring bash. Make OpenGL support an option. Emutos has to be downloaded from http://emutos.sourceforge.net/en/download.htm
2008-07-25update to 0.10:dillo2-7/+9
- use SQLite3 instead of Berkeley DB - optionally TorrentZip ROM set - mkmamedb: add support for ROM Management Datafile format - mkmamedb: add support to read dat files from zip archives - mkmamedb: extract version and game description from listxml output - ckmame: fix finding ROMs that need detectors from superfluous and extra - change to 3-clause BSD license
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-06-28wined3d components aren't dependent on opengl option.sborrill1-3/+3
Don't bother bumping PKGREVISION as you wouldn't have been able to create a binary package with -opengl in the PKG_OPTION before
2008-06-28Redundant; the code already handles the __NetBSD__ case.jmcneill2-42/+1
2008-06-28winex11.drv: if 800x600 is not available, attempt 800x480 before giving up.jmcneill2-1/+23
This lets me launch Diablo II on an EeePC, which runs menus at 800x600 but allows the actual game itself to run at 640x480, without hooking up an external VGA monitor.
2008-06-28Regen patchsum, bump PKGREVISION for exception handling fixes.jmcneill2-4/+4
2008-06-28Fix exception handling on i386.jmcneill1-8/+8
2008-06-27Bump PKGREVISION for addition of patch-bb:sborrill1-2/+2
__errno and ___errno overrides must exist, so #undef them rather than not overriding at all on NetBSD.
2008-06-27Regen for patch-bbjmcneill1-2/+2
2008-06-27__errno and ___errno overrides must exist, so #undef them rather thanjmcneill1-10/+12
not overriding at all on NetBSD.
2008-06-27bjs told me to bump PKGREVISION now that this actually works on NetBSDjmcneill1-1/+2
2008-06-27Regen for patch-bcjmcneill1-1/+2
2008-06-27Use /dev/sound on NetBSDjmcneill1-0/+32
2008-06-26Regen.jmcneill1-3/+3
2008-06-26Enable kthread loader as the default on NetBSD; this package now works onjmcneill4-1/+38
a 4.99.66/i386 kernel.
2008-06-23DESTDIR support, from Aleksej Saushev.dholland1-2/+4
2008-06-23Fix the PKG_OPTIONS=-x11 build.dholland1-2/+2
2008-06-22Update emulators/wine to 1.0, as requested in PR pkg/38985.dholland8-104/+246
Add missing dep on libxml2. Also merge some stuff from wip/wine: - more options (esound, ldap, dbus, ssl, x11) - split PLIST to accomodate extra files on Linux and FreeBSD (PR pkg/36320) This also fixes the broken build against current openldap. (PR pkg/38025)
2008-06-21Update to 0.8.9:wiz3-15/+15
0.8.9: Updated the included gettext library to 0.17 to fix a MinGW build issue. GB: Corrected a lack of address masking in most of the cart RAM emulation code. Fixes a few Chinese GameBoy Color games. NES: (Re?)-added support for mapper 240(it was erroneously listed in the documentation as being supported...). GBA: Fixed a buffer overflow in the ROM image loading code. PC-FX: Several variables related to subchannel reading weren't being saved in save states. Fixed. (This fixes save states made within the BIOS' CD-DA player) PCE: Altered how the ADPCM read and write addresses are set. Fixes the Super CD version of "Tengai Makyou Ziria", and "CD Mahjong Bishoujo Chuushinha". Thanks to Exophase and ChrlyMac for the tips. ***(This change may potentially cause regressions. If it does, please report them at http://forum.fobby.net )*** PC-FX: Fixed a few deprecated const string to char* conversions in v810_cpuD.cpp. PCE: Fixed a bug with Arcade Card emulation with a tip from Exophase. The ADPCM sound effects in Garou Densetsu II work correctly now. PCE: Reads from the timer count register the cycle it is set to reload after expiring will now return 0x7F. Fixes "Battle Royale".
2008-06-20Add DESTDIR support.joerg13-21/+71
2008-06-18Update gxemul to 0.4.6.5.minskim2-6/+6
Changes since 0.4.6.1: * Applying a patch from Oleksandr Tymoshenko for the wdc device, fixing the order of 16-bit words within 32-bit words in the identify struct, and the error register is not cleared on reads any more. * The disk device used in the test machines can now access disk images larger than 4 GBs when emulating 32-bit architectures (as suggested by Julian Elischer). * For ARM emulation, a special case for PC-relative load which wasn't implemented before has now been implemented. (The problem could be triggered by attempting large builds using NetBSD's pkgsrc inside e.g. NetBSD/cats.) * The ARM 'bkpt' instruction has been implemented (patch from Jiri Svoboda).
2008-06-15Fixes permission of rom data files, noticed in PR 38906.obache1-1/+4
2008-06-12Add DESTDIR support.joerg8-12/+31
2008-06-07Make this package buildable on amd64. Bump revision.joerg1-1/+7
2008-06-03Fix pkg/38836: emulators/dynamips doesn't compile in DragonFly.kefren2-9/+14
Patch submitted by hasso@estpak.ee
2008-05-26Mark some packages as NOT_FOR_BULK_PLATFORM= Linux-*-*tnn1-1/+2
Addresses PR pkg/38368 and PR pkg/38371
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg2-4/+8
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-25Explicitly add pax dependency in those Makefiles that use it (or havejoerg1-1/+3
patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree.
2008-05-25Reset maintainer on his request.wiz2-4/+4
2008-05-25Remove me as maintainer of some package, clame ownership of a few packages.tron1-2/+2
2008-05-25Assert OWNERship of some packages, relinquish others entierly.dillo2-4/+4
2008-05-13Update to yabause-0.9.5.tnn3-9/+7
0.9.4 -> 0.9.5 68k: - Added 1010 and 1111 line emulator support. cd block: - Reworked bin/cue support. Reading should be a lot more accurate now on tracks 2 and greater. emulated bios: - Fixed a bug in BupGetDate year calculation. - Fixed a bug where interrupt mask wasn't being set correctly when using emulated bios. smpc: - Added support for SMPC NMIREQ command. - Added reset button emulation. software video core: - Improved software renderer: window, line scroll, mosaic are now available and color offset and scroll screen has been fixed. gtk port: - Tagged most of gtk port strings to be translatable. general: - Updated peripheral interface so both ports can now be used and multiple pads can now be connected to each port. - Added translation support through mini18n library. 0.9.3 -> 0.9.4 scsp: - Fixed a timer bug. - Fixed a bug with mcire word writes. - Added wave file output core to available sound cores. - Fixed a bug in total level attenuation. - Fixed a bug in EG. gtk port: - Redesigned memory dump window. - Redesigned SH2 debug window. - Other bug fixes. general: - Added a few internal tweaks that should yield some performance gains. - Added support for saving and loading cheats.
2008-04-29PKGREVISION++ for SDL_sound API bump.wiz1-2/+2
2008-04-22Update to 0.8.8:wiz2-6/+6
0.8.8: Added <string.h> to the global include list in mednafen.h. Added boolean setting "debugger.autostepmode" that, when set to 1, will cause Mednafen to automatically start the debugger in step mode after a game is loaded(only if Mednafen has a debugger for the emulated system, of course). NES: Fixed CNROM emulation initialization bug. PCE: ADPCM software reset was erroneously also resetting the playback frequency. Fixed. (Fixes ADPCM voices in Gulliver Boy) PCE: Fixed disassembly of the JMP $(AAAA, X) instruction. PCE, PC-FX: Improved PSG LFO emulation. PC-FX: Emulated gamepad button presses weren't being decoded from the driver-side data correctly(causing problems on big-endian platforms). Fixed. PC-FX: Improved the logging of the ROM font system call in the debugger, to also include the callee address and the size of the glyph being requested. PC-FX: Disassembly of the "nop" instruction will no longer show the virtually meaningless operand. PC-FX: Fixed alignment and prettified the disassembly of LDSR and STSR instructions. SMS: SMS pause and 2-player support were erroneously commented out. Fixed.
2008-04-22Bump PKGREVISION for SDL_sound ABI update.wiz1-1/+2
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam4-27/+24
through PLIST_SUBST to the plist module.
2008-04-07Fix DESTDIR.joerg1-2/+2
2008-04-07Fix DESTDIR.joerg1-1/+3
2008-04-07Fix DESTDIR.joerg1-3/+3
2008-04-07Fix DESTDIR.joerg1-1/+3
2008-03-29Replace DESCR with a copy of the first few paraghraphs from the READMEapb1-6/+18
inside the distribution. OK xtraeme.
2008-03-28Remove suse91 entries.xtraeme1-38/+1
2008-03-25Remove suse-9.1 emulation packages.wiz111-1502/+0
They are long outdated and not maintained upstream. Update infrastructure for their removal. Removal was announced on pkgsrc-users on March 13.
2008-03-14Update to 0.7.7.wiz2-16/+13
New version needs ALSA, but works fine with current pkgsrc versions of the libraries on amd64/4.99.55 in 32bit emulation. Changes in the package: much more hardware supported.
2008-03-09Add misc/dvtm, biology/mopac, emulators/yabause.tnn1-1/+2