/[gxemul]/trunk/src/devices/dev_pvr.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/devices/dev_pvr.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 39 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 40 by dpavlin, Mon Oct 8 16:22:11 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: dev_pvr.c,v 1.20 2006/12/30 13:30:59 debug Exp $   *  $Id: dev_pvr.c,v 1.21 2007/04/28 09:19:52 debug Exp $
29   *     *  
30   *  PowerVR CLX2 (Graphics controller used in the Dreamcast). Implemented by   *  PowerVR CLX2 (Graphics controller used in the Dreamcast). Implemented by
31   *  reading http://www.ludd.luth.se/~jlo/dc/powervr-reg.txt and   *  reading http://www.ludd.luth.se/~jlo/dc/powervr-reg.txt and
# Line 1119  DEVICE_ACCESS(pvr_vram_alt) Line 1119  DEVICE_ACCESS(pvr_vram_alt)
1119  {  {
1120          struct pvr_data_alt *d_alt = extra;          struct pvr_data_alt *d_alt = extra;
1121          struct pvr_data *d = d_alt->d;          struct pvr_data *d = d_alt->d;
1122          int i;          size_t i;
1123    
1124          if (writeflag == MEM_READ) {          if (writeflag == MEM_READ) {
1125                  /*  Copy from real vram:  */                  /*  Copy from real vram:  */

Legend:
Removed from v.39  
changed lines
  Added in v.40

  ViewVC Help
Powered by ViewVC 1.1.26