mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 05:20:50 +00:00
xbox: Add a dummy device in place of memory controller
This commit is contained in:
parent
2ff5f23235
commit
d58f4e7051
@ -353,6 +353,9 @@ void xbox_init_common(MachineState *machine,
|
||||
/* GPU! */
|
||||
nv2a_init(agp_bus, PCI_DEVFN(0, 0), ram_memory);
|
||||
|
||||
/* FIXME: Stub the memory controller */
|
||||
pci_create_simple(pci_bus, PCI_DEVFN(0, 3), "pci-testdev");
|
||||
|
||||
if (pci_bus_out) {
|
||||
*pci_bus_out = pci_bus;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user