mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
Clean up VGA ram allocation.
Signed-off-by: Paul Brook <paul@codesourcery.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7063 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a8b01dd87f
commit
b584726df9
16 changed files with 71 additions and 130 deletions
|
@ -191,8 +191,7 @@ static inline int c6_to_8(int v)
|
|||
return (v << 2) | (b << 1) | b;
|
||||
}
|
||||
|
||||
void vga_common_init(VGAState *s, uint8_t *vga_ram_base,
|
||||
ram_addr_t vga_ram_offset, int vga_ram_size);
|
||||
void vga_common_init(VGAState *s, int vga_ram_size);
|
||||
void vga_init(VGAState *s);
|
||||
void vga_reset(void *s);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue