projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16094b7
)
mips/r4k: use the new is_vga_init() function
author
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 8 Sep 2012 15:02:29 +0000
(17:02 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 6 Oct 2012 16:48:39 +0000
(18:48 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/mips_r4k.c
patch
|
blob
|
history
diff --git
a/hw/mips_r4k.c
b/hw/mips_r4k.c
index 2115f7f3d4bbacbdc1696811b2e0523c06112624..967a76e533017c4dff346f1f925671a64fee3e1e 100644
(file)
--- a/
hw/mips_r4k.c
+++ b/
hw/mips_r4k.c
@@
-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]);