X-1.4 Camiel Vanderhoeven 24-JAN-2008 Added do_pci_read and do_pci_write. Thanks to David Hittner for suggesting this.
X-1.3 Camiel Vanderhoeven 02-JAN-2008 Comments.
X-1.2 Camiel Vanderhoeven 17-DEC-2007 SaveState file format 2.1
X-1.1 Camiel Vanderhoeven 10-DEC-2007 Initial version in CVS.
Definition in file PCIDevice.h.
#include "SystemComponent.h"
Go to the source code of this file.
Data Structures | |
| class | CPCIDevice |
| Abstract base class for devices on the PCI-bus. More... | |
| struct | CPCIDevice::SPCI_state |
| The PCI state structure contains all elements that need to be saved to the statefile. More... | |
Defines | |
| #define | __PCIDEVICE_H__ |
| #define | MAX_DEV_RANGES 50 |
| #define | PCI_RANGE_BASE 0x0800 |
| #define __PCIDEVICE_H__ |
Definition at line 46 of file PCIDevice.h.
| #define MAX_DEV_RANGES 50 |
| #define PCI_RANGE_BASE 0x0800 |
Definition at line 50 of file PCIDevice.h.
Referenced by CPCIDevice::ReadMem(), CPCIDevice::register_bar(), CPCIDevice::ResetPCI(), and CPCIDevice::WriteMem().