Commit graph

1382 commits

Author SHA1 Message Date
xtraeme
93dca05949 Update to 0.3 (pointed out by the author Anders Gavare).
Summary of changes from version 0.2.4.1 to 0.3:

x)  Performed a major code clean-up.

x)  Support for using "configuration files" has been added, so settings
    do not have to be entered on the command line anymore. (Useful for
    complex emulation setups.)

x)  Multiple machines can now be emulated simultaneously. (This is
    still experimental, though, and probably a bit buggy.)

x)  Some command line options have changed since 0.2.4.1, most notable
    the options to select the machine to be emulated. -E should now be
    used to select the machine type, and if necessary, -e can be used
    to select a subtype.

x)  Many bugfixes, too many to mention here.
2005-02-20 15:43:56 +00:00
heinz
40c8bc11ec qemu uses siginfo_t which is not available on NetBSD < 2.0. 2005-02-19 23:12:59 +00:00
adam
f044b13b01 Changes 20050211:
* Still more work on the MSI dll.
* More OLE work, including a builtin stdole32.tlb.
* Fixed inter-process window resize and repaint.
* Lots of bug fixes.
2005-02-16 12:22:11 +00:00
reed
c30c63008a Remove information from MESSAGE about the HTML documentation.
And remove references of it from Makefile.
The HTML documentation is not installed in the first place.

TODO: maybe make a bochs-docs package that builds the documentation
from the docbook source.

Bump PKGREVISION (I also updated DESCR in previous commmit too).
2005-02-11 22:28:42 +00:00
reed
5b23924607 Improved description. And removed reference to bochs.com URL which is wrong. 2005-02-11 22:26:21 +00:00
tv
531481b0b7 Add one site west of the Atlantic Ocean.
Interleave sites so that something in the secondary RPM subdir won't go
scan all of the primary subdirs before falling through to the correct place.
2005-02-09 20:25:13 +00:00
kristerw
682a81d309 Update VICE to 1.16.
Changes since 1.15:
** General
- Improved accuracy of 65xx processor core emulation.

** Drive changes
- Added support for idle traps to 1551 emulation.

** C64 changes
- Fixed crash using REU emulation.
- A timing problem has been fixed using old NTSC mode.
- Some stupid char ROM display bug has been fixed.

** C128 changes
- Fixed crash using REU emulation or CP/M mode.

** PLUS4 changes
- Added proper TAP support.

** Unix Changes
- Hardware scaling can be switched at runtime now.
- Fixed crash on machines with weird vidmode configurations.
- Fixed random crash if settings are saved.

** Miscellaneous changes
- Fixed some crash in the file system emulation.
- Improved datasette motor emulation.
2005-02-06 23:10:09 +00:00
xtraeme
07ea77599c Update to 0.35.
Changes:

0.35     [CORE]    Support for Genecyst patch files / Game Genie
         [CORE]    Support for AVI uncompressed and MJPEG output
         [68000]   Re-added busy wait removal that got lost
         [SOUND]   Added configurable single-pole low-pass filter
         [CORE]    Added autoconf/automake version checks
         [VDP]     Fix FIFO busy flag (Nicholas Van Veen)
         [SOUND]   Various further endian improvements from Bastien Nocera
                   and andi@fischlustig.de (Debian)
         [SOUND]   Various BSD compatibility improvements from
                   Alistair Crooks and Michael Core (NetBSD)
         [UI]      SDL Joystick support from Matthew N. Dodd (FreeBSD)
         [68000]   Do pre-decrement with two reads (Steve Snake)
         [68000]   Make TAS not write (Steve Snake) fixes Gargoyles, Ex Mutant
         [68000]   Re-write ABCD,etc based on info from Bart Trzynadlowski
         [68000]   Implement missing BTST op-code (fixes NHL Hockey 94)
