The last revison of the MDX processor card used an Intel 486 processor.
You would likely be better off migrating to Emerson's Ovation platform from WDPF than trying to go to Delta V as you can retain the existing I/O and field wiring, and there are well-tested application code conversion tools for the migration. WDPF and Ovation both grew out of the Westinghouse process control division prior to Emerson buying it.
I'll disagree with JLSeagull and say that Emerson would very likely prefer to sell you an Ovation system as this is the natural migration path from WDPF, although the Delta V business unit would likely be quite happy to sell their product too.
I have most of the WDPF manuals, some of the Ovation manuals, and some application source codes but they're too large to be uploading, plus there are copyright issues to think about.
Digital ladders in WDPF are pretty straightforward, but look for cute execution-order-dependant tricks used to save memory space in the very early WDPF processors and which turn up in legacy code. Analogue loops are complex and will take a lot of effort to replicate, if you can replicate them. There are numerous 'text algorithms' which are little chunks of Pascal code designed to perform special functions. You will be on a fair while trying to build them in a PLC from standard loops and ladders: is there an option to write similar code for the PLC? I don't know the Logix 5000 so I'd be guessing.
There are some unusual WDPF cards such as hydraulic servo drivers which are uncommon in the PLC world, although very familiar to the motion control guys, and sequence-of-events recorders. If you have any of these special cards you really need to look closely at whether you can replicate the functionality to an acceptable level.
----------------------------------
If we learn from our mistakes I'm getting a great education!