/[gxemul]/trunk/src/machines/machine_hpcsh.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_hpcsh.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_hpcsh.c,v 1.7 2006/12/30 13:31:02 debug Exp $   *  $Id: machine_hpcsh.c,v 1.9 2007/06/15 18:08:10 debug Exp $
29     *
30     *  COMMENT: Handheld SuperH-based machines
31   */   */
32    
33  #include <stdio.h>  #include <stdio.h>
# Line 65  MACHINE_SETUP(hpcsh) Line 67  MACHINE_SETUP(hpcsh)
67          machine->machine_name = "HPCsh";          machine->machine_name = "HPCsh";
68          cpu->byte_order = EMUL_LITTLE_ENDIAN;          cpu->byte_order = EMUL_LITTLE_ENDIAN;
69    
70          if (!machine->use_x11)          if (!machine->x11_md.in_use)
71                  fprintf(stderr, "-------------------------------------"                  fprintf(stderr, "-------------------------------------"
72                      "------------------------------------------\n"                      "------------------------------------------\n"
73                      "\n  WARNING!  You are emulating a Dreamcast without -X."                      "\n  WARNING!  You are emulating a Dreamcast without -X."

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

  ViewVC Help
Powered by ViewVC 1.1.26