2005-01-31 23:58:33 +00:00
kristerw
ffcfaad08c Update xmess to 0.90.
Changes since 0.89:
- Everything from MAME 0.90 (http://x.mame.net/changes-mame.html) and
  MESS 0.90 (http://x.mame.net/changes-mess.html).
- The "-sleepidle (-si)" option is now enabled by default.  This keeps
  the emulation from hogging the CPU when it's idle.
- Did a major rework of the effects code, which now borrows code from
  the AdvanceMAME project (Hans de Goede):
  * The code is much cleaner.
  * Effects are much faster on DGA.
  * The scaling is no longer fixed to a certain factor for each
    effect: It supports normal (1x1 - 8x8), scale2x (2x2 - 3x6), scan2
    (1x2 - 4x2), rgbscan (1x3 - 6x3), scan3 (1x3 - 6x3), hq2x (2x2),
    lq2x (2x2), 6tap2x (2x2).
  * All the scanline effects come in both horizontal and vertical
    varieties, and vertical scanlines are automatically chosen for
    rotated games.
- Made the 32bpp to yuy2 blitting code much faster and cleaner.  (Hans
  de Goede)
- Enhanced LIRC support to compile and link against system-installed
  liblirc_client files.  Added the "-lircrc" option.  (Mads Villadsen)
- Optimized some of the yuy2 blit functions.  (Hans de Goede)
- Added CPU capability detection for Linux on x86.  Currently this only
  tests for MMX.  (Hans de Goede)
- Changed the effects code to use the C versions of effects when a CPU
  isn't MMX-capable.  This means that binary distributions can be built
  with EFFECT_MMX_ASM defined and still run on older CPUs.  This
  presently only works for Linux on x86.  (Hans de Goede)
- Fixed "-geometry (-geo)" to properly adhere to given window
  coordinates.  Added support for window coordinates to OpenGL.  (Hans
  de Goede)
- By default, fullscreen mode now only spans screen 0.  To select
  another screen, use "-xinerama-screen <nr>", or use -1 if you want
  the old behavior where all screens are spanned.  (Joe Q. and Hans de
  Goede)
- Removed Mesa on Glide on Voodoo 2 in fullscreen mode hack.  If you
  need this, just use "-geometry 640x480 -grabkeyboard -grabmouse"
  instead.  (Hans de Goede)
- Reverted to treating lightgun buttons as mouse buttons, so lightguns
  will work independent of joystick devices or drivers.  It is now
  also assumed that there are always 5 mice connected, so multiple
  lightguns should work fine.
- The old-style debugger works again.  (Hans de Goede)
- Merged several of Nicola Salmoria's memory leak fixes from Windows
  MAME.
- Fixed multiple port recording for the playback/record option.  (Chad
  Hurwitz)
2005-01-29 21:53:27 +00:00
kristerw
6f0088ff95 Update xmame to 0.90.
Changes since 0.89:
- Everything from MAME 0.90 (http://x.mame.net/changes-mame.html) and
  MESS 0.90 (http://x.mame.net/changes-mess.html).
- The "-sleepidle (-si)" option is now enabled by default.  This keeps
  the emulation from hogging the CPU when it's idle.
- Did a major rework of the effects code, which now borrows code from
  the AdvanceMAME project (Hans de Goede):
  * The code is much cleaner.
  * Effects are much faster on DGA.
  * The scaling is no longer fixed to a certain factor for each
    effect: It supports normal (1x1 - 8x8), scale2x (2x2 - 3x6), scan2
    (1x2 - 4x2), rgbscan (1x3 - 6x3), scan3 (1x3 - 6x3), hq2x (2x2),
    lq2x (2x2), 6tap2x (2x2).
  * All the scanline effects come in both horizontal and vertical
    varieties, and vertical scanlines are automatically chosen for
    rotated games.
- Made the 32bpp to yuy2 blitting code much faster and cleaner.  (Hans
  de Goede)
- Enhanced LIRC support to compile and link against system-installed
  liblirc_client files.  Added the "-lircrc" option.  (Mads Villadsen)
- Optimized some of the yuy2 blit functions.  (Hans de Goede)
- Added CPU capability detection for Linux on x86.  Currently this only
  tests for MMX.  (Hans de Goede)
- Changed the effects code to use the C versions of effects when a CPU
  isn't MMX-capable.  This means that binary distributions can be built
  with EFFECT_MMX_ASM defined and still run on older CPUs.  This
  presently only works for Linux on x86.  (Hans de Goede)
- Fixed "-geometry (-geo)" to properly adhere to given window
  coordinates.  Added support for window coordinates to OpenGL.  (Hans
  de Goede)
- By default, fullscreen mode now only spans screen 0.  To select
  another screen, use "-xinerama-screen <nr>", or use -1 if you want
  the old behavior where all screens are spanned.  (Joe Q. and Hans de
  Goede)
- Removed Mesa on Glide on Voodoo 2 in fullscreen mode hack.  If you
  need this, just use "-geometry 640x480 -grabkeyboard -grabmouse"
  instead.  (Hans de Goede)
- Reverted to treating lightgun buttons as mouse buttons, so lightguns
  will work independent of joystick devices or drivers.  It is now
  also assumed that there are always 5 mice connected, so multiple
  lightguns should work fine.
- The old-style debugger works again.  (Hans de Goede)
- Merged several of Nicola Salmoria's memory leak fixes from Windows
  MAME.
- Fixed multiple port recording for the playback/record option.  (Chad
  Hurwitz)
2005-01-29 21:52:15 +00:00
jdolecek
88801ca62c Remove the warning message - SuSE 9.1 packages work fine on NetBSD 2.0+ 2005-01-29 09:11:36 +00:00
xtraeme
dea0205002 Update to 1.42, bugfix release (See http://www.zsnes.com for changes). 2005-01-24 16:49:06 +00:00
recht
8e17eb2a05 Fix a typo in my email address. 2005-01-23 18:33:07 +00:00
tron
136fdec6b5 Remove me as maintainer of this package because I now longer use it. 2005-01-23 12:06:07 +00:00
jdolecek
11ac78bf8e put back INSTALL (in slighly simplified form) - it _is_ necessary
to setup the etc files for gtk & pango; add the files into PLIST, so that
they are properly removed when package is deinstalled
2005-01-22 12:35:26 +00:00
jdolecek
7f8e8d7508 use updated gtk2 RPM, which fixes recently discovered Xpm-related
vulnerabilities
2005-01-22 10:53:49 +00:00
jdolecek
089085c35e the gtk/pango stuff doesn't appear to be necessary and causes unclean
package deinstall
2005-01-22 10:46:20 +00:00
jdolecek
a4a4c856fa Update to latest available version (4.3.99.902-43.35.3), which fixes
the recently discovered Xpm vulnerabilities
2005-01-22 10:10:17 +00:00
jdolecek
c5a41449d5 Update to RPM version libtiff-3.6.1-38.14, which fixes the recent
security problems in libtiff.
Bump PKGREVISION
2005-01-22 09:57:51 +00:00
xtraeme
bc32abb159 Update to 1.41, lots of changes (bugfixes, speed improvements, etc).
See http://www.zsnes.com/ for the full list of changes.
2005-01-20 00:43:15 +00:00
kristerw
59134a8ef0 Make this compile on NetBSD 1.6 by adding some missing include files. 2005-01-17 19:00:33 +00:00
adam
4cf8a5c2a1 PLIST fix + depend on fontforge 2005-01-17 15:35:41 +00:00
kristerw
11f64dba56 Remove the SuSE 6.4 packages. 2005-01-15 17:00:43 +00:00
jdolecek
48bee0e5f4 g/c SuSE 6.4 package support 2005-01-15 12:41:33 +00:00
jdolecek
c528847148 Remove obsolete SuSE 6.4-based packages. These contain known security
bugs and are long desupported by SuSE.
2005-01-15 12:39:32 +00:00
adam
2c548cb2d2 Changes 20050111:
- Many OLE bug fixes and improvements.
- A lot more work on the MSI dll.
- Update regions now handled in the Wine server.
- Beginnings of typelib generation in the IDL compiler.
- Many janitorial cleanups.
- Lots of bug fixes.
2005-01-14 13:00:05 +00:00
xtraeme
f836e224da Update to 0.2.4.
Here is a short summary of the changes from version 0.2.3 to 0.2.4:

	x)  Debian GNU/Linux can now be installed. However, it is VERY
	    unstable, and Linux Oopses when there is heavy serial console
	    output. A '-U' command line option reduces the risk, but doesn't
	    fix the problem.

	x)  When emulating framebuffers for machines like the DECstation
	    5000/200, that have a hardware mouse cursor, the host machine's
	    X cursor is now invisible. (This might not sound like a very
	    exiting change, but it "feels" a lot better than before.)

	x)  Improvements to the experimental dynamic binary translation
	    subsystem.

	x)  Many improvements to the single-step debugger.

	x)  Various other bugfixes and updates.
