Please consider a donation to the Higher Intellect project. See https://preterhuman.net/donate.php or the Donate to Higher Intellect page for more info.

Tandy 1000 TX: Difference between revisions

From Higher Intellect Vintage Wiki
No edit summary
No edit summary
Line 26: Line 26:
File:1000txbrochure3.jpg
File:1000txbrochure3.jpg
</gallery>
</gallery>
=Troubleshooting=
===Problems with VGA===
<pre>
        Subject: Problems with VGA
        Fm: GAVIN LENNOX 76535,3062
        I HAVE A 1000TX WITH VGA ALOT OF SOFTWARE WILL NOT
        RECOGNIZE MY VGA CAN ANYONE HELP???
Fm: Tommy Bevins 76510,1526
I had the same problem with my 1000TL.  It seems Tandy has an error in its
BIOS that screws up programs that try to autosense the video mode.  An article
in the magazine One Thousand provided a fix for this.
     
The fix to the problem is to change the value of the byte at 0000:048A
from 3F to the correct value.  The correct values are listed in Table #3.
Until Tandy comes up with a fix to their BIOS, the following program written
by ATI will solve the problem:
     
Using DEBUG.COM from you Disk Operating System, type the instructions
in Figure #4 to create a short executable file called T1KVGA.COM. Put the
value from Table #3 that matches the set up of your computer in where the "__"
is shown.  For almost all users, the value will be "0B".
Run this program every time you boot the computer and want to use
software that auto-detects your VGA card.
Table #3: Fix Values
---------------------
Default Video Mode        Value            Meaning
---------------------    ---------    --------------------------------
VGA color                  0B              single VGA color display
VGA color and MDA          0C              dual monitors with VGA
                                            color and mono text boards
VGA mono                    0D              single VGA monochrome display
VGA mono and CGA            0E              dual monitors with VGA mono
                                            and CGA color boards
Figure #4: T1KVGA.COM Listing
------------------------------
C:> DEBUG
E 100
B8 00 00 8E D8 B0 __ 3E A2 8A 04 B8 00 4C CD 21
RCX
0010
NT1KVGA.COM
W
Q
I typed this in and substituted the 0B for the "__" in the listing. This fixed
problems that I had encountered when trying to run software that tried to
auto-detect the video modes.
                                                  -Tommy
</pre>


=See Also=
=See Also=

Revision as of 12:43, 23 May 2022

Overview

The Tandy 1000 TX features an 8 MHz 80286 microprocessor for far greater performance than ordinary PCs. This brings 80286 technology, previously found only in AT class machines, to an affordable PC. The 1000 TX boasts over six times faster throughput than a standard PC XT -- you'll fly through your applications.

The Tandy 1000 TX is outfitted with a new 8.89cm disk drive, ready to use MS-DOS 3.2 software released on durable, pocket-sized diskettes. Each diskette can store up to 720,000 characters, and you can internally add a second 8.89cm disk drive anytime. If you prefer, you can expand with a 13.3cm disk drive, so you can use existing 13.3cm software along with the new releases available on 8.89cm diskettes.

The Tandy 1000 TX comes with 640K RAM -- enough power to handle almost any application. Five card slots make it easy to customize the 1000 TX just the way you want. Add more memory, an internal modem, a hard disk card -- or add an additional card for connecting the TX to your environment.

General Information

CPU

Intel 80286, 8/4 MHz software selectable.

Memory

640K RAM, expandable to 768K (640K for MS-DOS, 128K for video memory). Includes power-up diagnostics.

Storage

One double-sided, double density 720K (formatted) thin-line 8.89cm mini-floppy. 96 tracks per inch.

Expansion

Five user-accessible PC-compatible card slots (10" maximum length), 80287 Math Co-Processor, Second (8.89cm of 13.3cm) disk drive.

Documentation

Brochures

Troubleshooting

Problems with VGA

        Subject: Problems with VGA

        Fm: GAVIN LENNOX 76535,3062

        I HAVE A 1000TX WITH VGA ALOT OF SOFTWARE WILL NOT 
        RECOGNIZE MY VGA CAN ANYONE HELP??? 


Fm: Tommy Bevins 76510,1526

I had the same problem with my 1000TL.  It seems Tandy has an error in its
BIOS that screws up programs that try to autosense the video mode.  An article
in the magazine One Thousand provided a fix for this.
       
The fix to the problem is to change the value of the byte at 0000:048A
from 3F to the correct value.  The correct values are listed in Table #3.

Until Tandy comes up with a fix to their BIOS, the following program written 
by ATI will solve the problem:
      
Using DEBUG.COM from you Disk Operating System, type the instructions
in Figure #4 to create a short executable file called T1KVGA.COM. Put the
value from Table #3 that matches the set up of your computer in where the "__"
is shown.  For almost all users, the value will be "0B".

Run this program every time you boot the computer and want to use
software that auto-detects your VGA card.

 Table #3: Fix Values
 ---------------------
 Default Video Mode         Value            Meaning
 ---------------------    ---------     --------------------------------
 VGA color                   0B              single VGA color display
 VGA color and MDA           0C              dual monitors with VGA
                                             color and mono text boards
 VGA mono                    0D              single VGA monochrome display
 VGA mono and CGA            0E              dual monitors with VGA mono
                                             and CGA color boards



 Figure #4: T1KVGA.COM Listing
 ------------------------------
 C:> DEBUG
 E 100
 B8 00 00 8E D8 B0 __ 3E A2 8A 04 B8 00 4C CD 21
 RCX
 0010
 NT1KVGA.COM
 W
 Q

I typed this in and substituted the 0B for the "__" in the listing. This fixed
problems that I had encountered when trying to run software that tried to
auto-detect the video modes.

                                                   -Tommy

See Also