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

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

revision 27 by dpavlin, Mon Oct 8 16:20:10 2007 UTC revision 28 by dpavlin, Mon Oct 8 16:20:26 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_playstation2.c,v 1.5 2006/06/24 10:19:19 debug Exp $   *  $Id: machine_playstation2.c,v 1.6 2006/06/30 20:22:54 debug Exp $
29   */   */
30    
31  #include <stdio.h>  #include <stdio.h>
# Line 42  Line 42 
42  #include "memory.h"  #include "memory.h"
43  #include "misc.h"  #include "misc.h"
44    
45    #define PLAYSTATION2_BDA        0xffffffffa0001000ULL
46    #define PLAYSTATION2_OPTARGS    0xffffffff81fff100ULL
47    #define PLAYSTATION2_SIFBIOS    0xffffffffbfc10000ULL
48    
49    
50  static int int_to_bcd(int i)  static int int_to_bcd(int i)
51  {  {

Legend:
Removed from v.27  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26