/[gxemul]/trunk/src/devices/dev_ps2_gif.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_ps2_gif.c

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

revision 11 by dpavlin, Mon Oct 8 16:18:00 2007 UTC revision 12 by dpavlin, Mon Oct 8 16:18:38 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: dev_ps2_gif.c,v 1.28 2005/04/09 13:33:36 debug Exp $   *  $Id: dev_ps2_gif.c,v 1.29 2005/07/12 08:49:13 debug Exp $
29   *     *  
30   *  Playstation 2 "gif" graphics device.   *  Playstation 2 "gif" graphics device.
31   *   *
# Line 398  int devinit_ps2_gif(struct devinit *devi Line 398  int devinit_ps2_gif(struct devinit *devi
398    
399          d->vfb_data = dev_fb_init(devinit->machine, devinit->machine->memory,          d->vfb_data = dev_fb_init(devinit->machine, devinit->machine->memory,
400              PS2_FB_ADDR, VFB_PLAYSTATION2,              PS2_FB_ADDR, VFB_PLAYSTATION2,
401              d->xsize, d->ysize, d->xsize, d->ysize, 24, "Playstation 2", 0);              d->xsize, d->ysize, d->xsize, d->ysize, 24, "Playstation 2");
402          if (d->vfb_data == NULL) {          if (d->vfb_data == NULL) {
403                  fprintf(stderr, "could not initialize fb, out of memory\n");                  fprintf(stderr, "could not initialize fb, out of memory\n");
404                  exit(1);                  exit(1);

Legend:
Removed from v.11  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26