diff options
Diffstat (limited to 'hw/vga_int.h')
-rw-r--r-- | hw/vga_int.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/vga_int.h b/hw/vga_int.h index f97e98fc97..5d66bd2496 100644 --- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -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); |