summaryrefslogtreecommitdiff
path: root/emulators/vice
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-11Improve sun sound driver on NetBSD to support stereo and not todillo5-33/+123
rely on counting of played samples, which can get out of sync. This may work on other platforms too, but I cannot test it. Update to 1.18: - Fixed a bug that caused the emulator to crash after 72 minutes. - Added internal zlib and lpng support if no native libraries are found at compile time. - Fixed video recording frame rate in NTSC mode. - [C64] Added Structured Basic, Comal 80 and Ross cart support. - [C64] Fixed the improper detaching of certain types of carts. - [C64] The +60K expansion base address is now selectable for compatibility with the oldest version of the expansion. - [C128] Improved the VDC emulation. - Added support for more 3rd party basic extenders to petcat. - Compiling for QNX 6.x works now (binary package is available). - [C64] Binary packages for Solaris machines are available. - [C64] Added full GeoRAM memory expansion support with sizes from 64KB to 4MB. - [C64] Added full RamCart memory expansion support. - [C64] Added full +60K memory expansion support. - [C64] Correct REU values after reset. - [C128] Added full GeoRAM memory expansion support with sizes from 64KB to 4MB. - [C128] Added RamCart memory expansion support without the read-only option. - [C128] Fixed some C64 mode bugs. - [C128] Correct REU values after reset. - New dutch translation. - Language support has been extended to include commandline-options. - BSD platform problems with using the sounduss and soundsun driver have been fixed. - Problems compiling with older versions of libpng have been fixed. - Problems with MAXPATHLEN and PATH_MAX when compiling have been fixed. - New ALSA sound driver. - Fixed some compile errors if GCC4 is used. - Added support for more analog joysticks. - Userport RS232 emulation should work as expected now.
2005-12-04Fix build dependency on X11 clients.joerg1-2/+2
2005-11-18Fix a static/non-static conflict that prevented this from buildingkristerw2-1/+15
when using gcc 4.
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-2/+1
thus were before 2005Q3.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-5/+2
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+2
2005-02-06Update VICE to 1.16.kristerw3-12/+12
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.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-01Add --enable-ffmpeg to configure arguments if ffmpeg optionwiz1-1/+6
is wanted (not done automatically any longer). Bump PKGREVISION.
2004-08-31update to 1.15:dillo14-944/+17
** General - Improved event recording and playback. ** C64 changes - Fixed some CPU opcodes. - Added support for Magic Formel cart (preliminary). - Improved TFE cart emulation. - Fixed Final Cartridge III freeze bug. ** VIC20 changes - Four true drives are supported now. - The sound code has been rewritten. ** PLUS4 changes - Added cartridge support. ** VIC-II - Improved IRQ timing during DMA. ** Unix Changes - Improved ROM set support. - Added TFE and IDE64 cart support. - Fixed crash on 64bit archs. - Added BSD USB joystick support. - Complete rework of french translation. Credits to Paul (alias Kaddict)! ** Miscellaneous changes - Made fsdevice emulation to list non-PRG files again. - Improved REL file handling of the virtual drive emulation. - Fixed some bugs in the petcat tokenizer.
2004-08-22Change the way that legacy USE_* and FOO_USE_* options are convertedjlam1-2/+2
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590.
2004-08-03Convert to use bsd.options.mk, and add a gnome option. PKGREVISION notwiz1-8/+17
bumped since by default nothing changes. Set USE_LANGUAGES instead of USE_GCC_SHLIB.
2004-07-30Make the emulator work when vidmode extension cannot be used.kristerw4-8/+31
Bump PKGREVISION.
2004-07-26various improvements:dillo12-3/+930
- enable fullscreen support - enable PNG screenshots - only use esound if USE_ESOUND is yes - add USB joystick support (okayed by kristerw) PKGREVISION++
2004-07-16Do not install cbm-directory-charset.fon -- it is neededkristerw4-4/+17
for win32 only, and it makes the mkfontscale in NetBSD 2.0 dump core (PR xsrc/25587). Bump PKGREVISION.
2004-05-25Add VICE_USE_FFMPEG to BUILD_DEFS, says dillo.wiz1-1/+3
2004-05-25Add VICE_USE_FFMPEG switch to enable ffmpeg support in vice.wiz1-1/+10
Document it in bsd.pkg.defaults.mk. Defaults to "no". PKGREVISION not bumped since package does not change (by default).
2004-04-24Convert to buildlink3.snj1-7/+7
2004-01-31Update vice to 1.14.kristerw3-14/+16
Changes from VICE 1.13 include: ** General - Added IEC devices which allow to access printer or file system devices even if true drive emulation is enabled. ** VIC-II - Fixed some severe sprite collision detection bugs. ** Drive changes - Increased the number of true drives to four. - Support for 1570 and 1571CR drives has been added (1571CR is not fully implemented though). - 1581 emulation is much more accurate now. ** Printer changes - Added Star NL10 printer emulation.
2004-01-30Update HOMEPAGE (new version out....).wiz1-2/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-04The 4064, SX-64, and C64 Game System dist files have been removedkristerw4-63/+5
from the FTP. Remove them from the package too. PKGREVISION++
2003-11-06Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-09-28Update vice to 1.13.kristerw4-16/+26
Changes since 1.12 include: ** General - Added new Scale2x render. - Fixed NMI line emulation bug. ** C64 changes - Better processor port initialization (some carts depend on this) - Fixed a bug reading old snapshot files. - Added SS5 CRT support and fixed the SS5 screen distortion bug. ** C128 changes - Fixed some fast IEC bus related drive bugs - Added some opcodes to the Z80 emulation. ** PLUS4 changes - Many TED fixes. - User port parallel cable. ** VIC-II - The character ROM is now displayed in bitmap mode. - Fixed some minor DMA timing, ECM mode and sprite bugs. ** SID changes - New HardSID support. - Catweasel support should work now. ** Unix changes - ACIA emulation has been fixed.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-30Convert to USE_NEW_TEXINFO.seb2-5/+5
2003-06-23Update vice to 1.12.kristerw4-28/+45
Changes since 1.11 include: ** General changes - Added -autoload switch which acts like -autostart but without actually starting the program. - It is possible to use the printer emulation without switching off true drive emulation now. ** C64 changes - Mouse emulation should work again. - Improved trap emulation compatibility. ** C128 changes - Fixed some VDC crashs. - Added support for national firmware and keyboard mappings. - Implemented fast IEC bus. ** PLUS4 changes - New emulator. Currently it contains many bugs and several features are missing. Do not send any bug reports for now. ** VIC-II - Fixed some raster interrupt emulation bugs. - Some minor NTSC fixes. - Reset should properly reset the VIC-II now. ** SID changes - The ReSID state is saved in snapshots now. ** Drive changes - Improved GCR sync detection. - Added some more jobcodes to the 1581 emulation. - RAM mirrors are properly emulated now.
2003-02-21Update to 1.11.wiz6-112/+16
Changes since 1.10: ** General - The memory reset pattern can be configured now. ** C128 changes - Fixed some MMU issues. - Fixed color RAM support. ** PET changes - A crash at startup has been fixed. ** VIC-II - Improved sprite support. - Fixed some video cache bugs. - Fixed some IRQ emulation bugs. ** Drive changes - Improved byte-ready line emulation. - The track offset is calculated properly on track change now. ** Unix changes - Real device access through OpenCBM library via XA1541/XM1541 cable. - Added support to access 1581 formatted disks with the 3.5" host drive (Linux only). - Added event recording & playback (experimental). ** Miscellaneous changes - The monitor can access disks attached to #8..11 now.
2002-11-30USE_PKGLOCALEDIR, delint.salo1-2/+4
2002-09-21buildlink1 -> buildlink2jlam1-10/+11
2002-09-07Update emulators/vice to version 1.10.kristerw4-43/+54
Changes since vice-1.9 include: ** General - The keyboard handling has been reworked. In most ports the keys can be assigned by *.vkm files. - Fixed display bugs during warp mode. - The autostart function prepares the drive with last accessed track, sector and buffer data now. - The opcode fetch of the 65xx CPU emulation is more accurate now. ** C64 changes - A processor port bug has been fixed, so IWM Diamonds works again. - Fixed a bug in the Retro Replay emulation. - Added support for IDE64 interface emulation. ** C128 changes - Added DIN charset support. - Added support for second color bank. ** VIC20 changes - Access to unconnected address space has been fixed. ** VIC-II - $d016 xsmooth emulation is cycle exact now! - Many small bugs in the VIC-II emulation have been fixed. - Accessing unconnected address space returns last phi1 data read by the VIC-II now. - Fixed bug loading a snapshot image with sprites enabled. ** Drive changes - Implemented firmware ROM mirrors. ** Tape changes - The image content lister lists the contents of TAP images too.
2002-08-08Update HOMEPAGE.wiz1-2/+2
2002-08-08Bump to 1.9nb1: Do not install resid header files. Closes pkg/17880.wiz5-13/+101
Also add xplus4 to PLIST.
2002-04-22Update vice to version 1.9.kristerw4-22/+33
Changes since vice-1.7 include: ** C64 changes - The REU is emulated cycle exact now. - Added support for Retro Replay cartridge. - Fixed a CIA timer emulation bug. - Frankie goes to Hollywood may work now. ** C128 changes - VDC has been improved a lot (but not ready for RFO now). - Fixed a stupid bug in the Z80 emulation. - Fixed $ff01-$ff04 MMU register access. - Added support for C64 type cartridges. ** VIC-II - Fast PAL emulation has been added. - Added VIC-II reengineered palette. - Added also command line switches for: brightness, contrast, saturation, gamma - New style luminance signals - Using internal/external palette - Various fixes to make more demos work. ** Drive changes - True drive emulation is default now. - A reset during autostart restores true drive emulation if enabled before. - Relaxed disk change timing a bit and fixed the sync bit. More programs will recognise the disk change now. - Odd sized d64 images are supported now. ** General - Real PAL filter emulation.
2002-02-28This package needs gmake to install properly.kristerw1-1/+2
Noted by Ben Wong in PR pkg/15765.
2002-02-18Introduce new framework for handling info files generation and installation.seb2-5/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-17Set BUILD_USES_MSGFMT as the configure process uses the test for msgfmt tojlam1-1/+2
determine how to install the locale files.
2001-10-02Strongly-buildlink emulators/vice and mark as USE_BUILDLINK_ONLY. Makejlam1-32/+35
this package work with XF4.
2001-10-02Strongly-buildlink emulators/vice and mark as USE_BUILDLINK_ONLY. Makejlam5-98/+76
this package work with XF4. Based on work by Thomas Klausner (wiz) sent in private e-mail.
2001-08-01Update vice to 1.7.kristerw5-40/+78
Changes in VICE 1.7 =================== ** C64 changes - REU support has been rewritten to support different types and images. - Fixed a processor emulation bug which caused a crash in Summer Games II. - Fixed a snapshot bug causing Castles of Dr. Creep to quit after the snapshot has been restored. ** C128 changes - REU support has been rewritten to support different types and images. - Added support for internal and external function ROM images. - Tape emulation has been added. - Added register 26 support to VDC emulation to make LUnix work. - Support for the CAPS key has been added. - There is a limited C64 mode now. ** VIC20 changes - VIC video emulation now almost cycle exact (try vimm or vvv demos) NTSC video mode is supported. ** CBM-II changes - Implemented a C510 (aka P128) emulation, using the existing VIC-II emulation. - Fix a couple of bugs in the CBM-II emulation (C610-C720). ** Drive changes - Implemented experimental DOS1 (670 blocks free) support with CBM 2040 emulation. - The read-only bit of the 1581 disk drive is emulated now. ** Unix changes - Added preliminary (beta) DGA2 support. - French translation; Credits to Eric (meepmeep). - Datasette control UI. - Zlib is used for reading compressed images.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-5/+9