summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2005-01-05Changes 1.3.5:adam3-9/+9
* Solid improvements of keyboard handling in SDL and X11 versions
2004-12-30Add and enable simulavr.kristerw1-1/+2
2004-12-30Initial import of simulavr, contributed by Ola Eriksson inkristerw4-0/+60
PR pkg/27596. The Simulavr program is a simulator for the Atmel AVR family of microcontrollers. Simulavr can be used either standalone or as a remote target for gdb. When used in gdbserver mode, the simulator is used as a backend so that gdb can be used as a source level debugger for AVR programs.
2004-12-30Correct PLIST. Noted by wiz.kristerw2-3/+3
Bump PKGREVISION.
2004-12-29Update xmess to 0.89.kristerw2-6/+7
Changes from 0.88: - Everything from MAME 0.89 (http://x.mame.net/changes-mame.html) and MESS 0.89 (http://x.mame.net/changes-mess.html). - Re-added a missing "Rapid Fire" entry from the setup menu that caused the other entries to be off by one. Fixes Bugzilla bug 621. - Another batch from Hans de Goede: * The GGI driver no longer crashes when $DISPLAY isn't set. * Sped up the rgbscan effect (effect 4), especially for DGA. - Added LIRC support for remote controls, e.g., with MythTV. (Andrew Chuah) - Fixed a typo that caused absolute analog axes to interfere with digital negative axes in the input setup.
2004-12-29Update xmame to 0.89.kristerw2-5/+6
Changes from 0.88: - Everything from MAME 0.89 (http://x.mame.net/changes-mame.html) and MESS 0.89 (http://x.mame.net/changes-mess.html). - Re-added a missing "Rapid Fire" entry from the setup menu that caused the other entries to be off by one. Fixes Bugzilla bug 621. - Another batch from Hans de Goede: * The GGI driver no longer crashes when $DISPLAY isn't set. * Sped up the rgbscan effect (effect 4), especially for DGA. - Added LIRC support for remote controls, e.g., with MythTV. (Andrew Chuah) - Fixed a typo that caused absolute analog axes to interfere with digital negative axes in the input setup.
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-26Update vmware-modules3 to 3.2.1.7. The only change is fixed distfile,jdolecek2-6/+6
which actually contains the right up-to-date file versions, and thus: * compilation fixes for 2.0 and -curren * adaptation to the device cloner changes in -current
2004-12-22Update simh to 3.3.0. Too many new features and bug fixes to list here.skrll6-35/+80
2004-12-21Update to 0.60xtraeme3-18/+6
Changes: - Again some code cleanup and bug fixes. - The configuration file layout has changed a little bit: You might have to check your settings in the GUI and to save the new configuration again. - Window/fullscreen mode is now correctly initialized from the configuration file. - Added --window command line option to force a start in window mode. - Added alert boxes to show warnings, errors and information messages. - PC mouse pointer is now better in sync with the ST mouse pointer. - It's now possible to load an alternative cartridge image file.
2004-12-21Update HOMEPAGE and MASTER_SITE.xtraeme1-3/+3
2004-12-20Update to 0.2.3, and convert to use bsd.options.mk, available options:xtraeme3-11/+19
X11 (enabled by default) This closes PR pkg/28654 by pancake. Here is a short summary of the changes from version 0.2.2 to 0.2.3: x) An experimental dynamic binary translation subsystem has been added, which improves speed. It should work when emulating R3000-style CPUs. Add -b to the command line to enable bintrans. (For R4000-style CPUs, the bintrans system is not entirely reliable yet.) Bintrans backends have been written for the Alpha and i386 platforms. x) Redhat Linux 7.1 for mips has been verified to work under DECstation 5000/200 emulation. (It could probably run with earlier versions of the emulator, but I hadn't seen it myself.) x) Lots of minor bug fixes.
2004-12-18Fix path to suse_libjpeg.wiz1-2/+2
2004-12-14fixes to compile on darwin.dbj7-37/+73
add config.h include to target-ppc builds so _BSD is properly defined bump PKGREVISION
2004-12-11Include mk/pthread.buildlink3.mk.kristerw1-1/+3
2004-12-11Do not compile messtest. It isn't used, and it fails to compile onkristerw2-1/+15
NetBSD 1.6.
2004-12-07Update vmware-module3 to 3.2.1.6. Changes are compilation fixes for 2.0jdolecek2-6/+6
and -current, as well as adaptation to the device cloner changes in -current.
2004-12-05Update email address (old one bounces).wiz1-2/+2
2004-12-05Fixes to ctype macro usage so that this builds on -current.skrll4-4/+50
2004-12-04Add LIBTOOLIZE_PLIST=NO, since it is autogenerated from rpm.wiz1-1/+2
Might fix bulk build.
2004-12-03Update arcem to 1.00skrll9-101/+175
Changes are - New manual and new SourceForge page. Other documentation deprecated. - Added project files for MS VC++, and fix warnings provoked by it. - Further split of windowing/non-windowing functionality to aid division of architecture-independent files. - Windows version made independent from Cygwin. - Windows support imported from eQRD version. Features brought inline with other versions, including icon change, and same format for choices file. - Entirety of build warnings fixed under GCC, including those that appeared from turning on harsh warning flags. - General tidying. - Makefile rearranged so that default Unix builds are more sensible. - Support for running RISC OS, by Alex Macfarlane Smith and Peter Naulls - Split of the windowing aspects of the code, to allow independent development. - Some small speed ups. - Source code tidying and warning fixes.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz9-18/+18
Suggested by Roland Illig, ok'd by various.
2004-12-02Fix typoskrll1-2/+2
2004-11-30+ gpsim-{devel,oscilloscope,ptyusart}xtraeme1-1/+4
2004-11-29Reset maintainer on his request.wiz1-2/+2
2004-11-29Initial import of ptyusart-0.3.1:bouyer4-0/+60
This is a serial module for gpsim, connecting the virtual Rx/Tx lines to a pseudo-tty (pty). You can then use your usual serial tools (cu, tip, minicom, etc ...) on this pty as you would do on a real serial port on your Unix workstation. Only for NetBSD for now. It should be easy to get it working on others BSD systems. More work is needed for others Unix and Unix-like systems.
2004-11-29Initial import of oscilloscope-0.1.1:bouyer4-0/+39
This is an oscilloscope module for gpsim. The module provide 8 probes, which you have to connect to nodes. For now the graphic interface doesn't update its display dynamically, it provides 2 input boxes in which have to enter the start and end cycles to draw.
2004-11-29Import of gpsim-devel, a package for the developement (CVS) version of gpsim:bouyer9-0/+233
PIC simulator that supports X, stimulii, and modules Stuck at date 20040826, I couldn't get newer version to work with gtk1, and we don't have a gtk+extra for gtk2 (the next release of gpsim shouldn't depend on gtk+ any more). The patches in there have been integraded in the gpsim's CVS. Some new features (especially in processors supported) and lots of bug fixes since 0.21.2.
2004-11-29Update to 1.5.12; see Cygwin site for changes. Mainly minor bugfixes.tv3-25/+25
In the process, strip the ".exe" from installed binaries. Neither Cygwin nor Interix need it, and /usr/pkg/emul isn't intended for Win32-side usage, so we don't need the .exe here either.
2004-11-29Give away MAINTAINER. I don't have a NetBSD+X11 box available, and the newtv1-2/+2
JIT and SIGINFO support needs some work to make it work on NetBSD....
2004-11-27Update xmame/xmess to 0.88.kristerw6-14/+52
Changes since 0.87 include: - Everything from MAME 0.88 (http://x.mame.net/changes-mame.html) and MESS 0.88 (http://x.mame.net/changes-mess.html). - Big update of the video code (bugfixes/speedup/new functionality)
2004-11-27Drop maintainership.martin1-2/+2
2004-11-22Add RCS Id, noted by Leonard Schmidt.wiz1-0/+1
2004-11-22Changes 0.63:adam3-14/+9
- Fixed crash with keymapper (ctrl-f1) and output=surface. - Added unmounting. - Fixed multiple issues with drive labels. - Fixed most if not all FILES=XX problems. - Added redirection in the shell. - Fixed crashes with subst. - Fixed multiple crashes with the drive images support. - Added a missing fpu instruction. - Fixed some cpu and fpu instructions. - Fixed a small bug related to font loading. - Rewrote the devices support. - Added capslock/numlock checks on startup. - Fixed wave writing. - A few internal DOS fixes. - Timer fixes for the hybrid loader. - Some small soundblaster fixes. - The drive cache can now be cleared by a keycombo. (CTRL-F4) - A few keyboard fixes. - Compilation fixes on various platforms. - Quite some debugger improvements. - Fixed dir only showing files after the first run on cdrom drives. - Added some cdrom detection checks. - Enabled insert in the shell. (Easier editing of commands) - Changed order in which executables appear with tab-completion. - Fixed some issues with raw opl recording and using a slightly different format
2004-11-20Let packages override RPM2PKGARGS.rh3-6/+6
2004-11-19Update to 0.98.12, from Leonard Schmidt in PR 28327.wiz3-16/+14
Changes since previous version: Fixed a bug that was causing 2xscale/3xscale to be broken when clipping the leftmost and rightmost 8 columns. Added an iNES header correction entry for JustBreed. Modified the MMC5 "ELROM" board emulation to not emulate WRAM. Corrected various pieces of code that were causing compiler warnings. When the PPU is in a "dead" state after starting up, the graphics buffer is now cleared. Previously, particularly in the Windows port, when a game was closed, and a new game was loaded, the last image from the previous game would be displayed for a short time. Removed some debugging code that shouldn't have been enabled in 0.98.11.
2004-11-19Update HOMEPAGE.wiz1-2/+2
2004-11-19Changes 0.50:adam5-26/+31
- A lot of internal code cleanup and bug fixes. - Added a dialog for creating new blank floppy disk images. - The source code has been optimized for better emulation speed. - Added RS232 emulation (still very experimental and not very well tested! It seems not to work reliable yet. Help for debugging is very appreciated!). - Some bugs in the 68000 emulation have been fixed. - The emulator now checks for double bus errors and stops the emulation if necessary (instead of crashing the emulator). - Timer-D is now patched correctly again. - The old font has been replaced by two new fonts so that the GUI now looks better in high resolutions. - The fonts are now linked into the executable. - Added support for DIM floppy disk images.
2004-11-15Workaround for the bug that causes disk image corruption with XP.soren3-2/+18
2004-11-15Update emulators/qemu to 0.6.1.xtraeme17-150/+287
Changes: - Mac OS X port (Pierre d'Herbemont) - Virtual console support - Better monitor line edition - New block device layer - New 'qcow' growable disk image support with AES encryption and transparent decompression - VMware 3 and 4 read-only disk image support (untested) - Support for up to 4 serial ports - TFTP server support (Magnus Damm) - Port redirection support in user mode networking - Support for not executable data sections - Compressed loop disk image support (Johannes Schindelin) - Level triggered IRQ fix (aka NE2000 PCI performance fix) (Steve Wormley) - Fixed Fedora Core 2 problems (now you can run qemu without any LD_ASSUME_KERNEL tricks on FC2) - DHCP fix for Windows (accept DHCPREQUEST alone) - SPARC system emulation (Blue Swirl) - Automatic Samba configuration for host file access from Windows. - '-loadvm' and '-full-screen' options - ne2000 savevm support (Johannes Schindelin) - Ctrl-Alt is now the default grab key. Ctrl-Alt-[0-9] switches to the virtual consoles. - BIOS floppy fix for NT4 (Mike Nordell, Derek Fawcus, Volker Ruppert) - Floppy fixes for NT4 and NT5 (Mike Nordell) - NT4 IDE fixes (Ben Pfaf, Mike Nordell) - SDL Audio support and SB16 fixes (malc) - ENTER instruction bug fix (initial patch by Stefan Kisdaroczi) - VGA font change fix - VGA read-only CRTC register fix
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam1-2/+1
former) for applications that are known to require C++.
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam1-2/+2
2004-11-12Set LIBTOOLIZE_PLIST to NO, so that the PLIST is correct. Bump PKGREVISION.wiz1-1/+3
2004-11-10Allow stripping 0 leading directories from path names in rpm's. rpm2pkgmarkd1-3/+5
complains about "-s 0" so don't pass the argument at all in that case.
2004-11-09Added qemu-0.6.0xtraeme1-1/+2
2004-11-09Initial import of qemu-0.6.0 from pkgsrc-wip, packaged by Davidxtraeme15-0/+377
Holland. QEMU is a FAST! processor emulator using dynamic translation to achieve good emulation speed, QEMU has two operating modes: * Full system emulation. In this mode, QEMU emulates a full system (for example a PC), including a processor and various peripherals. It can be used to launch different Operating Systems without rebooting the PC or to debug system code. * User mode emulation (Linux host only). In this mode, QEMU can launch Linux processes compiled for one CPU on another CPU. It can be used to launch the Wine Windows API emulator or to ease cross-compilation and cross-debugging. -- It's nice to see NetBSD/x86 running perfectly with QEMU!
2004-11-09Add and enable aliados.minskim1-1/+2
2004-11-09Import aliados from pkgsrc-wip. Packaged by ivaniclixx at gmail dot com,minskim5-0/+156
and modified by Roland Illig and me. Aliados is a CP/M 80 emulator that instead of emulate a machine and run some variant of CP/M on it, emulates only the microprocessor and captures all CP/M system calls to execute it natively. Actually only emulates a small part of CP/M, but with that already can execute many programs, such as WordStar, Micrsoft Basic, Mallard Basic, Hi-Tech C, Turbo Pascal and many others. Aliados does not need to create disk images, it reads and writes in the native filesystem all files that match the CP/M name conventions.
2004-11-08Fix typo.wiz2-4/+4
2004-11-08Ignore return value from grep; somehow this broke suse91_compat installationwiz1-3/+3
on 2.0_BETA/i386 for me.