diff --git a/hw/ppc_oldworld.c b/hw/ppc_oldworld.c index 60074793639c4059d265348e3e67462b74dd2bf3..3eb106152622dc936a51d9ae2db58c7eef62d41c 100644 --- a/hw/ppc_oldworld.c +++ b/hw/ppc_oldworld.c @@ -144,8 +144,8 @@ static void ppc_heathrow_init (ram_addr_t ram_size, int vga_ram_size, fprintf(stderr, "Unable to find PowerPC CPU definition\n"); exit(1); } - /* Set time-base frequency to 100 Mhz */ - cpu_ppc_tb_init(env, 100UL * 1000UL * 1000UL); + /* Set time-base frequency to 16.6 Mhz */ + cpu_ppc_tb_init(env, 16600000UL); env->osi_call = vga_osi_call; qemu_register_reset(&cpu_ppc_reset, env); envs[i] = env;