mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
parallel: convert to memory API
Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
c601785091
commit
63858cd992
3 changed files with 16 additions and 17 deletions
|
@ -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] */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue