--- trunk/src/machines/machine_hpcsh.c 2007/10/08 16:22:20 41 +++ trunk/src/machines/machine_hpcsh.c 2007/10/08 16:22:32 42 @@ -25,7 +25,9 @@ * SUCH DAMAGE. * * - * $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 $ + * + * COMMENT: Handheld SuperH-based machines */ #include @@ -65,7 +67,7 @@ machine->machine_name = "HPCsh"; cpu->byte_order = EMUL_LITTLE_ENDIAN; - if (!machine->use_x11) + if (!machine->x11_md.in_use) fprintf(stderr, "-------------------------------------" "------------------------------------------\n" "\n WARNING! You are emulating a Dreamcast without -X."