summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2005-11-03Fixed wrong use of WRKSRC.rillig12-45/+46
2005-11-03Fixed wrong use of WRKSRC.rillig17-71/+74
2005-10-30Update to 0.98.13:wiz8-6467/+119
Additional patch from dillo@: Fix display and sync on sound. Ignore NoWaiting and the rest for now. Changes since 0.98.12: SDL: Fixed button configuration when using joystick hats. Thanks to ShaolinMan for pointing out the code errors. Readded checks in ines.c for some common bad dumps and non-working hacked games. Sprite hit emulation is more precise(as it was in 0.97.5). Fixed mapper 185 emulation to work properly with the Japanese version of "Spy vs Spy", and hopefully with the GOOD dump of Banana(I don't think one exists). Added per-game hacks for Shougi Meikan '92 and Shougi Meikan '93. Fixed a bug in SetupCartMirroring() that could cause some games to have corrupted mirroring if loaded in a certain order. This was a rather major, long-standing bug. :/ Added many iNES header corrections. Fixed emulation of the "ISB" and "DCP" invalid opcodes. Optimized the PPU background drawing code with inline assembly. Older/some(?) versions of gcc may produce bad code(from previous experience with inline assembly in gcc), but 3.4.1 seems to do ok. Optimized some of the low-quality sound emulation code. Added a command-line option to the configure script to enable the FCE Ultra debugger(disabled by default). It reduces executable size, and may increase speed of execution slightly. In unix-netplay.c, replaced the ioctl() on a socket to read the number of bytes available to read with a select(). I've also added some "BEOS" #ifdefs. I don't know if they will work properly. Replaced archaic include of "malloc.h" in unix-netplay.c with "stdlib.h". Also in unix-netplay.c, I've added: #ifndef SOL_TCP #define SOL_TCP IPPROTO_TCP #endif Fixed a bug in sdl-sound.c that would prevent FCE Ultra from being compiled on certain platforms(Mac OS X). Fixed variable declarations in the following files to be compatible with C compilers that don't adhere to C99(or was it C98...): movie.c drivers/sexyal/convertgen.c and drivers/sexyal/convert.inc drivers/pc/unix-netplay.c
2005-10-29fix homepagedillo1-2/+2
2005-10-29Update to 0.3.6.2:xtraeme2-6/+6
* Many improvements to the ARM emulation were made, and now it works 3x faster than 0.3.6.1.
2005-10-26Changes 0.9:adam5-28/+15
This is release 0.9 of Wine, a free implementation of Windows on Unix. After 12 years of development, this release marks the beginning of the beta testing phase. Everybody is encouraged to try it; while there are still bugs, most applications are expected to at least install and do something useful.
2005-10-23Updated xmess to version 0.101.kristerw2-7/+7
Changes since 0.100: - Everything from MAME 0.101 (http://x.mame.net/changes-mame.html) and MESS 0.101 (http://x.mame.net/changes-mess.html). - When the LIRC configuration cannot be read, the joystick polling code no longer tries to use LIRC. This fixes a crash that occurs under memory pressure. (Paul "TBBle" Hampson) - Enabling full keyboard emulation in the classic MESS UI once again prevents keys such as P and Esc from being intercepted by the emulation core. - Added support for BGR visuals to the blit core for, e.g., Solaris. (Hans de Goede)
2005-10-23Updated xmame to version 0.101.kristerw2-6/+6
Changes since 0.100: - Everything from MAME 0.101 (http://x.mame.net/changes-mame.html) and MESS 0.101 (http://x.mame.net/changes-mess.html). - When the LIRC configuration cannot be read, the joystick polling code no longer tries to use LIRC. This fixes a crash that occurs under memory pressure. (Paul "TBBle" Hampson) - Enabling full keyboard emulation in the classic MESS UI once again prevents keys such as P and Esc from being intercepted by the emulation core. - Added support for BGR visuals to the blit core for, e.g., Solaris. (Hans de Goede)
2005-10-23Sorted PLIST.rillig1-2/+2
2005-10-23Added RCS Id to patch-ak and patch-ap.rillig3-3/+7
2005-10-23Fixed pkglint warning.rillig1-4/+2
2005-10-23Fixed a pkglint warning.rillig2-4/+4
2005-10-23Added missing RMD160 checksums.rillig1-1/+4
2005-10-23Update to 0.3.6.1:xtraeme2-6/+6
The 0.3.6.1 release fixes some issues related to ARM emulation: x) The emulator can now be compiled inside NetBSD/cats or OpenBSD/cats, inside the emulator itself. (In 0.3.6, some bugs prevented this.) x) Performance increase: A non-scientific but realistic test, measuring the real-world time it takes to do a full NetBSD/cats installation, seems to indicate that 0.3.6.1 can be twice as fast as 0.3.6 was.
2005-10-21Add z26.minskim1-1/+2
2005-10-21Import z26 from pkgsrc-wip. Packaged by Greg Troutman.minskim4-0/+37
A fast and stable emulator for the mighty Atari 2600 game console. Lots of features and options, even comes with a man page with gobs of detailed information to help you fine tune everything. Try the various timing and video mode settings to get the maximum performance on your computer.
2005-10-20Update to 2.7:wiz2-7/+9
05/10/2005 *** v2.7 *** Removed M1 ROMs since they are now MAME compatible (from v0.7.6) Removed Nebula ROMs since they are now MAME compatible (from v2.25) Added support for invaders.rom for SIDE
2005-10-20Update to 2.19:wiz2-8/+8
05/10/2005 *** v2.19 *** - Uses DatLib v2.8. - Improved the logerror() function (used for reporting ZIP errors). - Added support for M1's XML format (when it becomes available).
2005-10-20Update to 2.20:wiz2-8/+8
05/10/2005 *** v2.20 *** - Uses DatLib v2.8. - Improved the logerror() function (used for reporting ZIP errors). - Added support for M1's XML format (when it becomes available).
2005-10-20Update to 2.8:wiz2-7/+7
05/10/2005 *** v2.8 *** - Improved the logerror() function (used for reporting ZIP errors). - Added support for M1's XML format (when it becomes available).
2005-10-17Added options to use arts and saneadam2-7/+12
2005-10-14Update uae to version 0.8.25.kristerw5-42/+48
Changes since version 0.22: - Moved over some features from WinUAE: * better m68k exception handling * better m68k prefetch emulation * better debugger - More merging with WinUAE; a lot of the input device code has changed - GUI cleaned up. - Quest to eliminate useless options continues: 68000 mode is always "slow but compatible"; it's not that slow after all. - Now uses GTK2 for the GUI. - Added ALSA sound support from Heikki Orsila
2005-10-14Update xmame/xmess to 0.100kristerw5-37/+19
Changelog: - Everything from MAME 0.100 (http://x.mame.net/changes-mame.html) and MESS 0.100 (http://x.mame.net/changes-mess.html). - Improved support for OpenBSD, including fixing audio on 8-bit sound cards. (Claudio Castiglia) - Improved the SDL joystick driver so that it will work better with components identified as hat switches or trackballs. (Dave Ahlswede) - Increased the maximum number of joystick axes from 8 to 16 to support the Gravis Xterminator joypad. (Dave Ahlswede)
2005-10-10Changes 20050930:adam6-33/+58
- Joystick force feedback support. - Beginnings of Win64 support. - Many MSI fixes and cleanups. - Font linking support. - Several OLE fixes. - Some fixes for MacOS/x86. - Lots of bug fixes.
2005-10-08Update to 0.3.6:xtraeme3-7/+15
The most imporant user-visible change between release 0.3.5 and 0.3.6 is: (X) The experimental ARM emulation mode is now working well enough to install NetBSD/cats and OpenBSD/cats onto harddisk images.
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-2/+1
thus were before 2005Q3.
2005-10-05Add and enable ski.skrll1-1/+2
2005-10-05Third time luck import of a ski emulator package.skrll4-0/+61
Based on the pkg found at http://cherry.beevomit.org/downloads/netbsd-anvil/pkgsrc.emulators.hp-ski.tar.gz The Ski simulator is a software package designed to functionally simulate the IA-64 processor architecture at the instruction level. Ski offers an informative, screen-oriented machine-state display and a friendly, powerful command-line interface. Programs may be loaded from disk in executable format; they may be run from start to finish, single- stepped, and break-pointed. Execution can occur in a text-oriented or a graphical user interface or in batch-mode, with no user-interface at all. Both the user-level and the system-level machine-state can be simulated. For user-level execution, Ski will intercept IA-64 Linux system calls and translate them into the corresponding system calls of the host operating system.
2005-10-02Update to 0.35r2:wiz2-7/+7
2005-09-02 * Moved inclusion of most system header files to hdr/generator.h and added check for sys/param.h for less #include trouble. * Removed platform-specific versions of the SWAP16/SWAP32 macros as these were only used in two places.
2005-10-01Install example procedure that shows how to setup and networkhubertf3-2/+67
several qemu nodes with the host's local ethernet using tap(4).
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig10-28/+28
NO_BUILD, USE_LIBTOOL.
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-09-27Update to 2.18:wiz2-7/+9
17/09/2005 *** v2.18 *** - Uses DatLib v2.7. - Compiled with zlib 1.3. - Improved Neo-Geo handling for the Nebula driver. - Improved 'romof' handling for RomCenter 2 driver (during loading). 31/08/2005 *** v2.17 *** - Uses DatLib v2.6. - Fixed a 'hang' that occurred with circular cloneof relationships.
2005-09-27Update to 2.19:wiz2-9/+9
17/09/2005 *** v2.19 *** - Uses DatLib v2.7. - Compiled with zlib 1.3. - Improved Neo-Geo handling for the Nebula driver. - Improved 'romof' handling for RomCenter 2 driver (during loading). 31/08/2005 *** v2.18 *** - Uses DatLib v2.6. - Fixed a 'hang' that occurred with circular cloneof relationships.
2005-09-27Update to 2.7:wiz2-7/+7
17/09/2005 *** v2.7 *** - Compiled with zlib 1.3. - Improved Neo-Geo handling for the Nebula driver. - Improved 'romof' handling for RomCenter 2 driver (during loading). 31/08/2005 *** v2.6 *** - Fixed a 'hang' that occurred with circular cloneof relationships.
2005-09-22Add comment why suse91_linux is commented out.wiz1-2/+2
2005-09-19Require gcc 3.0, so that it builds on NetBSD 1.6.x too.bouyer3-3/+9
2005-09-17Remove an entry that is not installed, and add a missing one.minskim1-2/+2
2005-09-13Fix configure problem when x11/gnome-libs is installedadam1-1/+3
2005-09-12Fetch correct distfileadam2-14/+13
2005-09-10Remove trailing empty line.wiz1-2/+1
2005-09-07Update gpsim-ptyusart to 0.3.2. Changes:bouyer3-7/+8
Update for gpsim-20050905 Fix uninitialised variable bug
2005-09-07Update gpsim-oscilloscope to 0.1.2. Changes:bouyer3-7/+8
Update for gpsim-20050905 Update for gtk2
2005-09-07Update to gpsim-20050905. Changes are mainly bugfixes and a few morebouyer11-164/+49
supported devices. There is also work in progress on an interface though a socket, allowing an external program to send commands to gpsim.
2005-09-07Changes 20050830:adam7-86/+73
- A lot more theming support. - Many improvements to the various crypto dlls. - More LDAP support. - Beginnings of an MSXML implementation. - Better MSHTML support. - Emulated version now set to Windows 2000 by default. - Direct3D fixes and improvements. - Lots of bug fixes.
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs2-5/+5
No pkgrevision bumps needed.
2005-09-04Update to 0.7.2xtraeme2-6/+6
Changes: - x86_64 fixes (Win2000 and Linux 2.6 boot in 32 bit) - merge self modifying code handling in dirty ram page mecanism. - MIPS fixes (Ralf Baechle) - better user net performances
2005-09-03* Remove compile warnings with gcc3.xtraeme4-16/+27
* Use PKG_OPTIONS_OPTIONAL_GROUPS for sdl and opengl options.
2005-09-01Add PKG_OPTIONS_LEGACY_OPTS due to previous commit (esd -> esound).hira1-1/+2
Pointed out by dillo@.