|
Message
From: cvs at opencores.org<cvs@o...>
Date: Thu Oct 20 18:16:46 CEST 2005
Subject: [cvs-checkins] MODIFIED: 395_vgs ...
Date: 00/05/10 20:18:16 Modified: 395_vgs/devkit/img2xes make_images.cmd Removed: 395_vgs/devkit/img2xes test_img2xes.cmd Log: updated to have almost complete intro sequence. Added intro boot movie. Revision Changes Path 1.7 395_vgs/devkit/img2xes/make_images.cmd http://www.opencores.org/cvsweb.shtml/395_vgs/devkit/img2xes/make_images.cmd.diff?r1=1.6&r2=1.7 (In the diff below, changes in quantity of whitespace are not shown.) Index: make_images.cmd =================================================================== RCS file: /cvsroot/zuofu/395_vgs/devkit/img2xes/make_images.cmd,v retrieving revision 1.6 retrieving revision 1.7 diff -u -b -r1.6 -r1.7 --- make_images.cmd 10 Oct 2005 22:52:15 -0000 1.6 +++ make_images.cmd 20 Oct 2005 16:16:42 -0000 1.7 @@ -1 +1,3 @@ -perl img2xes.pl -x 320 -y 3840 -d 3+2+3 -pixelwidth 8 -memwidth 16 -address 0x38400 -i intro.png -o intro.xes +perl img2xes.pl -x 320 -y 240 -d 3+2+3 -pixelwidth 8 -memwidth 16 -address 0x25800 -i boot.png -o boot.xes +perl img2xes.pl -x 320 -y 3520 -d 3+2+3 -pixelwidth 8 -memwidth 16 -address 0x6ED000 -i boot_movie.png -o boot_mv.xes +perl img2xes.pl -x 320 -y 3840 -d 3+2+3 -pixelwidth 8 -memwidth 16 -address 0x38400 -i intro_composite.png -o intro.xes
|