i tryed the thing where u cover the extra hole on a 1.44
oddly enough it actually works.
pretty cool .
so i am using a 1.44 in my 720k drive on my tanky 1000 hx
thanks
joe
In a message dated 12/24/01 9:16:01 AM Pacific Standard Time,
pat(a)purdueriots.com writes:
> IIRC, you could actaully download software from a Televideo Z80 CP/M
> computer onto those terminals and it would execute on the terminal (like a
> diskless box). However I could be thinking of a different Televideo
> terminal. My dad (an optometerist) had a few of those with the Televideo
> system for a database system, and when the computer went down, the
> terminals got sold off to another business still using the same system. :(
>
> I'd love to get my hands on one of those old beasts. If I'm really lucky
> I still have the manual for those terminals... though after my parents
> moved I'm not too hopeful.
>
>
That one is the Televideo 800 IIRC. It looks identical to the 950 but with
different electronics. Downloaded the operating system from a multiuser box.
I had several of them. I think I still have one of the Televideo 800
terminals in my storage locker.
Paxton
Astoria, OR
Bill,
Toggled in the program that you sent me and it actually works.
Well... It didn't work the first few times because of operator error but, it
works now :-)
I AM ABSOLUTELY THRILLED!!!
Thanks, SteveRob
> > >If you would like, I can send you a real short program
> > >that you can key infrom the console that makes the
> > >lights blink...
> >
> > This would be great!
>
>I'll sent it directly to you...
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
> -----Original Message-----
> From: ard(a)p850ug1.demon.co.uk [mailto:ard@p850ug1.demon.co.uk]
> Sent: 22 December 2001 23:28
> To: classiccmp(a)classiccmp.org
> Subject: Re: Multitech/Acer Micro-Professor info WTD
>
> > I've managed to acquire a few Multitech Micro-Professor
> printers and I'd
> > like to know just how the heck to use them. I've managed to
> partially
> > decipher the schematic, but I can't get the *ing ROM to
> dump. I've got it
>
> I know I have the user manual and scheamtic for this
> somewhere. From what
> I remember the hardware is very simple and most of the work
> is done in
> the firmware which runs on the uProf's Z80.
>
> There's some other info in the manual, such as the printer mechanism
> timing. Unfortuately, it's going to take me a bit of time to
> find said
> manual...
If I remember I've got 2 manuals at home that are *this* easy to find so
I'll dig 'em out hopefully today......
--
Adrian Graham, Corporate Microsystems Ltd
e: adrian.graham(a)corporatemicrosystems.com
w: www.corporatemicrosystems.com
w2: www.binarydinosaurs.co.uk (Online Computer Museum)
Anyone have a stash of cheap excess modules, switches, etc for X10/BSR/etc.
I know people mentioned sometime ago that they have bought boxes full of
stuff for a few bucks but I don't have those same resources here and am
setting up an "easier way of life" for my 64 yr old mother in law that has
trouble getting around and forgets to turn lights off, falls asleep with the
TV on, etc. I have the 2 way module to the PC and a remote that she can use
but wall switches, appliance and lamp modules, etc are still needed. Email
me direct if you have excess and want to make space. We can either work a
cash deal or trade as I have lots of PS/2 equipment around and some older
IBM PC equipment I can trade with. Thanks in advance.
> -----Original Message-----
> From: Matthew Sell [mailto:msell@ontimesupport.com]
> My wife and I just picked up a VAX 4000-500 for my Christmas gift.
> The reply from the guy loading the car when he found out it
> was for Christmas:
> "Whatever makes you happy, man"
> So what is everyone else on the list asking for? Computer
> related... of
> course.....
Well, money's a little tight so I'm not getting much computer-related stuff,
but I did buy an SGI Indy for my fiancee. ;) She's getting very impatient
for it to arrive too.
Regards,
Chris
Christopher Smith, Perl Developer
Amdocs - Champaign, IL
/usr/bin/perl -e '
print((~"\x95\xc4\xe3"^"Just Another Perl Hacker.")."\x08!\n");
'
On Dec 23, 12:50, Zane H. Healy wrote:
> A while back I managed to get a nice little Overland Data OD5612 SCSI
> 9-Track tape drive.
[...]
> Anyway I just noticed something. It's got a selector switch on it for
> 1600bpi and 6250bpi. Am I correct in assuming that this means that I can
> only read those two formats?
I don't know anything about that specific drive, but I'd guess the answer
is "yes". It might do 3200, which is phase-encoded like 1600, but probably
not 800, which is NRZI and needs different electronics (and is actually
harder to do reliably, according to some manufacturers).
--
Pete Peter Turnbull
Network Manager
University of York
Cp/m page zero was not required for the os functionality
only commonality. The best worst example was the
TRS-80 version that had page zero relocated +16k higher
to allow for the fixed rom, keyboard and video IO.
The aspects of CP/M that would work for a 6502 (or any cpu)
are the dynamic filespace allocation and the standized IO
interface (BIOS) concept. there are other aspects but the
file IO and system IO concepts were the strong points.
Ah, and you found the hidden register bug in the z80.
You can select either absolutely but, you cannot know
which was in use save by some arcane test procedure.
Works ok if your building software and enforcing a
protocal for use but a multitasking OS where random
routines may use one of the other is a mess.
Allison
-----Original Message-----
From: Richard Erlacher <edick(a)idcomm.com>
To: classiccmp(a)classiccmp.org <classiccmp(a)classiccmp.org>
Date: Sunday, December 23, 2001 4:15 PM
Subject: Re: 6502/Z80 speed comparison (was MITS 2SIO serial chip?)
>For some time I've occasionally contemplated a translator from 8080
syntax to
>6502, just for mental masturbation. I don't consider the Z80 a worthy
target
>for such translation/emulation because half its internal resources are
only
>accessible via the most extreme of artifice. (It has a redundant
register set,
>at considerable cost, yet doesn't seem to have any way of telling the
running
>software which of the two sets it's using.) It wouldn't be terribly
difficult
>to assign register space to the 6502 zero page in locations
corresponding with
>some not used by CP/M on the 8080. That might prove an interesting way
to cook
>up a useable OS for the 6502.
>
>Dick
>
>----- Original Message -----
>From: "Pete Turnbull" <pete(a)dunnington.u-net.com>
>To: <classiccmp(a)classiccmp.org>
>Sent: Sunday, December 23, 2001 5:21 AM
>Subject: Re: 6502/Z80 speed comparison (was MITS 2SIO serial chip?)
>
>
>> On Dec 22, 4:44, Ben Franchuk wrote:
>> > Richard Erlacher wrote:
>> > >
>> > > Let's leave compilers out of the equation. Even the same small-C
>> compiler,
>> > > targeted at the two quite different CPU's potentially represent a
>> significant
>> > > skew in favor of one or another of the two.
>> > >
>> > How can you have skew? That is the whole idea of benchmark is to
>> > compare
>> > two machines. I would expect that the simple C that was given would
be a
>> > good test
>> > when judged with other benchmarks.
>>
>> For a comparison of two development systems, maybe, but not for a
simple
>> comparison of processors. You'll find that the compilers were written
>> differently for the different processors. As likely as not, one will
be
>> better at certain things than another, or better on one processor.
>>
>> For example, gcc does fairly poorly on a PDP-11 or an SGI machine
(SGI's cc
>> will run rings round gcc for MIPS in almost every respect) yet works
very
>> well on an x86 achitecture, because that's where the major development
was
>> done. If you take a compiler written for one chip, say a Z80, a
straight
>> port will produce poor code for a 6502 because you have to think about
>> things in a different way, and this will be more apparent with a
simple
>> compiler than sophisticated one.
>>
>> --
>> Pete Peter Turnbull
>> Network Manager
>> University of York
>>
>>
>
Does anyone on the list want a pile of Appletalk tranceivers and
cabling? I came into a box 18x18x36 of it and would rather give it away
than pay to take it to the landfill. This is not Localtalk, but
jan-u-wine AT. Round connectors, not RJ11.
If anyone wants it for the price of postage, drop me a line.
Jim
I recently aquired a small number of military Data General clones called
AN/UYK-19(V) and AN/UYK-64(V). These are Rolm and Loral machines. Does
anyone have any information about them?
William Donzelli
aw288(a)osfn.org