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

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

revision 68 by dpavlin, Sun Oct 14 14:56:57 2007 UTC revision 69 by dpavlin, Sun Oct 14 16:06:44 2007 UTC
# Line 129  DEVICE_ACCESS(openpic) Line 129  DEVICE_ACCESS(openpic)
129          // version          // version
130          case 0x00:          case 0x00:
131                  if (writeflag == MEM_READ) {                  if (writeflag == MEM_READ) {
132                          // version 1.2                          // version 1.x, so 2 -> 1.2
133                          odata = 0x02000000;                          odata = 2;
134                          fatal("[ openpic: read version "                          fatal("[ openpic: read version "
135                              "offset 0x%x = %x]\n", (int)                              "offset 0x%x = 1.%d]\n", (int)
136                              relative_addr, (int)odata);                              relative_addr, (int)odata);
137                  }                  }
138                  fatal("[ openpic: unimplemented write to "                  fatal("[ openpic: unimplemented write to "

Legend:
Removed from v.68  
changed lines
  Added in v.69

  ViewVC Help
Powered by ViewVC 1.1.26