6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Sun May 12, 2024 4:05 pm

All times are UTC




Post new topic Reply to topic  [ 15 posts ] 
Author Message
PostPosted: Sat May 21, 2022 2:04 am 
Offline
User avatar

Joined: Fri Dec 12, 2008 10:40 pm
Posts: 1001
Location: Canada
Memory lane ..

My favorite computer of all time was my OSI Superboard II. 6502 based, approachable and totally understandable in every respect.

However, this was my 2nd favorite: http://www.bitsavers.org/pdf/gimix/GMX_Micro-20/GMX_Micro-20_Brochure.pdf

In the mid+ 80's I was working my way through university by being the IT department for Cycle World. The largest motorcycle retailer in Toronto back then. In fact .. ever.

I started them off on a couple of Apple II clones equipped to run CPM, then moved them to a DEC Rainbow 100 running CPM/86, then to a multi-user Plessy (DEC partner) PDP/11-73 running RSTS/E and expanded operations to include accounting, sales, parts, accessories and service. From the Apple II clones to the PDP-11 only took 2 years. The PDP-11 lasted another 2 years, but they wanted to upgrade and move to a platform that had a bit more of a future. We looked at a MicroVAX 3100 but management balked at the cost and asked me to look for something less costly.

I came up with the GMIX.

For about 1/20 the cost of the MicroVAX + VMS + VAXBASIC + DB software I was able to build a POC with the GMX built into an IBM PC style case with a 50MB HD, two FD's, UniFLEX OS, C, Fortran and a relational DB called Sculptor. It was a magical moment in my life. There is a lot more to the story, but in the end the time it would take to port all their functionality from the DEC environment to the GMX was more than they wanted to take .. so .. they opted for the MicroVAX to move ahead. That was an easy port and despite the capital costs the labor was quick and cheap.

A couple of years later I was working elsewhere but stopped into Cycle World for a visit and look for a new bike. I asked about the GMX and was told it was thrown in a dumpster over a year ago.

Sigh! Something quite unique lost forever. I'd love to have that back today.

BTW, my 3rd and 4th favorite computers ever were that PDP/11-73 and the MicroVAX 3100 (respectively).

So, assuming a 6502 of some sort was your favorite, what was your 2nd favorite?

_________________
Bill


Top
 Profile  
Reply with quote  
PostPosted: Sat May 21, 2022 2:33 am 
Offline

Joined: Sat Dec 30, 2017 3:19 pm
Posts: 116
Location: Detroit, Michigan, USA
I mostly grew up with Apple IIs (first a IIe, and later a IIgs), but my very first computer was a TI-99/4A. My GS will always be my favorite but I'd have to say that TI is my second favorite.


Top
 Profile  
Reply with quote  
PostPosted: Sat May 21, 2022 6:23 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8433
Location: Southern California
The only commercial home computers I've owned were x86-based PCs, and they were always just appliances to me, necessities, not anything to hold as a favorite (or 2nd favorite, as the title asks). My favorite computer might have to be the 6502 workbench computer; but a close second might have to be my HP-41cx hand-held computer or my HP-71B hand-held computers.

The original 41 version in 1979 started out as just a very advanced calculator for its time, but the line took on computer status over the following years' development; and sharp enthusiast engineers are still, to this day, coming up with new modules for it. So yes, there's a file system, text editor, boolean functions, string operations, assembler, clock & calendar with alarms that can interrupt another process or even wake up the machine to perform tasks on your required schedule, plus other things people might consider necessary to qualify as a computer. (Although I do synthetic programming, I never got into the assembly language for it.) I originally got it for its ability to connect to, control, and take data from, a lot of pieces of lab instrumentation at once through its HPIL interface and the converters I have to IEEE-488, RS-232, parallel, and video, plus the usual things like mass storage and printers.

I learned a lot from the 41 and 71 that I have applied to my 6502 workbench computer. All of these mentioned have their place though, and there's only so much overlap in their areas of function and usefulness.

