dingusppc/devices/common/pci
Mihai Parparita 4479387580 Remove using namespace std from remaining header files
It's somewhat of an anti-pattern, and can lead to conflicts with
other symbols (e.g. the Windows build failure in https://github.com/dingusdev/dingusppc/actions/runs/11762906342/job/32766290288,
I removed `using namespace std` from timermanager.h to fix that one).
2024-11-30 20:01:09 -08:00
..
bandit.cpp Remove using namespace std from remaining header files 2024-11-30 20:01:09 -08:00
bandit.h Add missing override statements. 2024-11-15 10:03:57 -07:00
dec21154.cpp Fix PCI interrupts and add devices. 2024-11-12 07:04:55 -07:00
dec21154.h Fix PCI interrupts and add devices. 2024-11-12 07:04:55 -07:00
pcibase.cpp Fix PCI interrupts and add devices. 2024-11-12 07:04:55 -07:00
pcibase.h Fix PCI interrupts and add devices. 2024-11-12 07:04:55 -07:00
pcibridge.cpp pcibridge: improve formatting. 2024-08-17 01:01:53 +02:00
pcibridge.h pcibridge: improve formatting. 2024-08-17 01:01:53 +02:00
pcibridgebase.cpp Fix PCI interrupts and add devices. 2024-11-12 07:04:55 -07:00
pcibridgebase.h Fix PCI interrupts and add devices. 2024-11-12 07:04: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 pcihost: Add machine check exception. 2024-11-29 07:41:57 -07:00
pcihost.h Fix PCI interrupts and add devices. 2024-11-12 07:04:55 -07:00