diff --git a/hw/pc.c b/hw/pc.c index 30e823b36d..233f028db5 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -487,7 +487,7 @@ void pc_init(int ram_size, int vga_ram_size, int boot_device, } kbd_init(); - DMA_init(); + DMA_init(0); #ifndef _WIN32 if (audio_enabled) {