Page 2 of 2
Re: PC DOS 5 Editor
Posted: Tue Jul 09, 2019 5:17 am
by jmetal88
Brutman wrote:My bad - the official DOS edit.com does indeed use QuickBasic. edit.com is only 413 bytes.
So now I'm wondering what other file called EDIT.COM I was confusing it with ...
(/me slinks back to my hole ...)
I *think* the "MS-DOS 7" version of EDIT.COM that came with Windows 95/98 was able to run without QBASIC. You may be thinking of that.
Re: PC DOS 5 Editor
Posted: Sat Jul 20, 2019 1:55 pm
by bagelswitch
bagelswitch wrote:Was fixbas.sys ever posted anywhere (or is anyone willing to share it)? I'm having the same problem with edit.exe reported here (doubled keystrokes), and would like to use edit (rather than other, working editors) under DOS 5 for purely nostalgic reasons

For anyone who may care and didn't already know this, the JRHOTKEY and NOBEEP TSRs that you can find in various old archives both fix the double-character and other keyboard issues in EDIT.EXE and other programs. I found these in the course of trying (successfully) to fix Zeliard save game restores (Fn keys act "stuck") today, and I can now use EDIT as well - bonus!
Re: PC DOS 5 Editor
Posted: Tue Feb 23, 2021 11:09 pm
by RiverBoa99
bagelswitch wrote:bagelswitch wrote:Was fixbas.sys ever posted anywhere (or is anyone willing to share it)? I'm having the same problem with edit.exe reported here (doubled keystrokes), and would like to use edit (rather than other, working editors) under DOS 5 for purely nostalgic reasons

For anyone who may care and didn't already know this, the JRHOTKEY and NOBEEP TSRs that you can find in various old archives both fix the double-character and other keyboard issues in EDIT.EXE and other programs. I found these in the course of trying (successfully) to fix Zeliard save game restores (Fn keys act "stuck") today, and I can now use EDIT as well - bonus!
Where can I find these JRHOTKEY and NOBEEP TSRs? I can't seem to find an archive for them.
Re: PC DOS 5 Editor
Posted: Sat Mar 27, 2021 3:15 pm
by bagelswitch
RiverBoa99 wrote:bagelswitch wrote:bagelswitch wrote:Was fixbas.sys ever posted anywhere (or is anyone willing to share it)? I'm having the same problem with edit.exe reported here (doubled keystrokes), and would like to use edit (rather than other, working editors) under DOS 5 for purely nostalgic reasons

For anyone who may care and didn't already know this, the JRHOTKEY and NOBEEP TSRs that you can find in various old archives both fix the double-character and other keyboard issues in EDIT.EXE and other programs. I found these in the course of trying (successfully) to fix Zeliard save game restores (Fn keys act "stuck") today, and I can now use EDIT as well - bonus!
Where can I find these JRHOTKEY and NOBEEP TSRs? I can't seem to find an archive for them.
Re: PC DOS 5 Editor
Posted: Sun Apr 11, 2021 10:16 pm
by RiverBoa99
For anyone who may care and didn't already know this, the JRHOTKEY and NOBEEP TSRs that you can find in various old archives both fix the double-character and other keyboard issues in EDIT.EXE and other programs. I found these in the course of trying (successfully) to fix Zeliard save game restores (Fn keys act "stuck") today, and I can now use EDIT as well - bonus![/quote]
Where can I find these JRHOTKEY and NOBEEP TSRs? I can't seem to find an archive for them.[/quote][/quote]
Thank you!
Do you have JRHOTKEY too?
Re: PC DOS 5 Editor
Posted: Mon Apr 12, 2021 7:18 am
by jscrow
I found JRHOTKEY in the PCjr Club Library that I had downloaded years ago. I didn't even know I had it ...
Re: PC DOS 5 Editor
Posted: Tue Apr 27, 2021 6:18 pm
by jscrow
Not only does JRHOTKEY fix EDIT and Zeliard, I can now use my favorite screen saver on the PCjr!
Where before I could not exit the falling letters screensaver by pressing a key, adding JRHOTKEY to autoexec.bat has fixed this.
Re: PC DOS 5 Editor
Posted: Wed Apr 28, 2021 6:11 am
by Hargle
Just typing out-loud here, but the keyboard fix this program performs could be added into the jrIDE BIOS as a permanent update.
" This program makes the PCJr keyboard interrupt routine (INT
09h) compatible with the PC keyboard interrupt routine. The
difference between the two is that the PC routine takes its
input from hardware port 60h while the PCJr routine takes
its input from the AL register (supplied by the PC
compatibility routine INT 48h). The PCJr compatibility
routine puts the converted key scan code into hardware port
60h just prior to calling the INT 09h routine. This routine
loads and keeps resident a small routine that ensures that
the BIOS INT 09h routine takes its input from hardware port
60h, thus creating strict PC compatibility."
The downside would be if one ever wanted to remove such a fix for true PCjr mode. Is there is any software that breaks when jrhotkey is running?
It would be more interesting to explore a full disassembly, patching, upgrading and replacing the mainboard BIOS to address these things than using jrIDE to do the job, but that's a thread for a different day.