[Atsoft-commit] CVS: dcgen Makefile.prefab,1.1,1.2
Brought to you by:
atani
|
From: Mike D. <at...@us...> - 2002-02-10 22:41:09
|
Update of /cvsroot/atsoft/dcgen In directory usw-pr-cvs1:/tmp/cvs-serv30551 Modified Files: Makefile.prefab Log Message: This is the preliminary pvr_* API upgrade. There are known issues with this new port. Most notably is that palettes now work again but the colors are totally wrong (again?) and when using non-paletted txrs the screen shifts left by about 40 pixels or so... DP is looking into fixing this in KOS soon. Index: Makefile.prefab =================================================================== RCS file: /cvsroot/atsoft/dcgen/Makefile.prefab,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.prefab 26 Jan 2002 03:51:44 -0000 1.1 --- Makefile.prefab 10 Feb 2002 22:41:06 -0000 1.2 *************** *** 29,34 **** -rm *~ - include $(KOS_BASE)/Makefile.rules KOS_LOCAL_CFLAGS = -I$(DCGEN_BASE)/hdr -I$(DCGEN_BASE)/mz80 -I$(DCGEN_BASE)/cpu68k -I$(DCGEN_BASE) -I$(DCGEN_BASE)/ym2612 -I$(DCGEN_BASE)/sn76496 -DDREAMCAST=1 --- 29,35 ---- -rm *~ KOS_LOCAL_CFLAGS = -I$(DCGEN_BASE)/hdr -I$(DCGEN_BASE)/mz80 -I$(DCGEN_BASE)/cpu68k -I$(DCGEN_BASE) -I$(DCGEN_BASE)/ym2612 -I$(DCGEN_BASE)/sn76496 -DDREAMCAST=1 + + include $(KOS_BASE)/Makefile.rules |