/[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 39 by dpavlin, Mon Oct 8 16:21:53 2007 UTC revision 40 by dpavlin, Mon Oct 8 16:22:11 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: machine.h,v 1.160 2007/04/10 17:26:20 debug Exp $   *  $Id: machine.h,v 1.162 2007/04/19 15:18:16 debug Exp $
32   */   */
33    
34  #include <sys/types.h>  #include <sys/types.h>
# Line 230  struct machine { Line 230  struct machine {
230  #define ARCH_SPARC              3  #define ARCH_SPARC              3
231  #define ARCH_ALPHA              4  #define ARCH_ALPHA              4
232  #define ARCH_ARM                5  #define ARCH_ARM                5
233  #define ARCH_M68K               6  #define ARCH_SH                 6
234  #define ARCH_SH                 7  #define ARCH_AVR                7
235  #define ARCH_AVR                8  #define ARCH_M88K               8
236    
237  /*  MIPS:  */  /*  MIPS:  */
238  #define MACHINE_BAREMIPS        1000  #define MACHINE_BAREMIPS        1000
# Line 282  struct machine { Line 282  struct machine {
282  #define MACHINE_IYONIX          5008  #define MACHINE_IYONIX          5008
283  #define MACHINE_QEMU_ARM        5009  #define MACHINE_QEMU_ARM        5009
284    
 /*  M68K:  */  
 #define MACHINE_BAREM68K        6000  
 #define MACHINE_TESTM68K        6001  
   
285  /*  SH:  */  /*  SH:  */
286  #define MACHINE_BARESH          7000  #define MACHINE_BARESH          6000
287  #define MACHINE_TESTSH          7001  #define MACHINE_TESTSH          6001
288  #define MACHINE_HPCSH           7002  #define MACHINE_HPCSH           6002
289  #define MACHINE_DREAMCAST       7003  #define MACHINE_DREAMCAST       6003
290  #define MACHINE_LANDISK         7004  #define MACHINE_LANDISK         6004
291    
292  /*  AVR:  */  /*  AVR:  */
293  #define MACHINE_BAREAVR         8000  #define MACHINE_BAREAVR         7000
294  #define MACHINE_AVR_PAL         8001  #define MACHINE_AVR_PAL         7001
295  #define MACHINE_AVR_MAHPONG     8002  #define MACHINE_AVR_MAHPONG     7002
296    
297    /*  M88K:  */
298    #define MACHINE_BAREM88K        8000
299    #define MACHINE_TESTM88K        8001
300    
301  /*  Other "pseudo"-machines:  */  /*  Other "pseudo"-machines:  */
302  #define MACHINE_NONE            0  #define MACHINE_NONE            0

Legend:
Removed from v.39  
changed lines
  Added in v.40

  ViewVC Help
Powered by ViewVC 1.1.26