What software works with Jr?
-
OldComputerGuy
- Posts: 114
- Joined: Sun Dec 04, 2016 6:28 pm
What software works with Jr?
Are there any comprehensive lists of what software works with the Jr and what software doesn't?
Re: What software works with Jr?
It's kind of an impossible question to answer. Let's look at it a different way.
For software to run on a PCjr it should:
In 1983 this was a major problem. By 1985 or so there were many other machines that were not 100% IBM PC 5150 register level compatible, and people stopped doing a lot of the bad things they were doing that was breaking the PCjr because those same things were breaking laptops and other clones.
Mike
For software to run on a PCjr it should:
- Use BIOS calls to set the screen modes (but direct writes to the CGA buffer are fine)
- Not require more than 112KB of memory unless you can boot DOS with a memory device driver
- Not assume what the keyboard layout is. (Again, use the BIOS.)
- Use the BIOS for floppy disk or hard disk writes.
In 1983 this was a major problem. By 1985 or so there were many other machines that were not 100% IBM PC 5150 register level compatible, and people stopped doing a lot of the bad things they were doing that was breaking the PCjr because those same things were breaking laptops and other clones.
Mike
-
OldComputerGuy
- Posts: 114
- Joined: Sun Dec 04, 2016 6:28 pm
Re: What software works with Jr?
So the PCJr ad that showed all the stacks of software that work with Jr has never actually been verified, then. 
Re: What software works with Jr?
I'm not sure you can draw that conclusion. I just pointed out a different way to look at the problem.
For me, most DOS software just works. If you have enough memory and it lets you install to a hard drive then it's probably well written enough to run on a PCjr. If it's going to tweak very specific hardware registers, then it might be problematic.
For me, most DOS software just works. If you have enough memory and it lets you install to a hard drive then it's probably well written enough to run on a PCjr. If it's going to tweak very specific hardware registers, then it might be problematic.