dingusppc/devices/common/pci
joevt fba2ff4231 Corrections for refactors.
- Macros need parenthesis to enforce operation order when expanded.
- Fix device and register numbers in log messages.
- Unmapped I/O space reads don't necessarily return 0xffffffff. That's only for config space reads. Just return 0. Unhandled I/O space read should probably cause a memory check (TEA - Transfer Error Acknowledge) exception as it does on a Power Mac 8600.
2023-02-02 02:47:34 -08:00
..
bandit.cpp Corrections for refactors. 2023-02-02 02:47:34 -08:00
bandit.h Corrections for refactors. 2023-02-02 02:47:34 -08:00
pcidevice.cpp Fix PCI config r/w of byte and word and unaligned. 2023-01-16 00:09:44 -08:00
pcidevice.h Rename data conversion helpers for PCI config. 2023-02-02 02:22:47 +01:00
pcihost.cpp Fix PCI config r/w of byte and word and unaligned. 2023-01-16 00:09:44 -08:00
pcihost.h Rename data conversion helpers for PCI config. 2023-02-02 02:22:47 +01:00