|
@@ -362,7 +362,7 @@ static uint8_t fake_mac_rom[] = {
|
|
|
0x60, 0xFE /* bras [self] */
|
|
|
};
|
|
|
|
|
|
-static void q800_init(MachineState *machine)
|
|
|
+static void q800_machine_init(MachineState *machine)
|
|
|
{
|
|
|
M68kCPU *cpu = NULL;
|
|
|
int linux_boot;
|
|
@@ -738,8 +738,9 @@ static const size_t hw_compat_q800_len = G_N_ELEMENTS(hw_compat_q800);
|
|
|
static void q800_machine_class_init(ObjectClass *oc, void *data)
|
|
|
{
|
|
|
MachineClass *mc = MACHINE_CLASS(oc);
|
|
|
+
|
|
|
mc->desc = "Macintosh Quadra 800";
|
|
|
- mc->init = q800_init;
|
|
|
+ mc->init = q800_machine_init;
|
|
|
mc->default_cpu_type = M68K_CPU_TYPE_NAME("m68040");
|
|
|
mc->max_cpus = 1;
|
|
|
mc->block_default_type = IF_SCSI;
|