Welcome to AEP Emulation Page - Emulation News     
hosted by AEP-Emu   
   
  Login/Create an account
Home Account Emulatoren Forum Online Games Web Links
Menu
· Home / News
· News Categories
· News Archiv
· Submit news

· My Account
· Search
· Weblinks
· Game Reviews
· Forums
· Online Games
· AEP Shop

Downloads

· ROMs (PDRoms)

Infos
· Museum
· Infocenter
· Das AEP Team
· Member Liste
· Top 25 Liste
· Lame Mails
· Glossar
· FAQ
· Impressum

Select language
Select interface language:

EnglishGerman

Forum
MEMBERS ONLINE
>Bong87
>CKeichel
>DRK
>Jezze
>masterpecos
>MasterPhW
>mateyo
>pYRo
We have 187 guests and 8 members online

You are an anonymous user. You can register for free by clicking here
Username
Password
 Remember me

Hosted Sites
· AEP Kailleraserver
· CVS-Compile
· AEPgb
· vSNES

Funny Quotes

to most hackers, crippling Microsoft is the geek equivalent of taking down the Death Star

-- Jason Daley (popsci.com)

News-Export
Holt Euch unsere News auf Eure Seite:
· RSS Newsfeed How-to
· RSS News-syndication English
· RSS News-syndication Deutsch
· Newsticker (Java)
· News-Banner (JPG)

Affiliates
· Emulation64
· e-lation.net
· 1Emulation
· DOSbox
· Retroguru
· SEGA-DC.de
· XTemulation


Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
JezzeOffline
Post subject: C64/C16/Plus4: VICE v2.2  PostPosted: Dec 21, 2009 - 08:50 AM
Banned Team Member


Joined: Oct 30, 2004
Posts: 3940



Highscores in 03/2010

Status: Offline

Eine neue Version des Commodore Emulators VICE erhältlich für eine Vielzahl von Betriebssystemen wurde veröffentlicht. VICE emuliert bisher den C64, den C64DTV, den C128, den VIC20, nahezu alle PET Modelle, den PLUS4 und den CBM-II (aka C610).

Danke an Emu-France.com für die News.



A new version of the Commodore emulator VICE available for many operating systems has been released. The current version emulates the C64, the C64DTV, the C128, the VIC20, almost all PET models, the PLUS4 and the CBM-II (aka C610).

Thanks to Emu-France.com for this news.

Quote:
* Changes in VICE 2.2
======================

** General
----------

- On autostart, do not change true drive emulation (TDE) anymore by
default. The old behaviour can be switched on again by specifiying
-autostart-handle-tde on the command line.
There is one drawback of this behaviour: If TDE is switched on, an
image attached must fit to the drive type set. For example, when you
attach a .D81, you must have the drive type set to 1581, or the
autostart will fail.

- 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.

- Sound core has been reworked to enable lower latency of operation.
Approximately 50 ms latency values are now routinely reached, and some
people have reported that as low as 30 ms still works for them.

- New SDL port. See ReadmeSDL.txt for details.

- New win64 ports, both amd64/x64 and ia64 are supported (msvc compile only).

- New SDL based armle, mipsle, ppcbe and shle QNX 6.x ports.

- New SDL based M68k and sparc SunOS ports.

- New SDL based Syllable port.

- New SDL based Dingoo port.

- Remote monitor (in other words: TCP/IP interface to VICE monitor) added.

- Fixed non-6502/6510 CPU handling in monitor.

** C64/C128 changes
-------------------

- ReSID´s resampler has been optimized with MMX assembly. Some long-standing
bugs in resample-interpolate mode were also fixed.

- ReSID-FP has been optimized, too. It clocks the analog parts at half the
rate now, which saves CPU during filter emulation especially for 6581 modes.

- Added SFX Sound Sampler and SFX Sound Expander emulation.

- Added EasyFlash cartridge emulation.

- Added paddle emulation.

- Added lightpen/lightgun emulation, currently only available for the following
ports: SDL, GTK+, cocoa, win32/win64 and msdos.

- Added support for the following userport joystick adapters: CGA/Protovision,
DXS/HIT, PET (normally only used on the PET/CBM2), Hummer (normally only
used on the C64DTV) and OEM (normally only used on the VIC20).

** C128 changes
---------------

- Added RAM banks 2 and 3 support.

- Improved the VDC emulation.

- Stereo SID $D7xx range support.

** VIC20 changes
----------------

