summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/lpci/i82439tx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/lpci/i82439tx.h')
-rw-r--r--src/devices/bus/lpci/i82439tx.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/bus/lpci/i82439tx.h b/src/devices/bus/lpci/i82439tx.h
index 395d4142559..3bb2671ecb7 100644
--- a/src/devices/bus/lpci/i82439tx.h
+++ b/src/devices/bus/lpci/i82439tx.h
@@ -16,12 +16,6 @@
#include "pci.h"
#include "northbridge.h"
-#define MCFG_I82439TX_CPU( _tag ) \
- downcast<i82439tx_device &>(*device).set_cpu(_tag);
-
-#define MCFG_I82439TX_REGION( _tag ) \
- downcast<i82439tx_device &>(*device).set_region(_tag);
-
// ======================> i82439tx_device
class i82439tx_device : public northbridge_device, public pci_device_interface