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

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

revision 17 by dpavlin, Mon Oct 8 16:18:38 2007 UTC revision 18 by dpavlin, Mon Oct 8 16:19:11 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: dev_pmagja.c,v 1.15 2005/07/19 10:48:06 debug Exp $   *  $Id: dev_pmagja.c,v 1.16 2005/10/26 14:37:04 debug Exp $
29   *     *  
30   *  TURBOchannel PMAG-JA graphics device.   *  TURBOchannel PMAG-JA graphics device.
31   *   *
# Line 75  int dev_pmagja_access(struct cpu *cpu, s Line 75  int dev_pmagja_access(struct cpu *cpu, s
75          struct pmagja_data *d = extra;          struct pmagja_data *d = extra;
76          int i, res = 1;          int i, res = 1;
77    
78          relative_addr += PMAGJA_FIRSTOFFSET;          if (writeflag == MEM_WRITE)
79                    idata = memory_readmax64(cpu, data, len);
80    
81          idata = memory_readmax64(cpu, data, len);          relative_addr += PMAGJA_FIRSTOFFSET;
82    
83  #ifdef JA_DEBUG  #ifdef JA_DEBUG
84  {  {

Legend:
Removed from v.17  
changed lines
  Added in v.18

  ViewVC Help
Powered by ViewVC 1.1.26