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

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

revision 41 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 42 by dpavlin, Mon Oct 8 16:22:32 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_hpcarm.c,v 1.4 2006/12/30 13:31:01 debug Exp $   *  $Id: machine_hpcarm.c,v 1.6 2007/06/15 18:08:10 debug Exp $
29     *
30     *  COMMENT: Handheld ARM-based machines
31   */   */
32    
33  #include <stdio.h>  #include <stdio.h>
# Line 177  MACHINE_SETUP(hpcarm) Line 179  MACHINE_SETUP(hpcarm)
179          store_16bit_word_in_host(cpu, (unsigned char *)&hpc_bootinfo.fb_type,          store_16bit_word_in_host(cpu, (unsigned char *)&hpc_bootinfo.fb_type,
180              hpc_fb_encoding);              hpc_fb_encoding);
181          store_16bit_word_in_host(cpu, (unsigned char *)&hpc_bootinfo.bi_cnuse,          store_16bit_word_in_host(cpu, (unsigned char *)&hpc_bootinfo.bi_cnuse,
182              machine->use_x11? BI_CNUSE_BUILTIN : BI_CNUSE_SERIAL);              machine->x11_md.in_use? BI_CNUSE_BUILTIN : BI_CNUSE_SERIAL);
183    
184          store_32bit_word_in_host(cpu,(unsigned char *)&hpc_bootinfo.timezone,0);          store_32bit_word_in_host(cpu,(unsigned char *)&hpc_bootinfo.timezone,0);
185          store_buf(cpu, machine->physical_ram_in_mb * 1048576 - 256,          store_buf(cpu, machine->physical_ram_in_mb * 1048576 - 256,

Legend:
Removed from v.41  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26