Revision: 19056
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19056&view=rev
Author: blackystardust
Date: 2008-07-19 19:07:06 +0000 (Sat, 19 Jul 2008)
Log Message:
-----------
Set the palmode default to fast pal, this change will be available as a patch for gnomeui users for the release of VICE 2.0
Modified Paths:
--------------
trunk/vice/src/video/video-resources-pal.c
Modified: trunk/vice/src/video/video-resources-pal.c
===================================================================
--- trunk/vice/src/video/video-resources-pal.c 2008-07-19 16:25:43 UTC (rev 19055)
+++ trunk/vice/src/video/video-resources-pal.c 2008-07-19 19:07:06 UTC (rev 19056)
@@ -180,7 +180,7 @@
&video_resources.pal_scanlineshade, set_pal_scanlineshade, NULL },
{ "PALBlur", 500, RES_EVENT_NO, NULL,
&video_resources.pal_blur, set_pal_blur, NULL },
- { "PALMode", VIDEO_RESOURCE_PAL_MODE_TRUE, RES_EVENT_NO, NULL,
+ { "PALMode", VIDEO_RESOURCE_PAL_MODE_FAST, RES_EVENT_NO, NULL,
&video_resources.pal_mode, set_pal_mode, NULL },
{ "PALOddLinePhase", 1250, RES_EVENT_NO, NULL,
&video_resources.pal_oddlines_phase, set_pal_oddlinesphase, NULL },
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|