[Atsoft-commit] CVS: dcgen ChangeLog,1.5,1.6 Makefile,1.5,1.6
Brought to you by:
atani
|
From: Mike D. <at...@us...> - 2002-02-12 05:56:22
|
Update of /cvsroot/atsoft/dcgen
In directory usw-pr-cvs1:/tmp/cvs-serv5206
Modified Files:
ChangeLog Makefile
Log Message:
See ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvsroot/atsoft/dcgen/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ChangeLog 10 Feb 2002 22:43:47 -0000 1.5
--- ChangeLog 12 Feb 2002 05:56:20 -0000 1.6
***************
*** 1,2 ****
--- 1,12 ----
+ [2002-02-11] -- Atani
+ -- Updated a few more things for the new pvr_* API.
+ -- Disabled switching into the paletted mode until it is fixed.
+ -- Enabled switching into the "simple" render mode. This is much
+ faster yet more unstable at times. (Current mapping: L1)
+ -- On romload abort switched from "START" to "B" to prevent accidental
+ exit during debugging.
+ -- Fixed screen shift, Thanks AndrewK for the patch to KOS (similar
+ patch applied to source in DCGen.
+
[2002-02-10] -- Atani
-- Updated to using the pvr_* api from KOS.
Index: Makefile
===================================================================
RCS file: /cvsroot/atsoft/dcgen/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile 26 Jan 2002 03:51:44 -0000 1.5
--- Makefile 12 Feb 2002 05:56:20 -0000 1.6
***************
*** 5,9 ****
myall: build subdirs romdisk_boot.o
rm -f $(BUILD_TARGET).elf
! ${KOS_CC} ${KOS_CFLAGS} ${KOS_LDFLAGS} -o $(BUILD_TARGET).elf ${KOS_START} build/*.o romdisk_boot.o setjmp.o -L${KOS_BASE}/lib -lkallisti -lgcc -lm -ljpeg -ldcutils -lkallisti
romdisk_boot.img:
--- 5,9 ----
myall: build subdirs romdisk_boot.o
rm -f $(BUILD_TARGET).elf
! ${KOS_CC} ${KOS_CFLAGS} ${KOS_LDFLAGS} -o $(BUILD_TARGET).elf ${KOS_START} build/*.o romdisk_boot.o setjmp.o -lm -ljpeg -ldcutils $(KOS_LIBS)
romdisk_boot.img:
|