Very interesting Ken

I've never actually used virtual T, as I only ever use my M100. Would this
process aid others in getting a physical M100 to output to a monitor?

I wasn't clear whether this only applied to emulation. Which is obviously
very handy, but not much use to those of us rocking a physical machine :-P

Many thanks
James



On Fri, 14 Sep 2018, 12:27 a.m. Ken Pettit, <[email protected]> wrote:

> All,
>
> Attached are three files TDOCK.CO file for M100/M102 and CCHART.DO /
> CCHART.BA.  The TDOCK.CO file is the binary output of the code I was
> writing for the DVI replacement solution called TDock.  VirtualT 1.7
> emulates TDock.
>
> Load this to the emulation and from BASIC exectute:
>
> clear 256,62400
> loadm"tdock.co"
>
> This will load TDOCK to address 62400 in high RAM but will not install
> the TDock / DVI "hooks".  To install the hooks and thus activate TDock,
> issue
>
> call 62400,1
> This will print the TDock copyright screen
>
> Once the TDock hooks are installed, from BASIC you can get an 80 x 25
> screen by issuing:
>
> screen 1
> width 80
>
> Go back to the regular screen mode with "screen 0".  Note that the 80x25
> window is EXPERIMENTAL ... it has no options for resizing, the menu
> items on the top are non-functional, and if you close it while you are
> in active "screen 1" mode (i.e. the cursor is on the emulated DVI
> screen), VirtualT WILL crash.
>
> To "uninstall" the TDock hooks, issue
>
> screen 0
> call 62400,2
> no notification given, but "screen 1" should no longe work.
>
> The CCHART.BA / CCHART.DO files (one tokenizd BASIC, the other TEXT) are
> an example application that draws a color chart on the emulated DVI
> screen.  You must first go into BASIC and issue the commands: "screen1"
> and "width 80" before this BASIC program will work.  Hit CTRL-C to exit
> out.
>
> Ken
>
>
> On 9/13/18 3:05 PM, Greg Swallow wrote:
> > How is it enabled/activated?
> >
> > God Bless,
> >
> > GregS <><
> >
> > ----- Original Message -----
> > From: "Ken Pettit" <[email protected]>
> > To: [email protected]
> > Sent: Thursday, September 13, 2018 12:27:58 PM
> > Subject: Re: [M100] DVI or modern equivalent
> >
> > VirtualT 1.7 supports DVI mode :)
> >
> > Ken
> >
> >
>
>

Reply via email to