/[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 27 by dpavlin, Mon Oct 8 16:19:56 2007 UTC revision 28 by dpavlin, Mon Oct 8 16:20:26 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: dev_pccmos.c,v 1.23 2006/05/30 19:49:39 debug Exp $   *  $Id: dev_pccmos.c,v 1.24 2006/07/11 04:44:09 debug Exp $
29   *     *  
30   *  PC CMOS/RTC device (ISA ports 0x70 and 0x71).   *  PC CMOS/RTC device (ISA ports 0x70 and 0x71).
31   *   *
# Line 150  DEVINIT(pccmos) Line 150  DEVINIT(pccmos)
150                  irq_nr = 8 + 8;                  irq_nr = 8 + 8;
151                  type = MC146818_ALGOR;                  type = MC146818_ALGOR;
152                  break;                  break;
153            case MACHINE_QEMU_MIPS:
154                    irq_nr = 8 + 8;         /*  TODO. Bogus so far.  */
155                    break;
156          case MACHINE_X86:          case MACHINE_X86:
157                  irq_nr = 16;    /*  "No" irq  */                  irq_nr = 16;    /*  "No" irq  */
158                  break;                  break;

Legend:
Removed from v.27  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26