_________________
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?


Top
 Profile  
Reply with quote  
PostPosted: Sat May 21, 2022 6:38 am 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10800
Location: England
Hmm, a favourite that's not a 6502... I think for me it would have to be the Amiga, mainly because of the software architecture. I bought a C compiler (well, bought a half-share with a friend) and so that gave me a multitasking machine which I could write code on. I never wrote very much code, but I did subsequently buy a 1200, which put me in the luxurious position of having a hard drive. (In fact I subsequently bought a CPU upgrade card for the 1200, although by the time I did that, as it turned out, I was almost ready to shift to the Pentium, and Linux. Again, it was the software which drew me.)

Edit: notably, since I moved back by way of retrocomputing, the 6502 has held far far more interest to me than the Amiga - I still have both the 500 and the 1200, but never use them.


Top
 Profile  
Reply with quote  
PostPosted: Sat May 21, 2022 6:57 am 
Offline

Joined: Thu Jan 21, 2016 7:33 pm
Posts: 269
Location: Placerville, CA
My favorite computer is the one that does what I tell it. My second-favorite computer is the one that does what I mean.


Top
 Profile  
Reply with quote  
PostPosted: Sat May 21, 2022 3:57 pm 
Offline

Joined: Tue Nov 10, 2015 5:46 am
Posts: 215
Location: Kent, UK
My second favorite computer was also the second computer I owned: The 6502-based Atari 800XL.

The first computer I owned was a Z80-based Sinclair ZX Spectrum. The Spectrum was the computer on which I first learned assembly language. You might think that would make it my favorite, but not so. I'm fond of it, but it was too primitive. The first computer I used, and wrote BASIC for, was the Z80-based (not that I knew what that meant at the time) Sinclair ZX81. and that's never going to make it on to any list... with it's wobbly 16k RAM pack that you'd nudge and it would wipe out hours of typing.

I taught myself 6502 assembly on the 800XL, and it was a great minimalist instruction set having come from the (relatively) luxurious Z80. What made the 800XL special, though, was its ATIC and GTIA graphics chips. Colors, sprites, scrolling, raster interrupts... Having come from the Spectrum, the 800XL was immense fun to explore, and it kept me engrossed after school, at weekends, and holidays, for about 18 months.

My favorite computer of all time, though, was my next one, the 68000-based Atari ST. What made the ST special was that it introduced me to the 68000 instruction set, which to this day is my favorite, and the one I've probably written the most lines of code in. The step up from 6502 to 68000 was massive. 16 32-bit registers, so many addressing modes, MUL/DIV, user and supervisor modes, exception vectors, exception stack frames, and even more interrupts. Although the ST didn't have the fancy chips to play with, there was so much to learn. The Atari ST held my attention through university until I entered industry... which happened to also use 68000 CPUs, and later 68360 microcontrollers. Over the years I've worked professionally on embedded systems with PowerPC, MIPS32, and most recently ARM64, but 68000 is where my "big CPU" journey began, with the Atari ST.


Top
 Profile  
Reply with quote  
PostPosted: Sat May 21, 2022 6:35 pm 
Offline

Joined: Fri Dec 21, 2018 1:05 am
Posts: 1076
Location: Albuquerque NM USA
Didn’t know about GMX Micro-20 but my favorite computer is similar 68020 with 68881 math coprocessor. That was my first computer design back in 1985 – an embedded 68020/68881 multiprocessor called SANDAC V for guidance and control applications. I have regressed in my old age so now 8-bit CPU are my second favorite.
Bill


Top
 Profile  
Reply with quote  
PostPosted: Sat May 21, 2022 10:15 pm 
Offline

Joined: Tue Nov 10, 2015 5:46 am
Posts: 215
Location: Kent, UK
plasmo wrote:
68020 with 68881 math coprocessor.
Nice. I believe the '020 has the scaled index addressing modes, and bit-field instructions. Very nice indeed.


