Hi everyone.
Sorry for such a rudimentary question, but I've been emulating C64 for a while and I've simply never run into this before. I haven't been able to find a solution anywhere and hopefully someone can help.
I have a few .d64 images with some program names having mixed capitulation. I've never seen this before. For example, I've attached a couple of files as they appear in listings in text and graphics mode
I've tried
LOAD "fLIPPER fd",8,1
LOAD "F└○┐──_ FD",8,1
LOAD "Flipper FD",8,1
and several other variations in both modes.
Does anyone have insight on how to load a PRG with upper and lower case letters?