Re: "Fill your jrIDE" project now ready for testing
Posted: Tue Mar 21, 2017 3:06 pm
I don't think you will (have the same compatibility issues), but please let me know if you do.
IBM PCjr Support Forum
https://www.brutman.com/forums/
I have the Tandy mod as well and I am running DOS 5.0, but not the Thin Font module. I have the full 768K RAM complement. My 3.5" backpack is also assigned to drive B, the CDROM to drive H, and I also have a zip drive running concomitantly as well as drives D to F. So yeah I don't think the drivers for any to these are an issue. I don't get reboots and for the games that allow it I am returned straight back to TDL after the game is ended. The only problem I have is with games written in BASICA, and these hang the system as expected because of the memory requirements of BCASICA and not through a fault with TDL.Tempest wrote:That's weird. I was either getting reboots on everything or that gray file manager screen. My system has the following setup:
DOS 5.0
Tandy Mod
Thin Font module
JrIDE card
Backpack 3.5 drive (assigned to drive B)
That's it. Nothing else special about it. Why am I getting a bunch of reboots? The system works fine with other hard drive installed games and disk booters, so I think it's in good working order.
Code: Select all
[ZIP]
type=extraction
description=Compressed Archive (PKZIP)
; pkunzip's EMS and XMS support assumes it is not operating as a child
; process, and causes problems for the parent if called as such. This
; breaks TDL's swapping mechanism, so we disable EMS and XMS usage with
; the -+ and -- options. This should not cause any problems.
launcher=pkunzip.exe -+ -- -d %s %d
locations=utils;distro\utils;c:\utils\commonCode: Select all
locations=c:\menu\utilsYou can work around that by making sure the launcher= line in handlers.ini for [BAS] files uses gwbasic.exe. It's not ideal (the colors are wrong in graphics modes) but it does execute things and return successfully.Vorticon wrote:The only problem I have is with games written in BASICA, and these hang the system as expected because of the memory requirements of BASICA and not through a fault with TDL.
I doubt that very much. It's just a font ROM replacement, right? I'll check the tech ref to see if there is a dedicated font rom.Could the Thin Font module be the problem?
For extra credit, you can try to launch files that are still located on the CD: Edit TDL.INI to change proglocations= so that the first path points to your CDROM drive (so if your CDROM drive is D:, it would look like proglocations=d:\archives or something).Vorticon wrote:I actually burned a CD on my PC with the TDL files and transferred them to the Jr that way :)
I have that one as well and it's not an issue...Tempest wrote:
One final thought, I have one of jmetal88's keyboard adapters, there's no way that could be causing the issue is there?