diff options
Diffstat (limited to 'src/devices/bus/lpci/i82439tx.h')
-rw-r--r-- | src/devices/bus/lpci/i82439tx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/lpci/i82439tx.h b/src/devices/bus/lpci/i82439tx.h index 8b251c6d60b..395d4142559 100644 --- a/src/devices/bus/lpci/i82439tx.h +++ b/src/devices/bus/lpci/i82439tx.h @@ -74,6 +74,6 @@ private: }; // device type definition -DECLARE_DEVICE_TYPE(I82439TX, i82439tx_device) +DECLARE_DEVICE_TYPE(I82439TX_LEGACY, i82439tx_device) #endif // MAME_BUS_LPCI_I82439TX_H |