/[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 64 by dpavlin, Sat Oct 13 15:43:48 2007 UTC revision 65 by dpavlin, Sat Oct 13 16:52:22 2007 UTC
# Line 93  DEVICE_ACCESS(openpic) Line 93  DEVICE_ACCESS(openpic)
93    
94          switch (relative_addr) {          switch (relative_addr) {
95    
96            case 0x00:
97                    if (writeflag == MEM_READ)
98                            // version 1.2
99                            odata = 0x02000000;
100                    break;
101    
102  #if 0  #if 0
103  #define INT_STATE_REG_H  (interrupt_reg + 0x00)  #define INT_STATE_REG_H  (interrupt_reg + 0x00)
104  #define INT_ENABLE_REG_H (interrupt_reg + 0x04)  #define INT_ENABLE_REG_H (interrupt_reg + 0x04)

Legend:
Removed from v.64  
changed lines
  Added in v.65

  ViewVC Help
Powered by ViewVC 1.1.26