No. VPB (!VP) is an output, not an input, so no resistor is needed.
The !VP signal is used to override any memory mapping hardware to make sure that the same page is always mapped into memory when the CPU pulls a vector (NMI/IRQ/RESET) from memory.
Without WDC processor, this feature is unavailable, so there's no point in designing for it if you're going to allow non-WDC processors anyway. But in case you want to do that anyway, you can use a three-way jumper that either connects pin 1 to GND, or connects pin 1 to the input of your circuitry. And yes, that circuitry will probably require a pull-up resistor to simulate an inactive !VPB when pin 1 isn't connected to it, but there's no need for any resistor connected (permanently) to pin 1.
Code:
VCC
o
|
\
/ pull up resistor
jumper \
+-+ |
|o---+------> To memory glue logic
pin 1 ---o|
|o---+
+-+ |
|
---
GND