Message: 2
Date: Thu, 10 Jun 2004 18:15:48 -0400
>>>>> "paul" == Paul Koning <pkoning(a)equallogic.com> writes:
paul>>>>>> "Fred" == Fred Cisin <cisin(a)xenosoft.com> writes:
paul>
paul> Fred> So Commodore thought they could be successful at defying
paul> Fred> convention by giving the later model a lower model number
paul>
paul> Fred> The Ford model A came after the model T
paul>
paul> And the 11/730 came after the 11/750 which came after the 11/780.
paul> The 11/05 came after the 11/20, and the 11/04 came later than that...
paul>
paul> paul
Not to forget the Sun SPARCstation 5, which came after the 10 and had the
new style (gray/violet opposed to gray only) housing...
--
Arno Kletzander
Stud. Hilfskraft Informatik Sammlung Erlangen
www.iser.uni-erlangen.de
+++ Jetzt WLAN-Router für alle DSL-Einsteiger und Wechsler +++
GMX DSL-Powertarife zudem 3 Monate gratis* http://www.gmx.net/dsl
At 12:26 10/06/2004 -0700, you wrote:
>
>Why does everything have to be so difficult?
>
>I'm trying to set up an Amiga 500 for tonight's Computer History Museum
>event. It's got a DB-23 RGB output and a Mono out. I've got an Amiga
>1080 high resolution color monitor. It's got a Video and Chroma input,
>plus a DA-9 RGB input. I've got an Amiga RF Modulator that plugs into
>the DB-23 on the back of the Amiga and has a composite Video and Audio out
>(and an RF out). Then I have several video cables. One is a DB-25 to a
>DIN. Another is a DIN to three RCA leads. And then there's the DIN to
>DA-9. At least one of these might be for the Atari 520ST (which I also
>need to set up).
>
>None of this connects up in a way which gives me colour on the display.
>
>Is it too much to ask to have products designed by people who are not
>insane?
Hi Sellam,
I have an Amiga 500 with a Commodore 1084 monitor. The cable I use is
a DB-25 to DIN-6 (5 pins around the outside, one in the center) - this
does give me color.
IIRC, the RGB output on the A500 is the rightmost DB25 connector when
viewed from the back, however, I'm pretty sure it's marked RGB or
something like that.
The Atari ST's use a honkin big circular connector - I recall it's
something like 13 pins (3 rows of 4 plus 1) - Best thing for the Atari
is to use an Atari SC124 (mono) or SC1224 (color) monitor. If you don't
have one available, you can build an adapter for a mono display on most
PC SVGA monitors (I build one before I found the monitors, and it does
work). Some of my ST's have RCA connectors for RF out, which you can
display on a TV (not nearly as nice).
Regards,
Dave
--
dave04a (at) Dave Dunfield
dunfield (dot) Firmware development services & tools: www.dunfield.com
com Vintage computing equipment collector.
http://www.parse.com/~ddunfield/museum/index.html
Is it just me or are most of the last few messages repeats?
Lee.
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
I got the "CMT MC-II 8088 cmos system" with BASIC
module,
<http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=3818900921>
All the language that left in my brain is
A=1
B=1
C=A+B
PRINT C
Now the problem is how to exit the basic environment.
EXIT or QUIT does not work.
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
Hi Steve
Sure, but I have a DSP and I know how to program it.
I've not done CPLD's or FPGA's. It is just a matter
of what resources I have handy. I still think the
DSP is a little more flexible and friendlier environment.
Dwight
>From: "Steve Thatcher" <melamy(a)earthlink.net>
>
>actually don't need a DSP (digital signal processor). A CPLD or FPGA could do
most (in some cases, all) of the entire logic required except for the buffering
of track data.
>
>best regards, Steve Thatcher
>
>
>-----Original Message-----
>From: "Dwight K. Elvey" <dwight.elvey(a)amd.com>
>Sent: Jun 11, 2004 8:35 PM
>To: cctalk(a)classiccmp.org
>Subject: Re: Parallel drive (was: USB 5.25" floppy drive - do it
>
>Hi
> I doubt one can fetch data with most PC's from the parallel
>port fast enough to keep from being overrun, even on a byte
>wise basis. That is why I've suggest the DSP. May of these can
>run fast enough to do it on a BIT wise basis and
>require no external hardware, other than buffers.
>Dwight
>
>>From: "Steven Canning" <cannings(a)earthlink.net>
>>
>>I've been looking into this for some time. The parallel port lacks the
>>"through-put" to take the data on and off the floppy as serial data (as it
>>comes off the drive "raw") but if you added some hardware (like a Western
>>Digital FD controller) it will separate the data and convert it to
>>"parallel" data which the parallel port can support. The inverse is also
>>true (parallel data back to serial to fed the drive). The FDC can handle the
>>Single density issue. Processing power of the computer is not an issue
>>unless you have a painfully slow machine. I wish I had more time to work on
>>this project. Anyone have the Kilobaud article were someone connected a FDD
>>to a Heathkit ET-3400 ?
>>
>>Best regards, Steven
>>
>>----- Original Message -----
>>From: "Fred Cisin" <cisin(a)xenosoft.com>
>>To: "General Discussion: On-Topic and Off-Topic Posts"
>><cctalk(a)classiccmp.org>
>>Sent: Thursday, June 10, 2004 2:55 PM
>>Subject: Parallel drive (was: USB 5.25" floppy drive - do it
>>
>>
>>> On Thu, 10 Jun 2004, Jules Richardson wrote:
>>> > Not sure if such as a PC parallel port is fast enough to cope with the
>>> > data rate of a floppy drive and leave enough time for the CPU to do the
>>> > processing though... but that'd be nice; little more than a cable and a
>>> > bit of glue logic hooked up to a parallel port that could be quickly
>>> > swapped between machines.
>>>
>>> MicroSolutions (DeKalb IL) in their "BackPack" line, made parallel port
>>> floppy drives. I have a 2.8M 3.5" from them, but they also made a lot of
>>> other models.
>>>
>>
>>
>>
>
>
>
>
actually don't need a DSP (digital signal processor). A CPLD or FPGA could do most (in some cases, all) of the entire logic required except for the buffering of track data.
best regards, Steve Thatcher
-----Original Message-----
From: "Dwight K. Elvey" <dwight.elvey(a)amd.com>
Sent: Jun 11, 2004 8:35 PM
To: cctalk(a)classiccmp.org
Subject: Re: Parallel drive (was: USB 5.25" floppy drive - do it
Hi
I doubt one can fetch data with most PC's from the parallel
port fast enough to keep from being overrun, even on a byte
wise basis. That is why I've suggest the DSP. May of these can
run fast enough to do it on a BIT wise basis and
require no external hardware, other than buffers.
Dwight
>From: "Steven Canning" <cannings(a)earthlink.net>
>
>I've been looking into this for some time. The parallel port lacks the
>"through-put" to take the data on and off the floppy as serial data (as it
>comes off the drive "raw") but if you added some hardware (like a Western
>Digital FD controller) it will separate the data and convert it to
>"parallel" data which the parallel port can support. The inverse is also
>true (parallel data back to serial to fed the drive). The FDC can handle the
>Single density issue. Processing power of the computer is not an issue
>unless you have a painfully slow machine. I wish I had more time to work on
>this project. Anyone have the Kilobaud article were someone connected a FDD
>to a Heathkit ET-3400 ?
>
>Best regards, Steven
>
>----- Original Message -----
>From: "Fred Cisin" <cisin(a)xenosoft.com>
>To: "General Discussion: On-Topic and Off-Topic Posts"
><cctalk(a)classiccmp.org>
>Sent: Thursday, June 10, 2004 2:55 PM
>Subject: Parallel drive (was: USB 5.25" floppy drive - do it
>
>
>> On Thu, 10 Jun 2004, Jules Richardson wrote:
>> > Not sure if such as a PC parallel port is fast enough to cope with the
>> > data rate of a floppy drive and leave enough time for the CPU to do the
>> > processing though... but that'd be nice; little more than a cable and a
>> > bit of glue logic hooked up to a parallel port that could be quickly
>> > swapped between machines.
>>
>> MicroSolutions (DeKalb IL) in their "BackPack" line, made parallel port
>> floppy drives. I have a 2.8M 3.5" from them, but they also made a lot of
>> other models.
>>
>
>
>
VaX enthusiasts,
I finally managed to get QBus SCSI card for my MicroVax II thanks to Ebay.
It appears like it will fit in fine. It says KZQSA M5976-SA on the side. It has two Centronix-50 Female connectors on it. Question is what is easiest way to connect this to internal full-height DEC SCSI drive with standard 50-pin connector. Get a f-f gender connector and a cable with Centronix-50 F connector on one end and ribbon with internal connectors along it, and terminator at end?
I cannot recall what model DEC drive this is, but I thought it was 4GB. How do I find DEC Drive model? I see numbers 74046725-0 A01 GM on side rail, 70-2988501 on top of drive, Model DSP5400S Rev RH12E-CY A01 on back of rail, and another label on the back of drive reading KB34426075 R-75. Board says 54-21265-06 A05 and ZG40516250 and 74P6 and Side 2 5021264-06 A01
I used to like programming in C and Fortran on this machine and the drive died a few years ago. I was hoping to load VMS on to the new big disk and have lots of space to play around in.
Thanks for your assistance,
Bradley Slavik
Hi all,
Does anyone here own or use a HP 1650B (or 1651B) logic analyser?
Do they need DSDD 3.5" disks or can they accept DSHDs as well?
I ask because someone has just offered me a HP 1650B - system disk, a few
pods and a 1650B analyser - but doesn't have any manuals or know what type of
disk it needs. I'm guessing DSDD-only, given that the system disk is
supposedly DSDD.
Is it possible to duplicate the operating system boot disk using standard
hardware (i.e. a PC or my RISC PC)?
Anyone got PDF versions of the Operator's Manual, Service Manual and/or
Programming Manual?
Sorry for the OT-ness of this message - sure, it's not a computer, but it
meets the 10-year-rule - the power-on selftest screen displays "COPYRIGHT
1987", so that would make the firmware, what, 16 years old?
Thanks.
--
Phil. | Acorn Risc PC600 Mk3, SA202, 64MB, 6GB,
philpem(a)dsl.pipex.com | ViewFinder, 10BaseT Ethernet, 2-slice,
http://www.philpem.dsl.pipex.com/ | 48xCD, ARCINv6c IDE, SCSI
... How come all the buttons keep flying off my shirt?
Hi All
Another Los Alamos, Sandia Auction this weekend. If you live within a
driving radius of Albuquerque, you should really check these out.
I unfortunatly cannot make it this weekend. :-( So someone else will have
to bid on the Sun Enterprise 450 :
http://www.bentleysauction.com/pictures/albuquerque/06-12-04%20Sandia,%20LA…
There are also several Ultra 10's 5's and 2's
As well as your SGI Octanes, O2's and an Impact 10000
Also a Digital RA90 Rack and a Vax 4000-400 and several MV II's
Complete list:
http://www.bentleysauction.com/misc/catalogs/nm061204.txt
And this time they even have some pictures:
http://www.bentleysauction.com/pictures/albuquerque/06-12-04%20Sandia,%20LA…
Having been to these auctions before. This stuff goes real cheap!!
Have fun!!
Cheers
Tom
---
Please do not read this sig. If you have read this far, please unread back
to the beginning.
Why does everything have to be so difficult?
I'm trying to set up an Amiga 500 for tonight's Computer History Museum
event. It's got a DB-23 RGB output and a Mono out. I've got an Amiga
1080 high resolution color monitor. It's got a Video and Chroma input,
plus a DA-9 RGB input. I've got an Amiga RF Modulator that plugs into
the DB-23 on the back of the Amiga and has a composite Video and Audio out
(and an RF out). Then I have several video cables. One is a DB-25 to a
DIN. Another is a DIN to three RCA leads. And then there's the DIN to
DA-9. At least one of these might be for the Atari 520ST (which I also
need to set up).
None of this connects up in a way which gives me colour on the display.
Is it too much to ask to have products designed by people who are not
insane?
--
Sellam Ismail Vintage Computer Festival
------------------------------------------------------------------------------
International Man of Intrigue and Danger http://www.vintage.org
[ Old computing resources for business || Buy/Sell/Trade Vintage Computers ]
[ and academia at www.VintageTech.com || at http://marketplace.vintage.org ]