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 ]
On Jun 10, 10:12, Witchy wrote:
>
> > Given the recent discussions, you could
> > contribute a decent set of ROM images now :-)
>
> Heh; time to see if the ROM reader/burner we've got upstairs works!
It
> looks like a parallel port job for a PC so I hope we've still got the
> software for it too......
:-) Be careful; ones I've seen that look like parallel port
connecitons need a special card with the voltage regulators on them
(I've got an ALL-02 like that).
--
Pete Peter Turnbull
Network Manager
University of York
Good catch - I did mean Amiga. I've seen about everything the web has
too offer on this and am hoping to get my hands on some actual hardware.
Thanks.
-W
> Date: Sun, 6 Jun 2004 12:19:52 -0500 (CDT)
> From: Martin Scott Goldberg <wgungfu(a)csd.uwm.edu>
> Subject: Re: Atari Mandala VR System
> To: cctech(a)classiccmp.org
> Message-ID: <200406061719.i56HJqdK017402(a)alpha2.csd.uwm.edu>
> Content-Type: text/plain; charset=us-ascii
>
> >I'm looking to buy (or at least get a chance to look at) an original
> >Mandala virtual reality system for the Atari - the one that
> was sold by
> >Vivid beginning in around late 1989 or so. Basically works like the
> >Playstation Eye Toy.
> >
> >Anybody have one or know who does?
> >
> >-W
> >
>
> Actually that was an Amiga driven system, not Atari. You can
> read the specs about it here:
>
> http://www.siggraph.org/~fujii/etech/1991_14.html
>
>
I hope these are on topic. They all seem to be about 20 years old. I can't
find any copyright.
I have the following HP manufactured boards.
93799A (HS BUF INT) (I have 5 of these)
69731B (Digital Output Board) (I have 2 of these)
13037 (INTF)
12979(I/O) buffer
Anybody need and/or want any of these? Make an offer (I'm a realist, I just
don't want to see these go for scrap). Shipping would be from 07848 (New
Jersey USA).
Kelly
>I live less than an hour from boston, I talked with Fred last night and
>unless somebody beats me to it, I will pick up everything from Fred.
Great... I had talked with him about it, but was not sure I would
be able to do it in a timely fashion, what with moving my other
condo contents...
I'm glad someone could commit to it...
Megan Gentry
Former RT-11 Developer
+--------------------------------+-------------------------------------+
| Megan Gentry, EMT/B, PP-ASEL,ST| email: mbg at world.std.com |
| Member of Technical Staff | megan at savaje.com |
| SavaJe Technologies, Inc. | (s/ at /@/) |
| 100 Apollo Drive | URL: http://world.std.com/~mbg/ |
| Chelmsford, MA 01824 | "pdp-11 programmer - some assembler |
| (978) 256 6521 (DEC '77-'98) | required." - mbg KB1FCA |
+--------------------------------+-------------------------------------+
----- Original Message -----
From: "jkeyshcm" <jkeys(a)houstoncomputermuseum.org>
To: "General Discussion: On-Topic and Off-Topic Posts"
<cctalk(a)classiccmp.org>; <sml49(a)comcast.net>
Sent: Friday, June 11, 2004 11:49 AM
Subject: Re: Macs: Billions and Billions sold
That sounds like a great idea and I would love to do it for a display at
the
museum and shows that we do. Can share the software and tips? Thanks
> ----- Original Message -----
> From: "Seth Lewin" <sml49(a)comcast.net>
> To: <cctalk(a)classiccmp.org>
> Sent: Thursday, June 10, 2004 7:09 PM
> Subject: Re: Macs: Billions and Billions sold
>
>
> > On June 9 John Allain wrote:
> >
> >
> > >
> > > But anybody have any creative ideas on what to do
> > > with two or three Mac Classics that I keep finding.
> > > I can't throw them out, on conscience.
> >
> > At one MacWorld I attended one vendor had taken dozens of Pluses, SE's,
> > SE30's and Classics and built what can only be called a throne out of
> them,
> > with a Lisa for an ottoman - and ran the Pyro! screensaver on them all,
> then
> > photographed show-goers sitting on it and handed out the Polaroids. That
> > took dozens of mini-Macs but perhaps you could use the few you have to
do
> > something equally silly - run the Energizer Bunny, network version. Hook
> 'em
> > together with PhoneNet, install the init on them all and the "Start
> Wabbit"
> > application on one, and let it rip. Bunny marches across one screen,
then
> > the next, then the next and around and around. I have the software if
you
> > want it. Sort of a deranged kinetic art form...
> >
> > Seth Lewin
> >
> >
>
>Good question -- does the Mac Classic have any NuBus slots? I'd like to
>snag one of the Symbolics MacIvory lisp machine cards to run on a Mac.
The Classic does not have any expansion slots at all. I think the
smallest Mac you can get that supports NuBus would be the IIsi (with a
PDS to NuBus adaptor). But that doesn't have a built in screen. None of
the All In One macs supported NuBus (at least not directly, I believe I
read somewhere that the SE/30 could use the IIsi adaptor card, but even
if it could, you woudn't be able to close the case with it installed).
Did the MacIvory card come in another other format? LC PDS maybe? A
number of AIO macs have LC PDS slots.
-chris
<http://www.mythtech.net>
Hi,
Does anyone have a small (3-slots to 7-slots) VME powered-chassis? I am
looking for a 6U-based chassis to complement my Ultra-2 Sun workstation.
Thanks...
Ram
(c) 2004 OpenLink Financial
Copyright in this message and any attachments remains with us. It is
confidential and may be legally privileged. If this message is not
intended for you it must not be read, copied or used by you or
disclosed to anyone else. Please advise the sender immediately if
you have received this message in error.
Although this message and any attachments are believed to be free of
any virus or other defect that might affect any computer system into
which it is received and opened, it is the responsibility of the
recipient to ensure that it is virus free and no responsibility
is accepted by Open Link Financial, Inc. for any loss or damage in any
way arising from its use.
Hi Jules
The formats for MFM and FM are mostly well defined but they
are not the only formats out there. There was a problem
with one of the early controller chips ( I think it was the
1791 ) that had problems with all 0 gaps or something. In
general, FM is FM and MFM is MFM. The clock rates are different
for 8 inch and 5-1/4, single, double and quad.
There are at least two other common soft sectored formats
that I know of. There is the Aplle II format and there is
M2FM that Intel used.
Hard sectored formats used all kinds of encoding. Most use
a simple return to zero type clocking. Sector headers had any
number of different combinations.
Anyway, going directly into the port is always going to be
tough for a PC. PC's are busy with a number of things and don't
make particularly good "real time" processors.
I'd been thinking of the same things you've been thinking of.
There is another way. A while back there was some modem boards
called "softmodems". These were made by Cardinal and DSI ( later
bought by that sound board company? ). These have DSP chips that
run quite fast enough to bit-bang the data from a floppy.
One can load code into these boards and run fast enough to
monitor the data stream of a floppy.
I've hacked the ones used by Cardinal and DSI to use for
some DSP projects. I've been considering doing the same
to capture images of disk. I'd though it would be easiest
to use the disk controller in the PC to deal with select,
track stepping and head loads while using this board to
read the data.
Once the timing data is captured, one can store or decode
at ones leisure.
Dwight
>From: "Jules Richardson" <julesrichardsonuk(a)yahoo.co.uk>
>
>
>Hmm, my pondering about reading raw data from floppies got me thinking.
>I have some data on low level floppy format, which gives the following
>information:
>
>Each track has an index gap, followed by a gap 1, followed by a number
>of sectors, followed by a termination gap.
>
>Each sector is made up of an ID field, seperator gap, data field, and
>then a trailing gap on all except the last sector on a track.
>
>This is given as the same for both MFM and FM recording.
>
>The information I have gives the makeup of each of the gap types in
>terms of bit patterns, counts, what clock transitions are missing for
>MFM formats etc.
>
>Question is, is this a standard? I mean, for any disk using MFM or FM
>recording are these bit patterns going to be the same? Or is it
>dependant on the controller chip being used?
>
>cheers
>
>Jules
>
>
>
>
>perhaps you could use the few you have to do
>something equally silly - run the Energizer Bunny, network version. Hook 'em
>together with PhoneNet, install the init on them all and the "Start Wabbit"
>application on one, and let it rip. Bunny marches across one screen, then
>the next, then the next and around and around. I have the software if you
>want it. Sort of a deranged kinetic art form...
Hehe, that's the greatest thing!
I should write something similar for myself. I currently have 3 Mac
screens (two different Macs), and a Windows screen all facing me... I
should write a little cross platform app to do something similar so I can
have it run across each of my 4 screens.
hehe... now I know what to do on my next down day :-)
-chris
<http://www.mythtech.net>
At 23:56 10/06/2004 -0500, you wrote:
>Finding disks of any density is almost impossible nowdays. I picked up
>about 100 of them from a local computer dealer as old stock -- he just
>wanted to get rid of them, so I got them for free.
>
>Same seems to be true on DSDD 3.5" disks -- I haven't seen them available
>for several years, just the HD ones now.
>
>Gary Hildebrand
>ST. Joseph, MO
I've got 10,000+ 3.5" DSDD disks in boxes of 500 - Many as you want are yours
for the cost of shipping (from Ottawa).
Only catch is they have no write protect tabs (from the days when I used to
ship on diskette)... I made up a little cheater to slip in under the disk
corner - not the best for daily R/W use, but works very well for making
permanent/backup copies of things.
Also have a Victory autoloading drive if anyone is interested. (load/accept/reject
under serial port control - processess 100 disks at a time).
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
I noticed this on ebay tonight:
<http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&category=4610&item=510057941
2>
Seller thinks it may be a prerelease model because the FCC sticker says
it isn't approved and can't be sold. Possibly they are correct, maybe it
was a review model sent out before they hit the stores.
I'd love to have it, opening bid of $9.99, but I'm sure it will go above
my price range before it closes (and now that I've pointed it out here,
that's almost a sure event).
-chris
<http://www.mythtech.net>
Hi Thom,
Do you have any RX50 floppy disks?
John
/------------------------------------------------------\
| Atlantic Undersea Test and Evaluation Center (AUTEC) |
+------------------------------------------------------+
| John James Hinkamp Hinkamp(a)wpb.nuwc.navy.mil <mailto:Hinkamp@wpb.nuwc.navy.mil> |
| AUTEC Software Engineer 561-655-5155 x4325 (work) |
| Andros Island, Bahamas 561-655-5155 x5690 (home) |
+------------------------------------------------------+
On Jun 10, 22:19, Jerome H. Fine wrote:
> >Pete Turnbull wrote:
>
> > > On Jun 8, 19:18, Jerome H. Fine wrote:
> > > Controller Model Max RD5n Drive
> > > RQDX3 (M8639-YB) RD53
> > M8639-YB is not RQDX3, it's RQDX2.
>
> YOU ARE CORRECT!! I did not check the details enough!!
> I almost always seem to have at least ONE typo in anything
> over 50 words.
:-) I have that trouble too.
> And even the RQDX3 is difficult
> to use with any MFM drive except DEC RD5n and DEC RD3n
> drives. As for the RQDX1 and RQDX2, I don't ever seem to
> remember seeing one without a real DEC drive, although I have
> heard that XXDP has been patched to use a non-standard (i.e.
> non-DEC MFM drive). With regard to being able to FORMAT
> a drive with an RQDXn controller, normally special XXDP programs
> from DEC are REQUIRED!
The RQDX1 and RQDX2 do tricks at startup to try to figure out what kind
of drive they have connected (things like selecting unusual head
numbers, seeking to high-numbered tracks) and if the results aren't
what they expect, they won't recognise the drive. You can use many
non-DEC 10MB drives with an RQDX1, given a suitable (early) version of
the ROMs, but other sizes are tricky (and a drive that works with one
version won't necessarily work with another). All the relevant drive
parameters are fixed in the RQDX1/2 firmware.
Things are much easier with the RQDX3, as it stores the drive
parameters on the drive, so if you can once format it, it works. The
table of values for approved drives is in the formatter program. In
the later versions of the RQDX3 firmware, there is the capability to
accept a new table entry from the formatter, and later versions of the
XXDP formatter (ZRQCG0 and later) allow you to feed it values. If you
do that, you also have to tell the formatter NOT to read the defect
list (because there isn't one on a non-DEC drive, and when it tries to
read it near the end of the 15-30 minute format operation, it will fall
over). Working out the right values, however, is non-trivial. I've
done it twice. The first time, in about 1990, it took days to work out
what some of the entries meant. Now I just use drives it knows about
already.
You can also format a drive on an RQDX3 on a Vaxstation with VS2000
diagnostics. I don't know if that lets you bypass the UIT (Unit
Identifier Table) as well, but I expect so.
--
Pete Peter Turnbull
Network Manager
University of York
> Why does everything have to be so difficult?
[1] To stop you from getting bored.
> I've got an Amiga 1080 high resolution color monitor. ... I've got
> an Amiga RF Modulator ... Then I have several video cables.
> None of this connects up in a way which gives me colour on the display.
Video out on the modulator to Chroma in on the monitor, mono video out
on the Amiga to Video in on the monitor.
> Is it too much to ask to have products designed by people who are not
> insane?
Yes, see [1].
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
________________________________________________________________________
> Is the Amiga A2091 external interface the same pinout as the old
> Apple 25-pin connector? I have the pinout for the A2091, but not for
> the Apple.
Yup, I used a MAC SCSI box on my A2000/A2091 for years.
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
________________________________________________________________________
>> None of the goodwill/salvation army stores near my home in NE Massachusetts
>> will even accept computers of any kind for donations. That really annoys
>> me, both from a donatig and a collecting perspective.
>
>The problem is that they now have to pay to get rid of anything that
>doesn't work or is simply not saleable. Blame it on the environment :)
That wasn't the case for the one near me (pay to dump garbage... in NJ?
BAH! We love toxic waste, we like to build sports stadiums on it).
The one that had been near me told me they wouldn't take them, because
they got sick of people expecting support, or wanting to return them when
Windows crashed. Since they had a strick "All Sales As Is, All Sales
Final" policy, they were simply tired of pointing that out to people. So
they stopped selling CPUs to avoid the headaches.
-chris
<http://www.mythtech.net>
Do you just need floppies formatted for RX50? what machine do you need
them for? if it's for a Rainbow, then CPM and MSDOS will format them for you.
At 12:45 PM 6/10/2004, you wrote:
>Hi Thom,
>
>Do you have any RX50 floppy disks?
>
>John
>
>/------------------------------------------------------\
>| Atlantic Undersea Test and Evaluation Center (AUTEC) |
>+------------------------------------------------------+
>| John James Hinkamp Hinkamp(a)wpb.nuwc.navy.mil
><mailto:Hinkamp@wpb.nuwc.navy.mil> |
>| AUTEC Software Engineer 561-655-5155 x4325 (work) |
>| Andros Island, Bahamas 561-655-5155 x5690 (home) |
>+------------------------------------------------------+
Hello all...
I checked with Jay on this and he said it would be okay to make a
posting.
I run a small computer consulting firm, I am looking for
tech's/engineers for on-call on-site support in the following area's:
New York: Manhattan, Westchester, Putnam
New Jersey: Northern and Rockland, NY area
Southern Connecticut
1. I am looking for Macintosh Classic/OS X skilled (both OS and HW)
2. Cisco Networking Engineers (Routers/firewalls/switches)
3. Cable Plant/Punch-down/Patch Panel installers
4. PC Techs with Windows 95-XP skills as well as H/W Skills (Prefer
those who know DOS and don't use the excuse "It's plug and play" when
resolving IRQ/Port I/O issues.
5. Server Side engineers with Solaris, Windows NT/2K, Novell 3-6
This is part time, hourly on-call work as well as short term
installation/upgrade projects.
Those eligible:
I am looking for skilled/experienced individuals, not those who've had
"lab time" and taken a certification and passed, sorry but I need
individuals who already have time in real world customer environments.
I prefer to offer these opportunities to those currently unemployeed
versus those looking for some side work, so please if you are already
employeed, let me know, I would still keep you in mind but give those
currently out of work these assignments ahead of you.
Please email your resume to legacyengineer(a)att.net
Curt
--
Curt Vendel & Karl Morris
-----------------------------------------------------------------------
The Atari Museum
http://www.atarimuseum.com
The Atari Explorer
http://www.atari-explorer.com
On Jun 8, 19:18, Jerome H. Fine wrote:
> >Jay West wrote:
Jay, could you look at the ROMs on your RXDXen and see what the 23-xxx
numbers are?
> > I believe I have a few spare RQDX2's, but those dont do RD53 drives
just
> > RD52 I think?
>
> Jerome Fine replies:
>
> Controller Model Max RD5n Drive
> ------------------ ------------------
> RQDX1 (M8639) RD51
> RQDX1 (M8639-YA) RD52
> RQDX3 (M8639-YB) RD53
> RQDX3 (M7555) RD54 - RD3n drives also allowed
>
> NOTES:
> (1) RQDX1 must be the last board in the Qbus (i.e. ONLY one allowed)
> (2) All RQDXn also allow the RX50
> (3) RQDX3 also allows the RX33 and RT-11 can FORMAT an RX33 media
The difference between RQDX1 (M8639) and RQDX1 (M8639-YA) is just the
ROMs, which were field-upgraded, so check the ROM numbers not the
handle. Only the third version is -YA, which supports RD52. The first
version has problems with RX50s.
V.7.0 23-238E4 and 23-239E4
V.8.0 23-264E4 and 23-265E4
V.9.0 23-042E5 and 23-043E5
M8639-YB is not RQDX3, it's RQDX2. There were three versions of the
ROMs for this, and only the last two supported RD53. The difference
between M8639[-YA] and M8639-YB is a diode and some hackery in the top
left corner; this too could be done in the field so don't rely on the
handle number. The purpose was to eliminate the "must be last card in
backplane" problem.
V.9.4 23-172E5 and 23-173E5
V.10D 23-178E5 and 23-179E5
V.10E 23-188E5 and 23-189E5
The RQDX3 also had several versions of its "microcode", and the first
doesn't directly support RD3x (it has other problems too). The first
three or four have problems with anything bigger than an RD53.
??? 23-166E5 and 23-167E5
V.1.10 23-216E5 and 23-217E5
V.2.? 23-243E5 and 23-244E5
V.3.? 23-285E5 and 23-286E5
V.4 23-339E5 and 23-340E5 (RQDX3-F002 / EQ-01532-02)
I'm not sure if the 23-166E5 and 23-167E5 really exist; I have every
version of the RQDX3 ROMs except those, and the numbers may be a
typographic error (as implied in one of the FCOs). Or else they were
so bad they were replaced before or very quickly after the RQDX3
release.
I also have the RQDX1/2 ROMs versions 7, 8, 9.0, 9.4, 10E, but not 10D.
--
Pete Peter Turnbull
Network Manager
University of York
> Wasn't the expansion bus connector upside down on the A500 compared
> to the A1000?
No, it was back to front and on the wrong side.
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
________________________________________________________________________
>None of the goodwill/salvation army stores near my home in NE Massachusetts
>will even accept computers of any kind for donations. That really annoys
>me, both from a donatig and a collecting perspective.
The one near me had the same policy. They would refuse them, and if they
were left when the place was closed, they would chuck the CPU in the
dumpster and sell whatever parts and software was left.
Alas, the place is now closed, so I can't dive there any more (the
building owner felt a Salvation Army store wasn't the right type of
"image" for the shopping district it was in... humm... I guess it stood
out to much against the gas station, car dealership, porn movie rental
place/subway sandwich shop (yes, both in one store... get your porn and a
snack at the same time), Hooters and swamp land. Go figure.
-chris
<http://www.mythtech.net>
On Jun 10, 23:21, Antonio Carlini wrote:
> I've just checked and I already have these:
>
[list of EPROMs]
> I do have other machines around that I could
> (eventually) check and probably read the EPROMs
> (once I check out the programmer - or image
> them in the office).
>
> So who is going to be the repository holder?
How about adding them to mine, at
http://www.dunnington.u-net.com/public/DECROMs/
--
Pete Peter Turnbull
Network Manager
University of York
On Jun 10, 14:45, Barry Watzman wrote:
> [Next I will want a USB 8" drive ..... which, actually, with the
right
> software, would not be a bad idea !!]
Ah, but could it (or even a 5.25" one) do single density?
--
Pete Peter Turnbull
Network Manager
University of York
On Jun 10, 10:05, Stan Sieler wrote:
> Re:
> > brown-painted panel, labelled "RS-232-C", over a DB25S, on the
other.
> > Part number 02670-60068.
> >
> > I've no idea what it's off, and no way to test it; yours for the
price
> > of postage if you can use it.
>
> My guess is that it's for an HP 267x printer/printing-terminal,
> but I'm not sure. (No, I don't need one :)
Thanks :-) Well, I certainly don't need it, so if not claimed by
Monday night, it will be used to enrich the local environment (Tuesday
is bin day).
--
Pete Peter Turnbull
Network Manager
University of York
Hello Marc,
on my search through google i found a message from you saying
that you could put to work several tektronics XP419C X terminals. I
got one but i need the X server binary so i can download it to the
machine using tftp/nfs. Could you please point me to some location or
better, would you be kind enough to send me the .tar.gz of it?
Regards,
Nuno
--
CT1FOX - http://aeminium.org/slug
D30B 54C0 40A7 7D61 C44F 4BA4 F071 2168 F494 ACB9
As an alternative to DEC LPS, one other possibility I'm considering for
a perfect PostScript printer would be an original Apple LaserWriter.
But since I'm NULL in apples, I need some help.
1. Are all LaserWriters 100% pure PostScript printers, speaking nothing
but PS? I know the very original one was, but I'm not sure about whatever
happened later and whatever they make now.
2. Were there any LaserWriters made with duplex printing capability? If
so, what's the earliest duplex LaserWriter?
3. The original LaserWriter had a serial port. But given the assault on
serial ports coming from all directions, I don't expect the current ones
to have one, or do they? When was the last LaserWriter made with a serial
port? Was there ever a LaserWriter new enough to support duplex printing
but old enough to have a serial port?
4. Are LaserWriter serial ports standard EIA-232 DB25 or something Apple
proprietary? If the latter, what kind of adapter would I need to make?
MS
Tom offered to send me a paper tape if I could read it. I asked on this list and
got a lot of offers to help... thanks to everyone who wanted to help!
Today I got email from Tom again. He moved several years ago, and just went
to look for the tapes. The box labeled TINY BASIC had paper tapes, but not
for Tiny. He's optimistic that he might still have the original tapes somewhere
and he plans on looking for them. The only version he found so far has been
for the 1802.
In the mean time, if anyone on the list has any version of Tom's TB, he might
appreciate getting copies, even if it's just the binaries. I'm desperately seeking
the 6502 version, so hopefully someone can get a copy to Tom.
He must have sold quite a few copies, considering they were originally $5 each
($5 for software? Amazing!). Hopefully someone has some old copies laying
around.
Bob
>Does anyone know for sure that if the 4 batteries on the Lisa motherboard
>are dead, if that will prevent it from powering up? This machine was
>working
>about 3 years back when it went into storage. Thanks for any tips.
No, it won't... but one thing you have to watch; there are two microswitches
to detect if the covers are on or not - one front, one rear. If they aren't
closed, either by the covers or 'bodging', the thing won't power up.
I've picked up a couple of cheap 'dead' Lisae where that was the only
problem!
Mike
http://www.corestore.org
I've been tidying up (ahem) the workshop and came across a board I'll
surely never use. It's some sort of Hewlett Packard serial card, about
8.5" long and 4.8" wide, with a 50-way edge conector at one end and a
brown-painted panel, labelled "RS-232-C", over a DB25S, on the other.
Part number 02670-60068.
I've no idea what it's off, and no way to test it; yours for the price
of postage if you can use it.
--
Pete Peter Turnbull
Network Manager
University of York
>Does anyone know if there is software available to transfer Apple II
>disk images on a raw-binary basis (ie: not necessarily well formed
>sectors), and if so, are there any simulators which can make use of
>such images?
>
>I know this would be fairly complex, as the Apple could do half
>tracks etc., and timing can be critical to many Apple copy protection
>schemes. These factors would also have to be delt with somehow - is
>there anything available which can do this?
I don't know about getting past the copy protection, but there is at
least one fairly vast archive of Apple II software available online. I
never remember the exact address, but it is something with asimov.net
(the A2 newsgroups usually make mention of it from time to time)
Your friend can always check there to see if the software he needs to
transfer has already been made into a disk image that he may be able to
use with the emulator.
-chris
<http://www.mythtech.net>
:-)
Seriously, I have no use for the board and it looks to be in
excellent shape. There's no point in letting it languish in a box for
several more years.
Specs again:
ISA bus memory board
Cheetah Int'l. Inc.
"Cheetah Cub 2Mbyte Fast Memory"
4 banks of 18 256Kx1 socketed chips
There is a set of DIP switches per bank, but there is no labeling and
I have no docs. I've also never tested it and have no way to do so.
For sale - Steve Thatcher says the memory chips are worth $0.75/each,
and the baseboard probably sold for hundreds of dollars, so I figure
$200USD.
When you finish laughing, make me an offer. ;)
For trade - GVP SIMM32 1MB or 4MB modules or 1Mx1 DRAM chips, or
other ger for an Amiga 2000. If you have trade beads that are worth
more than the Cheetah board, let me know. I'm not allergic to letting
go some cash.
Doc
They were there.......they weren't there.......they were there.
After removing a rather large dumpster's volume of *stuff* (literally - should give you an idea of why we couldn't find them in the first place) from my father's storage shed we uncovered some of the little pale blue friends hiding in a back corner after all. There were not as many as we had originally thought (only 4) but they were there.
1 is already sold, 1 has a screen issue and I still need to test out the other 2. Anyway if you are local to Methuen MA and are interested let me know. I would prefer not to have to deal with shipping hassles unless I can't move them locally.
I am thinking $10 for the unit with the screen prob and assuming the other 2 test out ok, $25 each for those.
I also have a bunch of Visual Technology model 55 and 310 terminals if those are of any interest to anyone.
Thanks for humoring me throughout this ordeal.
Hi Doc, you are welcome. Always take your shoes off though, so you won't ruin a good pair of shoes...
best regards, Steve
> Thanks, Steve, Tony, Bill, Brian, Gene, and everybody for the
>tutorial. It helped a lot. Now, instead of being afraid to pick up the
>gun, I can go shoot off some toes..
>
>
> Doc
Mike K. and I are working on resurrecting a Cromemco System 3
This is a large S-100 rack-mount unit with dual 8" floppy drives
and internal hard drive.
Got it powered up yesterday, and all DC supplies appear normal.
Managed to get it working to the point where it tries to boot from
the A drive (floppy) - unfortunately we have no boot diskette.
We able to get into the 'RDOS' ROM monitor for which we have no
documentsion. Discovered the 'BA-BD' commands which try and boot:
BA accesses the first 8" floppy, BB accesses the second 8" floppy.
BC&BD just "hang". Also discovered an 'I' command (IPL?) which
also hangs...
We were not able to get any action from the hard drive - I don't
know if it would be booted by 'BC', 'BD' or 'I' (or something else).
I did note that the HD power was disconnected when we opened the
box, so I do not know if the hard drive even works.
Q1) Does anyone out there have a boot diskette for a Cromemco
System 3? I'm pretty sure that if we had a boot diskette we
could bring the system up.
Q2) Can anyone tell be exactly what needs to be done to boot the
hard drive? Are there any diagnostic procedures that we can
use to confirm that the HD is operating?
Any information or pointers to information on this system would be
very much appreciated.
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
hmmm, I thought there were four rows of 18 chips. That sounds like 8 banks of 256K which seems
like 2meg to me... unless I got something wrong
as for board worth, the 256K chips are worth a bit. I found a site that had them for sale at $0.75 each.
If you need a PC to run it in, buy one on eBay... LOL (couldn't help that one)
best regards, Steve
-----Original Message-----
From: Doc Shipley <doc(a)mdrconsult.com>
Sent: Jun 9, 2004 1:28 PM
To: General(a)mdrconsult.com, Discussion@mdrconsult.com@null,
On-Topic and Off-Topic Posts <cctalk(a)classiccmp.org>, null@null
Subject: Re: Cheetah Cub board
Steve Thatcher wrote:
> that is a Micron part number for a 100ns 256K ram. It is probably an EXPANDED memory card unless it has two bus connectors then it might be EXTENDED memory (didn't we just have a conversation about PC memory...)
Ehh? 256K? So either the board provides 16MB of RAM, and the 2Mbyte
silkscreen is just the shipped configuration, or somebody was wasting
87% of their money?
BTW, the 10ns was a brain fart. I dunno much about DRAM, but I can
read the -6, -7, and -etc extensions... :)
So, more relevant to me, is the board itself worth anything outside
the DRAMs? I have a friend doing a 68000 SBC project who could use
some, and I think some of the rest would look fabulous on my Amiga
2000's A2091 board.
One note - It looks like the DIP switches can be set per bank, but
without docs, I'm guessing that taking any of the RAM off will render it
inoperable.
> It is more than likely one of the two memory standards and will work in any OLD PC.
But I don't have any old PCs. :)
BTW, your line wraps seem to be set to 256 or something.
Doc
Hello list,
I've recently acquired a PDP-11/04 which in its past life was the controller of a CNC precision drill/router (not the network kind) system. Inside which have 2 boards (Unibus of course) described as below:
First clue: Upper left hand corner says it's from "Advanced Controls Corp.". A quick search points to http://www.acsmotion.com as they seem to be in the same field, industrial/machine controls. Alas, their tech support doesn't even have a clue as to what a Unibus is...
Both boards appear to be the same model/type, but one is a earlier revision with a lot of reworks; i.e. jumpers and 2 smaller daughterboards, of which the later revision board doesn't have.
Each board have 2 BERG-like male connectors (50-pin and 40-pin) which (guessing here) connects to the actual drill/router itself.
The board is made out of SSI/MSI/LSI TTL ICs. The most complex/prominent are the two 12bit Analog Devices DACs from the DAC80 variety, both made in the late 80s:
DAC #1
- ADDAC80N (24-pin)
- CBI-V
- 8802
DAC #2
- ADDAC80D (24-pin)
- CBI-V
- 8811
I guess these are for the X-Y positioning, but of course I may be WAY out here..
Board #1
- S/N 11926 (sticker)
- P/N 18992-103R (scribbled on handle)
On the upper left hand corner:
- Advanced Controls Corp.
- PCB Detail No. 17795 Rev. H
- ASSY No. 18992 Rev.
- Replaces 17750
Board #2
- S/N 0000005077 (sticker)
- P/N 18992-102R (scribbled on handle)
On the upper left hand corner:
- Advanced Controls Corp.
- PCB Detail No. 17795 Rev. D
- ASSY No. 17750 Rev.
If anybody can positive ID these boards, it'd be great!
If anybody has the programming docs for these, it'll be even greater! :-)
/wai-sun
p.s. These boards seems to have last tested OK on Oct 28, 2002 (from a "tested" sticker)!
--
___________________________________________________________
Sign-up for Ads Free at Mail.comhttp://promo.mail.com/adsfreejump.htm
the little guys are only 256K by 1, so it takes 9 of them to make a 256K byte bank. PC memory has always been spoken off by the byte.
As for the Amiga, it will take 8 (or 9) to make each 256K byte upgrade. Of course, getting nit picky, 256K bytes could be thought of as a 2meg bit upgrade - it sounds impressive and it what a saleman would have said... LOL
I can understand your need to stick your face in mud rather than buy a PC... :)
best regards, Steve
-----Original Message-----
From: Doc Shipley <doc(a)mdrconsult.com>
Sent: Jun 9, 2004 3:09 PM
To: Steve Thatcher <melamy(a)earthlink.net>, General(a)mdrconsult.com,
Discussion@mdrconsult.com@null,
On-Topic and Off-Topic Posts <cctalk(a)classiccmp.org>, null@null
Subject: Re: Cheetah Cub board
Steve Thatcher wrote:
> hmmm, I thought there were four rows of 18 chips. That sounds like 8 banks of 256K which seems
> like 2meg to me... unless I got something wrong
No, I guess I got it wrong. I thought you meant 256K per chip, or
4MB per bank (16 * 256K plus 2 * 256K for parity).
So are these 256K per bank, or 256K per chip? IOW, if they turn out
to be compatible and I install 16 of them on the Amiga A2091, will that
be a 2MB or 0.25MB upgrade?
I'm a complete retard at memory components. It doesn't make sense to
me at all, even after a fair amount of reading and some explanation from
some Smart People.
> as for board worth, the 256K chips are worth a bit. I found a site that had them for sale at $0.75 each.
Well, that wouldn't suck. Of course that means they're really worth
about $0.20/each. :)
> If you need a PC to run it in, buy one on eBay... LOL (couldn't help that one)
Heh. I'd rather stick my face in the mud.... [family joke]
Doc