- New cycle exact emulation core. Handles accesses to unconnected
address space and in-line graphics data changes correctly.
(fixes "Impossiblator 3" and others)

- Improved VIC emulation (in-line color/reverse mode changes on half-chars).

- Cartridge handling rewritten.

- Added Mega-Cart cartridge emulation.

- Added Final Expansion cartridge emulation.

- Default memory configuration changed from full to unexpanded.

- Added paddle emulation.

- Added lightpen/lightgun emulation, currently only available for the following
ports: SDL, GTK+, cocoa, win32/win64 and msdos.

- Corrected the joystick support, since the VIC20 can only have one joystick
attached on the joystick port.

- Added support for the following userport joystick adapters: CGA/Protovision
(normally only used on the C64/C128), PET (normally only used on the
PET/CBM2), Hummer (normally only used on the C64DTV) and OEM.

** PLUS4 changes
----------------

- Added Digibooster SID Cart add-on emulation.

- Added SID Cart joystick port emulation.

- Fixed bug in tape recording.

- Improved graphics handling.

** C64DTV changes
-----------------

- Replaced old DTVSID emulation with ReSID-DTV.

- Minor bug fixes and emulation improvements.

- Added support for the following userport joystick adapters: CGA/Protovision
(normally only used on the C64/C128), PET (normally only used for the PET),
Hummer and OEM (normally only used on the VIC20).

** PET changes
--------------

- Corrected the joystick support, since the only way a PET can use a joystick
is by a userport joystick adapter, the following userport joystick adapters
are currently supported: CGA/Protovision (normally only used on the
C64/C128), PET, Hummer (normally only used on the C64DTV) and OEM (normally
only used on the VIC20).

** CBM2 changes
---------------

- Corrected the joystick support, since the only way a CBM2 can use a joystick
is by a userport joystick adapter, the following userport joystick adapters
are currently supported: CGA/Protovision (normally only used on the
C64/C128), PET, Hummer (normally only used on the C64DTV) and OEM (normally
only used on the VIC20).

** Unix changes
---------------

- Rudimentary PulseAudio sound driver has been added.

- Added support for dynamic loading of FFMPEG libraries.

- Added support for dynamic loading of OpenCBM and Lame library

** MS-Windows changes
---------------------

- New video driver using DirectX9 if possible. This allows free window scaling
and fullscreen mode covering the whole screen. Using a fixed aspect ratio
is optional.

- New Danish and Turkish translations of the UI elements and command-line options.

- Added support for dynamic loading of FFMPEG libraries.

- Added support for dynamic loading of OpenCBM and Lame library

- New Italian kaymap.

** AmigaOS changes
------------------

- New Danish and Turkish translations of the UI elements and command-line options.

- Added experimental PCI HardSID and Catweasel support.

- Used AROS (x86, ppc, amd64) new lowlevel libraries which should make USB
joysticks and joypads usable.

** 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.

- Cocoa 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


Related links:
[ C64 Emus ][ C16/Plus4 Emus ]

_________________
Black holes are where God divided by zero.  
 
 
 View user's profile Send private message Visit poster's website ICQ Number 
Reply with quote Back to top
logan.adventureOffline
Post subject: C64/C16/Plus4: VICE v2.2  PostPosted: Dec 21, 2009 - 10:35 AM
Retroanfänger


Joined: May 04, 2007
Posts: 49



Highscores in 03/2010

Status: Offline
Die Seite ist zwar jetzt aktuell aber die Downloads sind noch nicht da. Das könnte daran liegen das sourceforge die Seite automatisch online stellt obwohl das VICE-Team noch nicht ganz fertig ist.

Also müssen wir uns noch etwas gedulden oder die unstable nehmen Wink
   
 
 View user's profile Send private message  
Reply with quote Back to top
JezzeOffline
Post subject: RE: C64/C16/Plus4: VICE v2.2  PostPosted: Dec 21, 2009 - 09:33 PM
Banned Team Member


Joined: Oct 30, 2004
Posts: 3940



Highscores in 03/2010

Status: Offline
Nun kommen die Builds nach und nach.

_________________
Black holes are where God divided by zero.  
 
 
 View user's profile Send private message Visit poster's website ICQ Number 
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits

Valid HTML 4.01! [Valid RSS]
All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 1998 - 2010 AEP Emulation Page
This web site was made with PostNuke, a web portal system written in PHP. PostNuke is Free Software released under the GNU/GPL license.
You can syndicate our news using the file backend_en.php for English headlines and backend_de.php for German headlines.