mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
tc63963xb: convert to memory API
Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
9f7adc31ad
commit
fe06bd93e3
3 changed files with 25 additions and 51 deletions
|
@ -220,7 +220,7 @@ static void tosa_init(ram_addr_t ram_size,
|
|||
cpu_register_physical_memory(0, TOSA_ROM,
|
||||
qemu_ram_alloc(NULL, "tosa.rom", TOSA_ROM) | IO_MEM_ROM);
|
||||
|
||||
tmio = tc6393xb_init(0x10000000,
|
||||
tmio = tc6393xb_init(address_space_mem, 0x10000000,
|
||||
qdev_get_gpio_in(cpu->gpio, TOSA_GPIO_TC6393XB_INT));
|
||||
|
||||
scp0 = sysbus_create_simple("scoop", 0x08800000, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue