/[gxemul]/trunk/src/devices/dev_m700_fb.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_m700_fb.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_m700_fb.c,v 1.11 2005/02/22 06:26:10 debug Exp $   *  $Id: dev_m700_fb.c,v 1.12 2005/07/12 08:49:13 debug Exp $
29   *     *  
30   *  Olivetti M700 framebuffer.   *  Olivetti M700 framebuffer.
31   *   *
# Line 138  void dev_m700_fb_init(struct machine *ma Line 138  void dev_m700_fb_init(struct machine *ma
138          d->ysize = DEFAULT_YSIZE;          d->ysize = DEFAULT_YSIZE;
139    
140          d->fb = dev_fb_init(machine, mem, baseaddr2, VFB_GENERIC,          d->fb = dev_fb_init(machine, mem, baseaddr2, VFB_GENERIC,
141              d->xsize, d->ysize, d->xsize, d->ysize, 8, "M700 G364", 0);              d->xsize, d->ysize, d->xsize, d->ysize, 8, "M700 G364");
142          if (d->fb == NULL) {          if (d->fb == NULL) {
143                  fprintf(stderr, "dev_m700_fb_init(): out of memory\n");                  fprintf(stderr, "dev_m700_fb_init(): out of memory\n");
144                  exit(1);                  exit(1);

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

  ViewVC Help
Powered by ViewVC 1.1.26