dingusppc/devices/common/pci
joevt 54bda0ea95 pci: Change pci_conv_rd_data unaligned.
pci_conv_rd_data can be used to handle unaligned or 64-bit accesses in mmio regions if it's modified to include the next 32-bit value.
For pci config accesses, grackle repeats the 32-bit value. bandit uses a seemingly random number for the next 32-bit value, but we'll make it work like grackle.
2024-03-03 20:06:13 -07:00
..
bandit.cpp pci: Change pci_conv_rd_data unaligned. 2024-03-03 20:06:13 -07:00
bandit.h pci: Add PCI CardBus bridge. 2024-03-03 16:00:55 -07:00
dec21154.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
dec21154.h Initial DEC 21154 P2P bridge emulation. 2023-02-15 02:36:40 +01:00
pcibase.cpp pci: Add PCI CardBus bridge. 2024-03-03 16:00:55 -07:00
pcibase.h pci: Add PCI CardBus bridge. 2024-03-03 16:00:55 -07:00
pcibridge.cpp pci: Add PCI CardBus bridge. 2024-03-03 16:00:55 -07:00
pcibridge.h pci: Add PCI CardBus bridge. 2024-03-03 16:00:55 -07:00
pcibridgebase.cpp pci: Add PCI CardBus bridge. 2024-03-03 16:00:55 -07:00
pcibridgebase.h pci: Add PCI CardBus bridge. 2024-03-03 16:00:55 -07:00
pcicardbusbridge.cpp pci: Add PCI CardBus bridge. 2024-03-03 16:00:55 -07:00
pcicardbusbridge.h pci: Add PCI CardBus bridge. 2024-03-03 16:00:55 -07:00
pcidevice.cpp pci: Add PCI CardBus bridge. 2024-03-03 16:00:55 -07:00
pcidevice.h pci: Add PCI CardBus bridge. 2024-03-03 16:00:55 -07:00
pcihost.cpp pci: Add PCI CardBus bridge. 2024-03-03 16:00:55 -07:00
pcihost.h pci: Change pci_conv_rd_data unaligned. 2024-03-03 20:06:13 -07:00