Search
lxdream.org :: lxdream/src/pvr2/pvr2.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/pvr2.h
changeset 127:4ba79389bb6d
prev108:565de331ccec
next133:249aeda31f02
author nkeynes
date Thu Mar 23 13:19:15 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Add a vram dump function for debugging purposes
file annotate diff log raw
1.1 --- a/src/pvr2/pvr2.h Wed Mar 15 13:16:50 2006 +0000
1.2 +++ b/src/pvr2/pvr2.h Thu Mar 23 13:19:15 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: pvr2.h,v 1.10 2006-03-15 13:16:50 nkeynes Exp $
1.6 + * $Id: pvr2.h,v 1.11 2006-03-23 13:19:15 nkeynes Exp $
1.7 *
1.8 * PVR2 (video chip) functions and macros.
1.9 *
1.10 @@ -103,6 +103,12 @@
1.11 */
1.12 void pvr2_vram64_read( char *dest, sh4addr_t src, uint32_t length );
1.13
1.14 +/**
1.15 + * Dump a portion of vram to a stream from the interleaved memory address
1.16 + * space.
1.17 + */
1.18 +void pvr2_vram64_dump( sh4addr_t addr, uint32_t length, FILE *f );
1.19 +
1.20 /**************************** Tile Accelerator ***************************/
1.21 /**
1.22 * Process the data in the supplied buffer as an array of TA command lists.
.