diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-07 19:43:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-07 19:43:29 +0000 |
commit | 2b829852f8ae8f747e8380fdbc06863dd5352fb8 (patch) | |
tree | f688f2bc4df74b9de7f054e426f19cd68b4bbbf9 /emulators/vice/patches/patch-aa | |
parent | f4ef342de79e4a615b1696c54ef8fa8c3802d624 (diff) | |
download | pkgsrc-2b829852f8ae8f747e8380fdbc06863dd5352fb8.tar.gz |
Update to 1.20:
* Changes in VICE 1.20
======================
** General
----------
- New GP2X port.
- New AmigaOS3, AmigaOS4, MorphOS and AROS (x86/ppc) ports.
- Mac OSX X11 port is included in the main distribution now.
- Fixed some unusual CPU opcodes.
** C64 changes
--------------
- Fixed some longstanding RMW to IO area VIC-II DMA timing bug.
- Added Mikro Assembler, Dela EP7x8, Dela EP256 and Rex EP256
cart support.
- Fixed the KCS cart emulation.
- Added swiftlink and turbo232 support.
- Added +256k memory expansion support.
- Added I/O source read collision detection support, making
simultanious use of multiple expansions possible, like on
the real machine.
- Fixed the RR-net address decoding and REU compatibility.
- Fixed a problem with traps using the SX Kernal ROM.
- Some IDE64 ultimax bug has been fixed.
** PET changes
--------------
- Added 128kb REU memory expansion support.
** PLUS4 changes
----------------
- Added 256k csory memory expansion support.
- Added 256k, 1024k and 4096k hannes memory expansion support.
** Unix changes
---------------
- Gnome1 is no longer supported.
- Gnome2 is now supported - everthing except the Image preview with
CBM font should work.
- Gnome 2 port supports dimmable drive LED now.
- Added experimental ParSID support.
- Added support for minix3.
- Fixed some compile problems with the ffmpeg library.
** MS-Windows changes
---------------------
- Added experimental ParSID support.
** MS-DOS changes
-----------------
- Added experimental ParSID support.
** Mac OSX X11 changes
----------------------
- Added support for Intel build.
- Added USB joystick support.
** Miscellaneous changes
------------------------
- Added support for more 3rd party basic extenders to petcat.
- Added a c64/c128 cartridge conversion program (cartconv).
- Added binary distribution (package) creation functionality.
- Fixed a bug in the trap emulation with caused programs probing
devices on the IEC bus to fail.
- Lots of small fixes to the monitor.
Diffstat (limited to 'emulators/vice/patches/patch-aa')
-rw-r--r-- | emulators/vice/patches/patch-aa | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/emulators/vice/patches/patch-aa b/emulators/vice/patches/patch-aa index ddacbcb70dc..6621ab5c7f2 100644 --- a/emulators/vice/patches/patch-aa +++ b/emulators/vice/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.5 2006/06/29 22:56:34 dillo Exp $ +$NetBSD: patch-aa,v 1.6 2007/02/07 19:43:29 wiz Exp $ ---- src/arch/unix/types.h.orig 2005-12-23 23:29:54.000000000 +0100 -+++ src/arch/unix/types.h -@@ -61,7 +61,7 @@ typedef DWORD CLOCK; - #define CLOCK_MAX (~((CLOCK)0)) +--- doc/Makefile.in.orig 2007-01-21 01:53:08.000000000 +0000 ++++ doc/Makefile.in +@@ -245,7 +245,7 @@ xcbm2_LDFLAGS = @xcbm2_LDFLAGS@ + xpet_LDFLAGS = @xpet_LDFLAGS@ + xplus4_LDFLAGS = @xplus4_LDFLAGS@ + xvic_LDFLAGS = @xvic_LDFLAGS@ +-docdir = $(VICEDIR)/doc ++docdir = $(datadir)/doc/vice - #if defined(__GNUC__) && defined(__i386__) && !defined(NO_REGPARM) --#if defined(__NETBSD__) -+#if defined(__NetBSD__) - #if (__GNUC__ > 2) - #define REGPARM1 __attribute__((regparm(1))) - #define REGPARM2 __attribute__((regparm(2))) + doc_DATA = \ + MSDOS-Ethernet-Howto.txt \ |