Revision 5fafdf24 hw/ppc_prep.c

b/hw/ppc_prep.c
1 1
/*
2 2
 * QEMU PPC PREP hardware System Emulator
3
 * 
3
 *
4 4
 * Copyright (c) 2003-2007 Jocelyn Mayer
5
 * 
5
 *
6 6
 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 7
 * of this software and associated documentation files (the "Software"), to deal
8 8
 * in the Software without restriction, including without limitation the rights
......
612 612
    cpu_register_physical_memory(0x80000000, 0x00800000, PPC_io_memory);
613 613

  
614 614
    /* init basic PC hardware */
615
    pci_vga_init(pci_bus, ds, phys_ram_base + ram_size, ram_size, 
615
    pci_vga_init(pci_bus, ds, phys_ram_base + ram_size, ram_size,
616 616
                 vga_ram_size, 0, 0);
617 617
    //    openpic = openpic_init(0x00000000, 0xF0000000, 1);
618 618
    //    pit = pit_init(0x40, i8259[0]);

Also available in: Unified diff