*** empty log message ***

This commit is contained in:
Jillian Ye 1998-04-29 00:35:04 +00:00
parent 5873cbec2b
commit f9c3840555
3 changed files with 24 additions and 1 deletions

View File

@ -29,7 +29,7 @@ configure
configure.in
c_gen.pl
refresh.s
refresh.dvpasm
sce2_test11.dvpasm
sce2_test11.vuasm
sce2_test11_out_gif.dat
@ -214,6 +214,7 @@ t-cop2.s
t-cop2.vuexpect
t-cop2b.c
t-dma.c
t-dma.dmaexpect
t-pke2.trc
t-pke2.vif1expect
t-pke3.trc

View File

@ -1,3 +1,13 @@
Tue Apr 28 20:16:02 EDT 1998 Jillian Ye <jillian@cygnus.com>
* sce*test*_out_gif.dat: change the last line of the files
to be "7f 00000000 00000000".
* renamed refresh.s to refresh.dvpasm to indicate that
it should be compiled with dvp-elf-as instead of the mips one.
* added t-dma.dma.expect
Wed Apr 22 11:32:31 1998 Doug Evans <devans@canuck.cygnus.com>
* Makefile.in (GCC_FOR_TARGET): Add options to find newlib and

View File

@ -0,0 +1,12 @@
.include "sce_macros.s"
.global gpu_refresh
.text
gpu_refresh:
DMAcnt *
direct *
GIFpacked REGS={A_D}, NLOOP=1, EOP ; WAS GPUIFpacked REG=...
iwzyx 0x00000000, 0x0000007f, 0x00000000, 0x00000000
.endgif ; New Line
.EndDirect
.EndDmaData
DMAend