pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2011Q1] pkgsrc/emulators/vice
Module Name: pkgsrc
Committed By: spz
Date: Sat Apr 16 21:27:34 UTC 2011
Modified Files:
pkgsrc/emulators/vice [pkgsrc-2011Q1]: DESCR Makefile PLIST distinfo
options.mk
pkgsrc/emulators/vice/patches [pkgsrc-2011Q1]: patch-aa patch-ab
Added Files:
pkgsrc/emulators/vice [pkgsrc-2011Q1]: PLIST.sdl PLIST.x11
Removed Files:
pkgsrc/emulators/vice/patches [pkgsrc-2011Q1]: patch-ac patch-ad
Log Message:
Pullup ticket #3410 - requested by wiz
emulators/vice: build fix for NetBSD 5
Revisions pulled up:
- emulators/vice/DESCR 1.2
- emulators/vice/Makefile 1.89-1.90
- emulators/vice/PLIST 1.23
- emulators/vice/PLIST.sdl 1.1
- emulators/vice/PLIST.x11 1.1
- emulators/vice/distinfo 1.38
- emulators/vice/options.mk 1.6
- emulators/vice/patches/patch-aa 1.11
- emulators/vice/patches/patch-ab 1.11
- emulators/vice/patches/patch-ac deleted
- emulators/vice/patches/patch-ad deleted
-----------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 4 13:42:08 UTC 2011
Modified Files:
pkgsrc/emulators/vice: DESCR Makefile PLIST distinfo options.mk
pkgsrc/emulators/vice/patches: patch-aa patch-ab
Added Files:
pkgsrc/emulators/vice: PLIST.sdl PLIST.x11
Removed Files:
pkgsrc/emulators/vice/patches: patch-ac patch-ad
Log Message:
Update to 2.3, provided by Olaf 'Rhialto' Seibert in PR 44820, with a
slight fix.
* Changes in VICE 2.3
======================
** General
----------
- Added x64sc, the accurate C64 emulator:
* VIC-II emulation rewritten from scratch using results from extensive
testing with newly written test programs on real hardware.
* Emulation is done on a cycle by cycle basis combined with pixel exact
dot clock domain handling.
* Accurate handling of all possible in-line splits of VIC-II registers
and graphics data.
* C64 model and even individual chip revisions can be selected for very
detailed emulation of their differences.
* Equally accurate PAL, NTSC and PAL-N emulation.
We believe x64sc is one of the most accurate C64 emulators at the
moment.
- Drive improvements, including weak bit emulation.
- Major reSID overhaul:
* Emulation of all known pipeline delays for full cycle accuracy.
* New shift register model based on revectorized die photograps.
* Accurate DAC models based on revectorized die photograps.
* Emulation of floating waveform DAC input for waveform 0.
* Advanced 6581 transistor level filter model based on revectorized
die photograps, yielding unprecedented accuracy.
- CRT Emulation (former "PAL emulation") is now available regardless of
video mode or -chip and works in all emulators.
NOTE: Color gamma range changed. You may need to set to 2.200 manually.
(ColorGamma=2200)
- Added "True aspect ratio" option.
- Sound buffer overflows reduced and the error replaced with a warning.
- Various monitor improvements (io details, expansion port status ...)
- Removed little used Emulator ID feature.
- VIA wrap handling rewritten to fix problems with timer 2.
- Added autostart option to do LOAD ,8 instead of ,8,1.
- RESTORE key presses are now distributed randomly across a frame.
- Improved accuracy of CIA interrupts. (6526/6526A selectable)
** C64/C128 changes
-------------------
- Cartridge emulation improvements. Many broken cartridges fixed, and the
following ones added:
* Action Replay 2
* Action Replay 3
* Capture
* Diashow Maker
* EXOS
* Final Cartridge Plus
* Freeze Frame
* Freeze Machine
* Game Killer
* MACH 5
* Magic Voice
* MMC Replay
* Prophet 64
* Snapshot 64
* Super Explode V5
* Super Snapshot
- Added emulation of the passthrough port of MMC64, Magic Voice and IEEE488
cartridges.
- CIA TOD 50/60 Hz toggle emulation fixed.
- Improved 1351/paddles port MUX emulation.
** C64 changes
--------------
- Added Drean (PAL-N) emulation.
- Fixed bug with autostart mode Inject-to-RAM. It now writes to RAM under
I/O correctly.
** C128 changes
---------------
- Fixed a bug with autostarting t64 images.
** VIC20 changes
----------------
- Added Vic Flash Plugin cartridge emulation.
- Fixed video cache & reverse bug.
- Fixed bug in attaching 4kB cartridges.
- Fixed autostarting bug, mostly seen with tape images.
** PLUS4 changes
----------------
- Fixed crashes in NTSC mode.
- Added v364 speech emulation.
** PET changes
--------------
- Added DWW emulation.
- Added userport DAC emulation.
** CBM2 changes
---------------
- Split 5x0 and 6x0/7x0 settings in the configuration file.
** Unix changes
---------------
- (Xaw) The menus can now be operated without holding the
mouse button down. Keyboard control is also available
(Shift-Alt-Z for left menu, Shift-Alt-X for right menu).
- (Xaw) Lightpen/gun support added.
- (GTK+) Fixed aspect ratio option added.
** SDL UI changes
-----------------
- Added vsid UI, FFMPEG and printer menus. The UI is complete.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/vice/DESCR
cvs rdiff -u -r1.88 -r1.89 pkgsrc/emulators/vice/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/vice/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/vice/PLIST.sdl \
pkgsrc/emulators/vice/PLIST.x11
cvs rdiff -u -r1.37 -r1.38 pkgsrc/emulators/vice/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/vice/options.mk
cvs rdiff -u -r1.10 -r1.11 pkgsrc/emulators/vice/patches/patch-aa \
pkgsrc/emulators/vice/patches/patch-ab
cvs rdiff -u -r1.19 -r0 pkgsrc/emulators/vice/patches/patch-ac
cvs rdiff -u -r1.14 -r0 pkgsrc/emulators/vice/patches/patch-ad
-----------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Sat Apr 16 11:05:33 UTC 2011
Modified Files:
pkgsrc/emulators/vice: Makefile
Log Message:
Fix build problem under NetBSD/i386 current.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/emulators/vice/Makefile
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.72.1 pkgsrc/emulators/vice/DESCR
cvs rdiff -u -r1.88 -r1.88.2.1 pkgsrc/emulators/vice/Makefile
cvs rdiff -u -r1.22 -r1.22.6.1 pkgsrc/emulators/vice/PLIST
cvs rdiff -u -r0 -r1.1.2.2 pkgsrc/emulators/vice/PLIST.sdl \
pkgsrc/emulators/vice/PLIST.x11
cvs rdiff -u -r1.37 -r1.37.2.1 pkgsrc/emulators/vice/distinfo
cvs rdiff -u -r1.5 -r1.5.6.1 pkgsrc/emulators/vice/options.mk
cvs rdiff -u -r1.10 -r1.10.6.1 pkgsrc/emulators/vice/patches/patch-aa \
pkgsrc/emulators/vice/patches/patch-ab
cvs rdiff -u -r1.19 -r0 pkgsrc/emulators/vice/patches/patch-ac
cvs rdiff -u -r1.14 -r0 pkgsrc/emulators/vice/patches/patch-ad
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index