/[gxemul]/trunk/src/promemul/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/promemul/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: dreamcast.c,v 1.15 2006/12/30 13:31:02 debug Exp $   *  $Id: dreamcast.c,v 1.16 2007/06/14 16:13:30 debug Exp $
29   *   *
30   *  Dreamcast PROM emulation.   *  Dreamcast PROM emulation.
31   *   *
# Line 46  Line 46 
46  #include "memory.h"  #include "memory.h"
47  #include "misc.h"  #include "misc.h"
48    
 #ifdef ENABLE_SH  
   
49    
50  /*  The ROM FONT seems to be located just after 1MB, in a real Dreamcast:  */  /*  The ROM FONT seems to be located just after 1MB, in a real Dreamcast:  */
51  #define DREAMCAST_ROMFONT_BASE          0x80100020  #define DREAMCAST_ROMFONT_BASE          0x80100020
# Line 272  bad: Line 270  bad:
270          return 1;          return 1;
271  }  }
272    
   
 #endif  /*  ENABLE_SH  */  

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

  ViewVC Help
Powered by ViewVC 1.1.26