]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/mips_jazz.c
parallel: convert to memory API
[mirror_qemu.git] / hw / mips_jazz.c
index 6e657ddd4ea1ea16724129ed08b8030b20dfa72e..f6e331652b0820d20f4db218e100c864c2c710ac 100644 (file)
@@ -274,7 +274,8 @@ static void mips_jazz_init(MemoryRegion *address_space,
 
     /* Parallel port */
     if (parallel_hds[0])
-        parallel_mm_init(0x80008000, 0, rc4030[0], parallel_hds[0]);
+        parallel_mm_init(address_space, 0x80008000, 0, rc4030[0],
+                         parallel_hds[0]);
 
     /* Sound card */
     /* FIXME: missing Jazz sound at 0x8000c000, rc4030[2] */