--- trunk/src/machines/machine_playstation2.c 2007/10/08 16:20:18 27 +++ trunk/src/machines/machine_playstation2.c 2007/10/08 16:20:26 28 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $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 $ */ #include @@ -42,6 +42,10 @@ #include "memory.h" #include "misc.h" +#define PLAYSTATION2_BDA 0xffffffffa0001000ULL +#define PLAYSTATION2_OPTARGS 0xffffffff81fff100ULL +#define PLAYSTATION2_SIFBIOS 0xffffffffbfc10000ULL + static int int_to_bcd(int i) {