mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
mips/r4k: use the new is_vga_init() function
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
16094b75b3
commit
f642dfce19
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ void mips_r4k_init (ram_addr_t ram_size,
|
|||
}
|
||||
}
|
||||
|
||||
isa_std_vga_init(isa_bus);
|
||||
isa_vga_init(isa_bus);
|
||||
|
||||
if (nd_table[0].used)
|
||||
isa_ne2000_init(isa_bus, 0x300, 9, &nd_table[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue