|
Message
From: cvs at opencores.org<cvs@o...>
Date: Fri Sep 30 18:10:45 CEST 2005
Subject: [cvs-checkins] MODIFIED: 395_vgs ...
Date: 00/05/09 30:18:10 Modified: 395_vgs/devkit/img2xes make_images.cmd Log: Blitter now mostly works! Revision Changes Path 1.5 395_vgs/devkit/img2xes/make_images.cmd http://www.opencores.org/cvsweb.shtml/395_vgs/devkit/img2xes/make_images.cmd.diff?r1=1.4&r2=1.5 (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.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- make_images.cmd 16 Sep 2005 15:46:13 -0000 1.4 +++ make_images.cmd 30 Sep 2005 16:10:43 -0000 1.5 @@ -1,2 +1,2 @@ -perl img2xes.pl -x 320 -y 240 -d 3+2+3 -pi 8 -i neogeo.png -o neogeo.xes -perl img2xes.pl -x 320 -y 240 -d 3+2+3 -pi 8 -address 0x12600 -i vs.png -o vs.xes +perl img2xes.pl -x 320 -y 240 -d 3+2+3 -pixelwidth 8 -memwidth 16 -address 0x25800 -i neogeo_2.png -o neogeo_h.xes +perl img2xes.pl -x 320 -y 240 -d 3+2+3 -pixelwidth 8 -memwidth 16 -address 0x38400 -i test2.png -o test2_h.xes
|