A Commodore 64 was my first computer and it’s so satisfying diagnosing which chip is bad, replacing it and seeing the computer start up successfully.
Restoring Vintage Computers
11–18 of 18 posts
Re: Restoring Vintage Computers
#12I have a couple of machines lurking in my collection which worked fine the last time I turned them on, but that was 15 years ago now... I really should do the research on how to make sure I don't accidentally damage them by powering them on if there's a dried up capacitor lurking in the power supply or something. (One of them is acutually genuinely semi-rare: the ICL 3300 was produced as a prototype but was cancelled…
Re: Restoring Vintage Computers
#13Seeing his list of restored devices, including an HP2645, recalled to me how we hacked the original HP2640A glass teletypes to turn them into little desktop computers. 2640s came with a set of self-tests that you could run from an HP3000 minicomputer. Didn't take us kids long to figure out that the role of the HP3000 was to download a string of bytes representing 8008 code, that the terminal ran to test itself. They…
Re: Restoring Vintage Computers
#14Seeing his list of restored devices, including an HP2645, recalled to me how we hacked the original HP2640A glass teletypes to turn them into little desktop computers. 2640s came with a set of self-tests that you could run from an HP3000 minicomputer. Didn't take us kids long to figure out that the role of the HP3000 was to download a string of bytes representing 8008 code, that the terminal ran to test itself. They…
Re: Restoring Vintage Computers
#15Re: Restoring Vintage Computers
#16If you get into it, it's interesting how many sort of sub-niches there are and the amount of available info. Like, for example, bleaching yellowed plastic...there's a whole "retr0brite" culture. Or being able to recreate old undocumented PAL chips because somebody took the time to feed in every possible input and map the outputs.
It's only really popular because "The 8-Bit Guy" makes 45 minute videos painstakingly showing you this process, because he lacks the technical ability or background to tell you anything insightful about the computers he's working on---usually common 80s home computers that were poorly stored in someone's attic for decades.
Re: Restoring Vintage Computers
#17Seeing his list of restored devices, including an HP2645, recalled to me how we hacked the original HP2640A glass teletypes to turn them into little desktop computers. 2640s came with a set of self-tests that you could run from an HP3000 minicomputer. Didn't take us kids long to figure out that the role of the HP3000 was to download a string of bytes representing 8008 code, that the terminal ran to test itself. They…
How cool! What kind of games?
It did teach me 8008 assembler though. Used that later build a primitive RT OS with multi-level interrupts that operated a cross-bar switch for connecting KSR 33 teletypes to different computers in the lab. That was fun. We wrote the OS in concurrent pascal pseudo-code, then hand compiled into assembler.
Re: Restoring Vintage Computers
#18Earlier quoted context omitted.
How cool! What kind of games?
Most of our effort went into a solitaire version of pong, where you used arrow keys to move the "bat" along the bottom of the screen, and the "ball" ricocheted symmetrically off the top. If I recall correctly, the ball sped up over time, and we introduced some randomness in ricochet to make it a challenge you'd eventually lose. But honestly, it was a long time ago, so how much of what I remember actually worked well,…
> We wrote the OS in concurrent pascal pseudo-code, then hand compiled into assembler
I love low level programming, but I never considered that technique back in the day. Kind of brilliant.