Revision 4b32e168 hw/ppc_chrp.c

b/hw/ppc_chrp.c
331 331
}
332 332

  
333 333
QEMUMachine core99_machine = {
334
    "mac99",
335
    "Mac99 based PowerMAC",
336
    ppc_core99_init,
337
    BIOS_SIZE + VGA_RAM_SIZE,
334
    .name = "mac99",
335
    .desc = "Mac99 based PowerMAC",
336
    .init = ppc_core99_init,
337
    .ram_require = BIOS_SIZE + VGA_RAM_SIZE,
338 338
};

Also available in: Unified diff