mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
hw/m68k/next-cube: Disable the default CD-ROM drive
The NeXT-Cube does not have a CD-ROM drive by default, and the kernel does not seem to deal with the empty drive very well, so let's disable the CD-ROM drive for this machine. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Message-ID: <20241214091720.49779-1-huth@tuxfamily.org> Signed-off-by: Thomas Huth <huth@tuxfamily.org>
This commit is contained in:
parent
17df47e87c
commit
36a0d3748d
1 changed files with 1 additions and 0 deletions
|
@ -1067,6 +1067,7 @@ static void next_machine_class_init(ObjectClass *oc, void *data)
|
|||
mc->default_ram_size = RAM_SIZE;
|
||||
mc->default_ram_id = "next.ram";
|
||||
mc->default_cpu_type = M68K_CPU_TYPE_NAME("m68040");
|
||||
mc->no_cdrom = true;
|
||||
}
|
||||
|
||||
static const TypeInfo next_typeinfo = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue