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

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

revision 37 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 38 by dpavlin, Mon Oct 8 16:21:53 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_zaurus.c,v 1.6 2006/12/30 13:31:02 debug Exp $   *  $Id: machine_zaurus.c,v 1.7 2007/03/26 22:53:12 debug Exp $
29   */   */
30    
31  #include <stdio.h>  #include <stdio.h>
# Line 48  MACHINE_SETUP(zaurus) Line 48  MACHINE_SETUP(zaurus)
48    
49          /*  TODO: replace this with the correct device  */          /*  TODO: replace this with the correct device  */
50          dev_ram_init(machine, 0x40d00000, 0x1000, DEV_RAM_RAM, 0);          dev_ram_init(machine, 0x40d00000, 0x1000, DEV_RAM_RAM, 0);
51    /*
52          device_add(machine, "ns16550 irq=0 addr=0x40100000 addr_mult=4");          device_add(machine, "ns16550 irq=0 addr=0x40100000 addr_mult=4");
53          device_add(machine, "ns16550 irq=0 addr=0xfd400000 addr_mult=4");          device_add(machine, "ns16550 irq=0 addr=0xfd400000 addr_mult=4");
54    */
55    
56  dev_fb_init(machine, machine->memory, 0x44000000,  dev_fb_init(machine, machine->memory, 0x44000000,
57      VFB_GENERIC, 640,240, 640,240, 16, "PXA2X0 LCD");      VFB_GENERIC, 640,240, 640,240, 16, "PXA2X0 LCD");
58            
           
59          if (!machine->prom_emulation)          if (!machine->prom_emulation)
60                  return;                  return;
61    

Legend:
Removed from v.37  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC 1.1.26