Top
 Profile  
Reply with quote  
PostPosted: Sun May 29, 2022 2:35 am 
Offline
User avatar

Joined: Wed Aug 18, 2021 1:35 am
Posts: 45
Location: South Australia
Has to be the TI-99/4A. It could have been much better than it was which is unfortunate. But a fully kitted-out TI-99 is a sight to behold :D

_________________
Cheers
Troy

[My introduction]


Top
 Profile  
Reply with quote  
PostPosted: Mon May 30, 2022 11:58 pm 
Offline

Joined: Wed Jan 08, 2014 3:31 pm
Posts: 575
Atari ST was my second favorite computer. It had 1 MB of RAM a powerful processor and my first hard drive. Overall a great machine.

The Atari 800 XL was my favorite. I learned basic programming, assembly language, and the graphics hardware was too cool. The hardware sprites, color pallets, and video interrupts were too cool.

The PDP-11 and VAX are probably 3 and 4. My first job out of school was working for DEC and that hardware was generally pretty solid.


Top
 Profile  
Reply with quote  
PostPosted: Tue May 31, 2022 5:43 pm 
Offline

Joined: Fri Apr 06, 2018 4:20 pm
Posts: 94
To echo BigEd my second favorite was the Amiga. It was a great transition into modern-ish software architecture and tool chains without being as complex as a UNIX variant or as monolithic as MacOS. And you could always go and bang directly on registers if you needed to get something done the old fashioned way.


Top
 Profile  
Reply with quote  
PostPosted: Wed Jun 01, 2022 2:06 am 
Offline

Joined: Sat Dec 30, 2017 3:19 pm
Posts: 116
Location: Detroit, Michigan, USA
visrealm wrote:
Has to be the TI-99/4A. It could have been much better than it was which is unfortunate. But a fully kitted-out TI-99 is a sight to behold :D


I actually picked up a Peripheral Expansion Box for mine few months ago. I have no use for it but as a kid I always wanted one. :)

Now I just need to get something to actually put in it.


Top
 Profile  
Reply with quote  
PostPosted: Wed Jun 01, 2022 10:58 am 
Offline

Joined: Wed Jan 08, 2014 3:31 pm
Posts: 575
jmthompson wrote:
I actually picked up a Peripheral Expansion Box for mine few months ago. I have no use for it but as a kid I always wanted one. :)

Now I just need to get something to actually put in it.


Might I suggest a Myarc Geneve 9640.


Top
 Profile  
Reply with quote  
PostPosted: Wed Jun 01, 2022 4:28 pm 
Offline
User avatar

Joined: Tue Aug 11, 2020 3:45 am
Posts: 311
Location: A magnetic field
Favorite ever? It hasn't been invented yet. However, in decreasing preference, my current favorites are:

  • Eris due to its hardware design, filing system and application support. In particular, the ABI across all applications can be modified by only changing macros.
  • 6502GPD which has most influenced my hardware design.
  • Planck due to its extensive application and peripheral support.

_________________
Modules | Processors | Boards | Boxes | Beep, Beep! I'm a sheep!


Top
 Profile  
Reply with quote  
PostPosted: Thu Jun 02, 2022 2:16 am 
Offline
User avatar

Joined: Wed Aug 18, 2021 1:35 am
Posts: 45
Location: South Australia
jmthompson wrote:
visrealm wrote:
Has to be the TI-99/4A. It could have been much better than it was which is unfortunate. But a fully kitted-out TI-99 is a sight to behold :D


I actually picked up a Peripheral Expansion Box for mine few months ago. I have no use for it but as a kid I always wanted one. :)

Now I just need to get something to actually put in it.


Nice one. As a kid, I had a TI-99/4A with a PEB. I have no idea what happened to it though :(

_________________
Cheers
Troy

[My introduction]


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC


Who is online

Users browsing this forum: daniMolina and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: