Revision 5ce4aafd hw/ppc_oldworld.c

b/hw/ppc_oldworld.c
38 38
#define VGA_BIOS_SIZE 65536
39 39
#define CFG_ADDR 0xf0000510
40 40

  
41
enum {
42
    ARCH_PREP = 0,
43
    ARCH_MAC99,
44
    ARCH_HEATHROW,
45
};
46

  
47 41
/* temporary frame buffer OSI calls for the video.x driver. The right
48 42
   solution is to modify the driver to use VGA PCI I/Os */
49 43
/* XXX: to be removed. This is no way related to emulation */

Also available in: Unified diff