Hey Bill
I didn't include the compatibility mode:
#include <openGLCD.h>
#include <include/openGLCD_GLCDv3.h> // header to provide GLCDv3 compatibility
It's working correctly now.
I went through the config files now and I see that your referencing different configuration files within the master config file. In the master config file, if it is setup for auto config, it uses the AutoConfig_ks0108-128x64_Panel.h config file. Then in the AutoConfig_ks0108-128x64_Panel.h config file, the AutoPinConfig_ks0108.h is listed again to get the pin configuration if I understand it correctly.
My question now is, can I change the AutoPinConfig_ks0108.h to PinConfig_ks0108-Uno.h in this configuration file so that the pin configuration is always set to the Arduino UNO pin configuration, even when using a Mega?
End goal is to get the existing shield working on the same pins as an UNO but only on a Mega. I hope I'm expressing myself clear enough. Let me know if I need to clarify on something and thank you again for the advice and assistance so far.