head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.24 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.22 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.20 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.18 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.16 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.14 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.12 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.10 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.8 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.6 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.4 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.1.0.4 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.2 pkgsrc-2007Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2007.07.31.14.27.28; author xtraeme; state dead; branches; next 1.1; 1.1 date 2007.01.16.11.42.02; author rillig; state Exp; branches; next ; desc @@ 1.2 log @Update to 0.71. A bugfix release this time, but we couldn't resist adding a few new exciting features: * Added a new recompiling cpu core which is easier to port! * Added a x86_64 and a mipsel_32 recompiling core. * Fixed hangups on certain platforms after long gameplay of several games. * Fixed several joystick bugs. * Improved cdrom support. (fixes for audio, iso and detection.) * Improved SVGA and VESA. (detection and display) * Fixed a few textmodes and improved ansi emulation a bit. * Fixed pcspeaker and certain types of soundeffects. * Added undocumented mousebackdoor. * Made mount and imgmount a bit easier to use. (ioctl by default, support for ~ and ~username, auto size guessing for images) * Fix a few compilation problems on various hosts and a general code cleanup. * Several small fixes that improve compatibility. @ text @$NetBSD: patch-ac,v 1.1 2007/01/16 11:42:02 rillig Exp $ --- src/ints/xms.cpp.orig 2006-02-09 13:32:57.000000000 +0100 +++ src/ints/xms.cpp 2007-01-10 01:41:09.543795112 +0100 @@@@ -75,7 +75,9 @@@@ struct XMS_Block { bool free; }; +#if !defined(__SUNPRO_CC) #pragma pack (push,1) +#endif struct XMS_MemMove{ Bit32u length; Bit16u src_handle; @@@@ -90,7 +92,9 @@@@ struct XMS_MemMove{ } dest; } GCC_ATTRIBUTE(packed); +#if !defined(__SUNPRO_CC) #pragma pack (pop) +#endif Bitu XMS_EnableA20(bool enable) { @ 1.1 log @Added two patches for Solaris. @ text @d1 1 a1 1 $NetBSD$ @