2005-01-12 23:47:11 +00:00
hamajima
2bfb9bf444 support i386 a.out and ELF binary emulation for amd64. 2005-01-11 05:12:56 +00:00
adam
169cc86225 Changes 1.3.5:
* Solid improvements of keyboard handling in SDL and X11 versions
2005-01-05 11:00:26 +00:00
kristerw
c0c0765e38 Add and enable simulavr. 2004-12-30 19:50:32 +00:00
kristerw
1472d4095d Initial import of simulavr, contributed by Ola Eriksson in
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-30 19:49:08 +00:00
kristerw
2ddce81917 Correct PLIST. Noted by wiz.
Bump PKGREVISION.
2004-12-30 19:38:20 +00:00
kristerw
f82545987a Update xmess to 0.89.
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-29 20:25:00 +00:00
kristerw
a90ab9d6ed Update xmame to 0.89.
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-29 20:24:20 +00:00
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
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-28 02:47:40 +00:00
jdolecek
fa545dee34 Update vmware-modules3 to 3.2.1.7. The only change is fixed distfile,
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-26 22:06:46 +00:00
skrll
155db3b4c7 Update simh to 3.3.0. Too many new features and bug fixes to list here. 2004-12-22 21:07:01 +00:00
xtraeme
415d4ac8fc Update to 0.60
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-21 20:14:38 +00:00
xtraeme
16c951ff8c Update HOMEPAGE and MASTER_SITE. 2004-12-21 12:05:58 +00:00
xtraeme
21ecf7c25f Update to 0.2.3, and convert to use bsd.options.mk, available options:
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-20 23:14:59 +00:00
wiz
99b7f45b7d Fix path to suse_libjpeg. 2004-12-18 13:59:00 +00:00
dbj
545012d8c1 fixes to compile on darwin.
add config.h include to target-ppc builds so _BSD is properly defined
bump PKGREVISION
2004-12-14 01:02:19 +00:00
kristerw
6610472a9d Include mk/pthread.buildlink3.mk. 2004-12-11 13:17:19 +00:00
kristerw
373406fefa Do not compile messtest. It isn't used, and it fails to compile on
NetBSD 1.6.
2004-12-11 12:32:44 +00:00
jdolecek
87f4af4442 Update vmware-module3 to 3.2.1.6. Changes are compilation fixes for 2.0
and -current, as well as adaptation to the device cloner changes in -current.
2004-12-07 21:14:38 +00:00
wiz
a5a959d384 Update email address (old one bounces). 2004-12-05 13:56:11 +00:00
skrll
a2b77d1f0f Fixes to ctype macro usage so that this builds on -current. 2004-12-05 07:32:17 +00:00
wiz
2389480a82 Add LIBTOOLIZE_PLIST=NO, since it is autogenerated from rpm.
Might fix bulk build.
2004-12-04 11:16:17 +00:00
skrll
b7a81af86c Update arcem to 1.00
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-03 15:15:23 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00