/[gxemul]/trunk/src/machines/machine_iyonix.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/machines/machine_iyonix.c

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

revision 22 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 34 by dpavlin, Mon Oct 8 16:21:17 2007 UTC
# Line 1  Line 1 
1  /*  /*
2   *  Copyright (C) 2005-2006  Anders Gavare.  All rights reserved.   *  Copyright (C) 2005-2007  Anders Gavare.  All rights reserved.
3   *   *
4   *  Redistribution and use in source and binary forms, with or without   *  Redistribution and use in source and binary forms, with or without
5   *  modification, are permitted provided that the following conditions are met:   *  modification, are permitted provided that the following conditions are met:
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_iyonix.c,v 1.4 2006/01/24 21:26:02 debug Exp $   *  $Id: machine_iyonix.c,v 1.8 2006/12/30 13:31:02 debug Exp $
29   */   */
30    
31  #include <stdio.h>  #include <stdio.h>
# Line 53  MACHINE_SETUP(iyonix) Line 53  MACHINE_SETUP(iyonix)
53    
54          device_add(machine, "ns16550 irq=0 addr=0xfe800000 in_use=0");          device_add(machine, "ns16550 irq=0 addr=0xfe800000 in_use=0");
55    
56          bus_isa_init(machine, 0, 0x90000000ULL, 0x98000000ULL, 32, 48);          bus_isa_init(machine, machine->path, 0, 0x90000000ULL, 0x98000000ULL);
57    
58          device_add(machine, "i80321 addr=0xffffe000");          device_add(machine, "i80321 addr=0xffffe000");
59    
# Line 82  MACHINE_DEFAULT_RAM(iyonix) Line 82  MACHINE_DEFAULT_RAM(iyonix)
82    
83  MACHINE_REGISTER(iyonix)  MACHINE_REGISTER(iyonix)
84  {  {
85          MR_DEFAULT(iyonix, "Iyonix", ARCH_ARM, MACHINE_IYONIX, 1, 0);          MR_DEFAULT(iyonix, "Iyonix", ARCH_ARM, MACHINE_IYONIX);
86          me->aliases[0] = "iyonix";  
87            machine_entry_add_alias(me, "iyonix");
88    
89          me->set_default_ram = machine_default_ram_iyonix;          me->set_default_ram = machine_default_ram_iyonix;
         machine_entry_add(me, ARCH_ARM);  
90  }  }
91    

Legend:
Removed from v.22  
changed lines
  Added in v.34

  ViewVC Help
Powered by ViewVC 1.1.26