--- trunk/src/machines/machine_iq80321.c 2007/10/08 16:19:43 23 +++ trunk/src/machines/machine_iq80321.c 2007/10/08 16:19:56 24 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: machine_iq80321.c,v 1.15 2006/02/18 13:42:39 debug Exp $ + * $Id: machine_iq80321.c,v 1.18 2006/04/06 19:17:38 debug Exp $ */ #include @@ -53,6 +53,7 @@ */ machine->machine_name = "Intel IQ80321"; + machine->stable = 1; machine->md_interrupt = i80321_interrupt; cpu->cd.arm.coproc[6] = arm_coproc_i80321_6; @@ -94,7 +95,7 @@ MACHINE_DEFAULT_CPU(iq80321) { - machine->cpu_name = strdup("80321_600_B0"); + machine->cpu_name = strdup("80321_600_2"); }