summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/pc.c2
1 files changed, 1 insertions, 1 deletions
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) {