machinecatalyst: disable ATI Mach64 card hack.

This commit is contained in:
Maxim Poliakovski 2022-05-20 09:26:04 +02:00
parent 51e6ffb24f
commit fcd2ddcc14
1 changed files with 3 additions and 3 deletions

View File

@ -64,9 +64,9 @@ int create_catalyst(std::string& id)
32, dynamic_cast<PCIDevice*>(gMachineObj->get_comp_by_name("GrandCentral")));
// HACK: attach temporary ATI Mach64 video card
gMachineObj->add_component("AtiMach64", new AtiMach64Gx);
pci_host->pci_register_device(
4, dynamic_cast<PCIDevice*>(gMachineObj->get_comp_by_name("AtiMach64")));
//gMachineObj->add_component("AtiMach64", new AtiMach64Gx);
//pci_host->pci_register_device(
// 4, dynamic_cast<PCIDevice*>(gMachineObj->get_comp_by_name("AtiMach64")));
// get (raw) pointer to the memory controller
platinum_obj = dynamic_cast<PlatinumCtrl*>(gMachineObj->get_comp_by_name("Platinum"));