VICE 2.3 released

You need an actual VIC.

Moderator: Moderators

User avatar
e5frog
Vic 20 Nerd
Posts: 551
Joined: Sat Feb 17, 2007 5:46 pm
Website: http://channelf.se
Location: Sweden
Occupation: Service Engineer

Post by e5frog »

Have never heard of Fedora but binaries can be found here:
http://sourceforge.net/projects/vice-em ... /binaries/
My other interest: http://channelf.se
User avatar
orion70
VICtalian
Posts: 4337
Joined: Thu Feb 02, 2006 4:45 am
Location: Piacenza, Italy
Occupation: Biologist

Post by orion70 »

Excellent new release :D . I particularly like the CRT emulation, and the true aspect ratio adjustment. Minor flaw: the vpl external palette I was using is not working anymore. I guess it's because of different gamma correction, as stated in the docs.
User avatar
e5frog
Vic 20 Nerd
Posts: 551
Joined: Sat Feb 17, 2007 5:46 pm
Website: http://channelf.se
Location: Sweden
Occupation: Service Engineer

Post by e5frog »

Isn't the "CRT emulation" the same as the mode called "PAL emulation" in the previous version?

I had to clear away the vice.ini to make the picture gamma appear right and to be able to save it, have you tried that to make that vpl palette work?
My other interest: http://channelf.se
User avatar
orion70
VICtalian
Posts: 4337
Joined: Thu Feb 02, 2006 4:45 am
Location: Piacenza, Italy
Occupation: Biologist

Post by orion70 »

I tried, but it won't work, even installing VICE in a computer where previous versions were never installed. The vpl palette is reported below:

Code: Select all

#
# VICE Palette file
#
# Syntax:
# Red Green Blue Dither
#

# Black
00 00 00 0
# White
FF FF FF E
# Red
B4 18 18 4
# Cyan
4C E6 D8 C
# Purple
BC 29 CA 8
# Green
42 E4 36 4
# Blue
32 2A C8 4
# Yellow
D2 E1 26 C
# Orange
CA 5A 02 4
# Light Orange
DE AC 80 4
# Pink
DC 94 94 8
# Light Cyan
A5 F4 EC 4
# Light Purple
E0 9A E4 8
# Light Green
A0 F2 9A 8
# Light Blue
9C 92 E4 8
# Light Yellow
EF F8 9A C
Hints?
User avatar
orion70
VICtalian
Posts: 4337
Joined: Thu Feb 02, 2006 4:45 am
Location: Piacenza, Italy
Occupation: Biologist

Post by orion70 »

I solved this problem:

1) The new vpl file format has blank lines between colours, and it won't work if written the old way. A VICE 2.3 version of the vpl file for "true" VIC colours can be downloaded HERE.

2) Nevertheless, choosing this palette from the VICE menu (SETTINGS > VIDEO SETTINGS > VIC PALETTE > check External Palette and browse for file) will give an error message. You have to edit VICE.INI instead, as follows:

Code: Select all

[VIC20]
...
VICVideoCache=1
VICDoubleScan=0
HwScalePossible=0
VICScale2x=0
VICDoubleSize=1
VICPaletteFile="6561-101-2.vpl"
VICExternalPalette=1
...and restart VICE. Of course, you will put 6161-101-2.vpl in the VIC20 dir of VICE. Et voilà! :D
blackystardust
Vic 20 Newbie
Posts: 12
Joined: Sat Jan 14, 2006 6:31 pm

Post by blackystardust »

I have put up windows external palette loading fixed binaries, check out the VICE sf homepage for the links.

Signed, Marco van den Heuvel.
User avatar
e5frog
Vic 20 Nerd
Posts: 551
Joined: Sat Feb 17, 2007 5:46 pm
Website: http://channelf.se
Location: Sweden
Occupation: Service Engineer

Post by e5frog »

It really sucks when they change something that trivial and render all old files useless.
My other interest: http://channelf.se
User avatar
orion70
VICtalian
Posts: 4337
Joined: Thu Feb 02, 2006 4:45 am
Location: Piacenza, Italy
Occupation: Biologist

Post by orion70 »

blackystardust wrote:I have put up windows external palette loading fixed binaries, check out the VICE sf homepage for the links.

Signed, Marco van den Heuvel.
Thanks Marco, maybe I do something wrong, but I tried them and still it gives the "could not load palette file" error in the dialog box :? .
Post Reply