Revision: 21728
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=21728&view=rev
Author: cnvogelg
Date: 2009-11-15 16:52:46 +0000 (Sun, 15 Nov 2009)
Log Message:
-----------
addded Mac OS X NEWS. added Mac OS X to SDL ports.
Modified Paths:
--------------
trunk/vice/doc/ReadmeSDL.txt
trunk/vice/doc/html/plain/NEWS
Modified: trunk/vice/doc/ReadmeSDL.txt
===================================================================
--- trunk/vice/doc/ReadmeSDL.txt 2009-11-15 15:15:17 UTC (rev 21727)
+++ trunk/vice/doc/ReadmeSDL.txt 2009-11-15 16:52:46 UTC (rev 21728)
@@ -53,6 +53,7 @@
- Linux / alpha, amd64/x86_64, arm, armeb, avr32, hppa, ia64, m68k, mips,
mipsel, mips64, mips64el, ppc, ppc64, s390, s390x, sh3, sh4, sparc,
sparc64, x86
+ - Mac OS X / ppc, amd64/x86_64, x86
- MorphOS / ppc
- NetBSD / alpha, amd64/x86_64, arm, hppa, m68010 (libaa only), m68k, mipseb,
mipsel, ns32k, ppc, sh3eb, sh3le, sparc, sparc64, vax, x86
Modified: trunk/vice/doc/html/plain/NEWS
===================================================================
--- trunk/vice/doc/html/plain/NEWS 2009-11-15 15:15:17 UTC (rev 21727)
+++ trunk/vice/doc/html/plain/NEWS 2009-11-15 16:52:46 UTC (rev 21728)
@@ -19,8 +19,29 @@
attach a .D81, you must have the drive type set to 1581, or the
autostart will fail.
-- (TODO: Autostart PRG modes here...)
+- Added automatic Warp mode during autostart. If this resource is enabled then
+ VICE automatically enables the warp mode and then loads a file. After
+ loading the warp mode is disabled again and then the program is started.
+- Autostarting a PRG file can now be done in three different ways:
+
+ * "Virtual FS": This mode mounts the directory where the file resides as a
+ virtual filesystem on drive #8 and then loads the PRG via virtual drive
+ traps. This was the only way of autostarting in previous VICE versions
+ and is still the default.
+
+ * "Inject to RAM": The PRG file is loaded from VICE directly into the RAM of
+ the emulated machine. Then the memory setup of a Basic LOAD is simulated
+ and the program is run. This is the fastest mode available but may lack
+ compatibility as no actual load operation was performed in the emulator.
+ However, no drive setup is altered during the operation.
+
+ * "Diskimage": VICE creates a temporary new disk image and copies the
+ contents of the PRG file onto it. Then this image is mounted in drive #8
+ and the program is loaded from there. If TDE is enabled then the load
+ operation is most compatible. The disk image stays attached until a new
+ image is mounted.
+
- Improved PAL emulation is now available for Unix/Xaw XVideo mode, and
AmigaOS. Only the YUV packed modes work, the planar modes still use the
old code paths, though.
@@ -135,9 +156,49 @@
** Mac OS X changes
-------------------
--
+- Cocoa port now supports all emulators
+- Support for Mac OS X versions 10.4, 10.5, and 10.6 and PowerPC, Intel 32,
+ and 64 Bit Support.
+- Coca UI redesign. Emulator window is reduced to emulation display only.
+ Emulator is controlled with the new control window. There disk and tape
+ images can be attached by clicking on the image or dragging files there.
+ Added the tape controls for the datasette and the status bar.
+ Added a master volume slider.
+
+- Added SyncDraw display mode that does temporal filtering of the frames
+ generated by the machine (motion blur). This enhances the display quality in
+ moving scenes if the machine frame rate does not match the display refresh
+ rate (e.g. a 50 Hz C64 is shown on a 60 Hz LCD display)
+
+- Added FLIcker Fixer to SyncDraw mode that does full frame reconstruction,
+ i.e. two half frames are buffered and displayed as a full frame. This helps
+ to reduce flicker in FLI modes but might introduce too much blur in other
+ modes.
+
+- Attach image file dialogs now show the contents of the selected disk/tape
+ image and allow to pick a program to load from there.
+
+- Emulator is now paused if Mac OS X goes to sleep.
+
+- The CoreAudio sound driver was completely rewritten to support the updated
+ sound APIs found in the new Mac OS X versions.
+
+- Added movie recording in QuickTime format (PowerPC and 32 Bit Intel only)
+
+- Added support for dynamic loading of FFMPEG libraries installed via MacPorts
+
+- Added support for dynamic loading of OpenCBM and Lame library
+
+- Improved build scripts to support all current Mac OS X versions,
+ architectures, and compilers (gcc 4.0, gcc 4.2, clang)
+
+- Libnet and libpcap updated to current versions
+
+- Some keymap fixes in cocoa port
+
+
* Changes in VICE 2.1
======================
@@ -1543,7 +1604,7 @@
** Unix changes
---------------
-- New polish translation. Credits to Mariusz M\xB3ynek.
+- New polish translation. Credits to Mariusz M³ynek.
- XFree86 fullscreen support is disabled by default. To enable
fullscreen support use the `--enable-fullscreen' of configure.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|