CPU_68060
sprintf(model, "BVME%d000", m68k_cputype == CPU_68060 ? 6 : 4);
if (m68k_cputype == CPU_68060)
# define CPU_IS_060 (m68k_cputype & CPU_68060)