diff options
Diffstat (limited to 'hw/ppc_prep.c')
-rw-r--r-- | hw/ppc_prep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c index 02c7f0d456..f64649cf5a 100644 --- a/hw/ppc_prep.c +++ b/hw/ppc_prep.c @@ -950,7 +950,7 @@ void ppc_prep_init(int ram_size, int vga_ram_size, int boot_device, /* init basic PC hardware */ vga_initialize(ds, phys_ram_base + ram_size, ram_size, - vga_ram_size); + vga_ram_size, 0); rtc_init(0x70, 8); pic_init(); // pit_init(0x40, 0); |