/[gxemul]/trunk/src/machines/machine_dreamcast.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_dreamcast.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_dreamcast.c,v 1.30 2007/01/28 16:59:06 debug Exp $   *  $Id: machine_dreamcast.c,v 1.33 2007/06/15 18:08:10 debug Exp $
29   *   *
30   *  Dreamcast.   *  COMMENT: SEGA Dreamcast
31   */   */
32    
33  #include <stdio.h>  #include <stdio.h>
# Line 45  Line 45 
45  MACHINE_SETUP(dreamcast)  MACHINE_SETUP(dreamcast)
46  {  {
47          machine->machine_name = "Dreamcast";          machine->machine_name = "Dreamcast";
         machine->stable = 1;  
48    
49          if (machine->emulated_hz == 0)          if (machine->emulated_hz == 0)
50                  machine->emulated_hz = 200000000;                  machine->emulated_hz = 200000000;
# Line 53  MACHINE_SETUP(dreamcast) Line 52  MACHINE_SETUP(dreamcast)
52          /*  50 MHz SH4 PCLOCK:  */          /*  50 MHz SH4 PCLOCK:  */
53          machine->cpus[0]->cd.sh.pclock = 50000000;          machine->cpus[0]->cd.sh.pclock = 50000000;
54    
55          if (!machine->use_x11)          if (!machine->x11_md.in_use)
56                  fprintf(stderr, "-------------------------------------"                  fprintf(stderr, "-------------------------------------"
57                      "------------------------------------------\n"                      "------------------------------------------\n"
58                      "\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