So, I stumbled across an awesome looking game called Zeliard today, and I found out that it (mostly) runs on the PCjr (Tandy modded, I'm not sure it will run without that).
One major problem that makes it unenjoyable: For some reason, when I press F7 to bring up the dialog to load a saved game, the game acts as if F7 is stuck down from there on in. By this I mean as soon as a saved game is loaded or I decline to load a saved game, the dialog pops up again! This happens over and over, and the only way to exit the game after this seems to be to reboot the computer.
Anyway, I guess I want to know, was anything ever released for the PCjr that was intended to fix this kind of problem? Or is there some way of patching programs that have this kind of issue with the keyboard (if it is indeed a keyboard related issue)?
Zeliard - Keyboard problem?
-
Chuckphd53
- Posts: 368
- Joined: Sun May 13, 2018 9:15 am
- Location: Florida, USA
- Contact:
Re: Zeliard - Keyboard problem?
I saw this post after I also posted
did you ever get the game to run, if so did you try the joystick?
did you ever get the game to run, if so did you try the joystick?
(PCJR/JR-IDE-512DOM,TandyMod,V20-10Chip,BiDir,LPT2,3FlopBrd,
USBEmulator,ZIP100,PS2Keybrd,MouseSysMouse,InternalSwitcherPS)
USBEmulator,ZIP100,PS2Keybrd,MouseSysMouse,InternalSwitcherPS)
Re: Zeliard - Keyboard problem?
No, I just gave up on it. 
-
bagelswitch
- Posts: 51
- Joined: Wed Jun 26, 2019 7:09 am
Re: Zeliard - Keyboard problem?
This happens because the PCJr doesn't generate break scancodes for the Fn keys. You can fix it with the NOBEEP driver or TSR (attached), Zeliard then works fine.
Note that when restoring a save, I have to type the name for some reason (overwriting the default "Re-Start") - just selecting it on the right results in restoring to the beginning of the game.
Note that when restoring a save, I have to type the name for some reason (overwriting the default "Re-Start") - just selecting it on the right results in restoring to the beginning of the game.
Re: Zeliard - Keyboard problem?
Ah, fantastic! I wouldn't have thought to try "NoBeep" for this problem.bagelswitch wrote:This happens because the PCJr doesn't generate break scancodes for the Fn keys. You can fix it with the NOBEEP driver or TSR (attached), Zeliard then works fine.
Note that when restoring a save, I have to type the name for some reason (overwriting the default "Re-Start") - just selecting it on the right results in restoring to the beginning of the game.
-
ZiggyTheHamster
- Posts: 46
- Joined: Wed Jul 24, 2019 7:19 am
Re: Zeliard - Keyboard problem?
Has anyone tried NoBeep in DOS 5? The executable writes gibberish to the screen and the device driver hangs the machine. This is on a jrIDE with jrconfig 3.
-
bagelswitch
- Posts: 51
- Joined: Wed Jun 26, 2019 7:09 am
Re: Zeliard - Keyboard problem?
Yep, that's the same behavior I see, although other than the gibberish, the TSR does work fine and does what it's intended to, as far as I can tell.ZiggyTheHamster wrote:Has anyone tried NoBeep in DOS 5? The executable writes gibberish to the screen and the device driver hangs the machine. This is on a jrIDE with jrconfig 3.
-
ZiggyTheHamster
- Posts: 46
- Joined: Wed Jul 24, 2019 7:19 am
Re: Zeliard - Keyboard problem?
For me, the winning combination in autoexec.bat is:
NOBEEP /X /N /W >NUL:
NOBEEP /X /N /W >NUL:
-
RiverBoa99
- Posts: 9
- Joined: Sat Oct 24, 2020 5:02 pm
Re: Zeliard - Keyboard problem?
Anyone know where I can download NOBEEP and JRHOTKEY?
-
bagelswitch
- Posts: 51
- Joined: Wed Jun 26, 2019 7:09 am
Re: Zeliard - Keyboard problem?
NOBEEP.ZIP is attached to my earlier post in this thread . . .RiverBoa99 wrote:Anyone know where I can download NOBEEP and JRHOTKEY?