/[gxemul]/trunk/src/include/machine.h
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/include/machine.h

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

revision 28 by dpavlin, Mon Oct 8 16:20:26 2007 UTC revision 30 by dpavlin, Mon Oct 8 16:20:40 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: machine.h,v 1.126 2006/07/21 16:55:41 debug Exp $   *  $Id: machine.h,v 1.128 2006/08/14 17:45:47 debug Exp $
32   */   */
33    
34  #include <sys/types.h>  #include <sys/types.h>
# Line 75  struct sgi_ip30_data; Line 75  struct sgi_ip30_data;
75  struct isa_pic_data {  struct isa_pic_data {
76          struct pic8259_data     *pic1;          struct pic8259_data     *pic1;
77          struct pic8259_data     *pic2;          struct pic8259_data     *pic2;
78    
79          int                     last_int;          int                     last_int;
80          int                     native_irq;          int                     native_irq;
81            int                     native_secondary_irq;
82            uint8_t                 secondary_mask1;
83  };  };
84    
85    
# Line 359  struct machine { Line 362  struct machine {
362  #define MACHINE_BARESH          9000  #define MACHINE_BARESH          9000
363  #define MACHINE_TESTSH          9001  #define MACHINE_TESTSH          9001
364  #define MACHINE_HPCSH           9002  #define MACHINE_HPCSH           9002
365    #define MACHINE_DREAMCAST       9003
366    
367  /*  HPPA:  */  /*  HPPA:  */
368  #define MACHINE_BAREHPPA        10000  #define MACHINE_BAREHPPA        10000

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

  ViewVC Help
Powered by ViewVC 1.1.26