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

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

revision 23 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 24 by dpavlin, Mon Oct 8 16:19:56 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: dev_pccmos.c,v 1.22 2006/02/09 20:02:59 debug Exp $   *  $Id: dev_pccmos.c,v 1.23 2006/05/30 19:49:39 debug Exp $
29   *     *  
30   *  PC CMOS/RTC device (ISA ports 0x70 and 0x71).   *  PC CMOS/RTC device (ISA ports 0x70 and 0x71).
31   *   *
# Line 163  DEVINIT(pccmos) Line 163  DEVINIT(pccmos)
163                  /*  TODO  */                  /*  TODO  */
164                  irq_nr = 32 + 8;                  irq_nr = 32 + 8;
165                  break;                  break;
166            case MACHINE_ALPHA:
167                    /*  TODO  */
168                    irq_nr = 32 + 8;
169                    break;
170          default:fatal("devinit_pccmos(): unimplemented machine type"          default:fatal("devinit_pccmos(): unimplemented machine type"
171                      " %i\n", devinit->machine->machine_type);                      " %i\n", devinit->machine->machine_type);
172                  exit(1);                  exit(1);

Legend:
Removed from v.23  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26