There were 25,037 views and 94 comments made on the video prior to the refresh on 24th October. 2023. Those comments appear below...
@tezzaNZ
9 years ago
More video revision madness. My Commodore PET, now in high definition.
@grumpynerds7470
8 years ago
Oh i wish i would have such a beauty
@scuzzamiga5004
5 years ago
Hi Tezza love the videos. Sadly my 3032 lost use of A D G J L and RUNSTOP today. Just those keys. From your experience is it likely to be something other than the keyboard. ie could it be a ROM issue. The traces from those keys are all in a line. I fear its a chip and not the mechnical issue of the keys. All help appreciated.
@LGR
9 years ago
Been meaning to get a PETDisk for quite some time now for my 8032. Got a PETVet not too long ago and it's great!
Fantastic video again, great to see an updated version for this amazing machine.
@googaagoogaa12345678
8 years ago
You have a pet lgr I didn't know I have a cpc 464 pet A1200 and some more coming from my friend who snagged them on a trip he went on
@tombates9122
7 years ago
+Lazy Game Reviews LGR, fancy meeting you here...
@youtuuba
6 years ago
In this video, the middle edge card connector on the rear of the PET is referred to as the "printer port". It is in fact the "User Port". Although it 'can' support a parallel printer connected there, the PET's BASIC routed "Print" output via the IEEE-488 port, and all Commodore printers for the PET plugged in the IEEE port. As far as I can recall, there were aftermarket adapters to convert the IEEE port to what used to be called a "Centronics" port, which was a standard type of parallel printer port that pretty much all printers (other than the Commodore ones) used. The user would have to write special machine language code to use the "User Port" for output to a printer.
I also noted that Terry (Tezza) claimed that his particular PET does not have sound. Most of the PETs did not have sound, and those that did simply had a piezo buzzer that could make crappy sound. There was a 'standard' way of getting 'good' sound on the PET, which involved wiring up an audio cable to two pins on the User Port ('ground/shield' to one pin and 'audio signal' to another pin, using an edge card connector). The audio cable was then plugged into the user's stereo, or a small powered speaker, or a PA system, guitar amp, etc. The same VIA chip in the PET which controlled the User Port had an internal function that would produce a square wave signal at audio frequencies, controllable by simple POKE commands. As I recall, pretty much every PET program that 'had sound' was in fact written to use that 'standard' audio setup, rather then some integral sound device. So if you hook up the User Port to a powered speaker, then your PET will have sound for those games and such.
Some music programs used another method of getting PET sound. This also involved the User Port, and the user would wire up a series of resistors in a 'resistor ladder' configuration to the eight data pins of the User Port, and the program could 'output' various voltages via the resistor ladder by selectively turning the eight data pins on or off in the correct patterns. This was essentially a simple digital-to-analog converter (DAC), and the audio cable would be connected between the resistor ladder and the powered speaker. The program could rapidly change the data pattern to produce any desired audio waveform, not just the square wave audio provided by the simpler method. But unlike the simpler method, where the VIA chip did all the work, the more complex method required that the program do all the work, and BASIC was not nearly fast enough, so the sound generating program needed to be in machine language.
@tezzaNZ
6 years ago
Thanks for that extra info.
@youtuuba
6 years ago
Another couple of comments on this video and the PET in general:
Back in the day, I had one of the earliest PETs, so early that it was incompatible with subsequent PETs. A Commodore technician visited the "Mr. Calculator" store (a chain store that sold primarily Commodore calculators, and it was in that store that I ordered my PET and picked it up months later when Commodore got around to catching up with all the pre-orders), and he made a few mods to the circuit board, and advised me that I would need to replace the ROMs as well in order to be compatible with future software applications. As I recall it took the better part of a year before Commodore filled my pre-order for the so-called "upgrade ROMs", which was the middle version of BASIC.
My PET had the integral datasette and 'chiclet' keyboard. I had soon obtained an after market full sized keyboard which sat on the desk in front of the PET and connected with a long ribbon cable. It was actually much nicer than the full-sized keyboards that Commodore added to the PETs later on. I also had an after-market IEEE-488 adapter to 'Centronics/parallel' port, and used a daisy-wheel printer along with one of the better word processors available for the PET. I also had a Commodore dot-matrix printer that I used for program listings and anything with graphics. All printers and disk drives connected daisy-chain style to the IEEE-488 port, and the PET could support many devices at a time that were connected this way, and if I had a disk drive it would have been yet another device on that port. The problem was that once you went from the PET to the first IEEE-488 device, all subsequent cables in the daisy-chain were regular IEEE-488 cables, and they were quite expensive.
But anyway, I think the BASIC on the PET was actually quite good. Full-featured for the time, and superior to the versions of BASIC found on the Apple II and TRS-80, and essentially bug-free. Microsoft had done a good job on it.
The large floppy disk drives for the PET cost more than the PET itself. My computer club bought the dual-drive model, and we used it to keep our club's software library and to make copies of software during our meetings. But individual users mostly just owned the 'datasettes, which while slow were at least quite reliable.
I sold my original PET in 1986, and the same day that the Space Shuttle blew up. I was transitioning to the early IBM personal computers and figured that I would never have interest or use for the Commodore. However, I did have a C-64 with a disk drive, and kept that for a while longer.
I now own a PET model 2001-32B (via eBay), which is the business version of the 2001-32N pictured in this video. The only differences are that the keyboard on mine does not have the 'PETSCII' graphics characters printed on the fronts of the keys, and the computers boots into the alternate character set, having upper and lower case text but no graphics; I need to do a POKE command to switch to the upper case/graphics character set that 'normal' PETs booted into (they had to do the POKE to access the upper/lower case character set). I have both a datasette and the 'bitfixer/com PETdisk', which as noted in this video works very well.
@AllGamingStarred
8 months ago
I don't know about superior but I agree eith everything else
@southjerseysound7340
6 years ago
Thanks for another great in depth video.I was quite young when these were around so it's nice to really see someone show what they're capable of.
@tezzaNZ
6 years ago
Thanks for those comments. I'm glad you enjoyed the video.
@ddostesting
7 years ago
Here is something crazy you can do on a PET:
poke 59587,42
The #42 is pretty safe, and will cause the text to fold in crazy ways. Other values can change the frequency of the refresh and affect the flyback transformer.
When I was young I would poke this (and a few other, nearby) #'s with values that would create a nauseating high pitch noise that drove everyone near the PET's mad.
The side benefit was that after a few hours of this some of the computers would start to pop and break -- eventually getting us upgraded computers (sadly, the crappy Tandy 1000's, but still better than PET's).
@WedgeBob
7 years ago
Certainly looks like a computer out of a sci-fi movie from those days. That's for sure... ;)
@spaceman022
7 years ago
sorta like the movie alien
@choppergirl
7 years ago
I actually thought the basic was the best and most enjoyable to use of these old 8 bits. Don't believe me, try Apple, Atari, TI, or Sinclair Basic. (I think the TRS Coco had some powerful commands in it but I never used it)
However, C= BASIC was sorely lacking in a few basic disk operating system commands. A nondestructive "DIR", "RUN", and "DEL" command would of ameliorated that, plus an autorun on powerup of a "BOOT" program off the first disk drive like the Apple ][ had. They had some fast boot cartridges that added a slew of DOS commands but I never had one. Wish I had.
@Bonko2023
7 years ago
Thanks for very nice video of Super Machine CBM-3032. I had made lots of Fortran programs on IBM compatible machine on these days. CBM-3032 was my first "personal computer" that I programed my Basic language programs when I was a student/kid. It was really great machine made in USA.
@tezzaNZ
7 years ago
+Bakabon Mama Thanks, glad you enjoyed the video.
@hehmtube
9 years ago
Luxury !! You have the "real" keyboard. My baby has that chicklet keyboard, making it lots of fun programming with peeks and pokes.
@ArcadeDude44
9 years ago
Wow, yet another fine item from your awesome computer collection. Thank you for sharing and for your wonderful insight!
@tezzaNZ
9 years ago
Thanks. You're welcome!
@clangerbasher
9 years ago
Even though the ][ was the first computer I used, and even though we went on to be have a TRS in the family, the PET is still the machine that says 70s computer to me. Once saw a PET sprayed black and it was surprisingly handsome, or was that my Sinclair fetish peeping out?
@AllGamingStarred
8 months ago
why the name 3032? Is that for 30 column 32k?
@jelenakostic5123
1 year ago
Can Commodore "2001" series accept linux?
@dronesrus7436
1 year ago
Sir, shure you have Sound in this maschine! There ist one Pin of the User-Port you can wire with a capacitor and resistor to an external Amplifier, e.g. to the Line-In of the Amp. This works too with the older PET2001... I dont know the exakt Pin, but you can turn Sound on and search for it with an Oscilloscope...
@emilianmg
1 year ago
very nice video ! where can I gate the basic games images ? thanks
Still have my 3032 in the basement. Unfortunately, the screen does not turn on any more. A couple of years ago when i tested it, the screen was already barely working. Looked like the CRT is in trouble. Never mind. I liked them at the time. Today I am quite happy with modern machines. They are so much better.
@RetrosoS
1 year ago
Great video
@miked4377
1 year ago
love the way..you dressed your pet up!!!
@Victor-ob2oy
3 years ago
I sell one
@teddymills1
3 years ago
This AIO design was 40 years ahead of its time.
@hgodtx
3 years ago
I was 16yrs old in 1979 when my high school bought two of these with the chicklet keyboards. I learned basic, wrote a game called Star Chase, but as in your demo it was too slow. So I then learned to write 6502 code. After adding graphics update routines in 6502 my game was as snappy as any arcade game machine!
@teddymills1
3 years ago
6502 machine code! Back when the code was clean.
@peterlamont647
3 years ago
Wait to be jealous, but i have 4 of these machines! The blue badge original 1977, a black badge 1978 with chiclet kwyboards...then i have a 4032 and a 4016. I managed to track down a disk drive 8050 but it is truly the most run down drive i have ever seen! So...for now it is tapes gallore for me.
@paulstubbs7678
3 years ago
Lucky man, I would love one of these, however they are extremly rare
@ItsJustMilkISwear
4 years ago
watching these videos is really a bad influence. its giving me the urge to buy a lot of these machines that have almost no practical use whatsoever. i already have a list of about 14 of them that i want.
@tezzaNZ
3 years ago
Haha. It can get addictive. (:
@kae4466
4 years ago (edited)
wen i was in college . i took some basic skills classes to bump up my math. they had a pet w external cassette tape drive and we had to goto the book store to buy blank cassettes . painful to load and painful to store generated answers . i played with some basic programing and one of the aides exxclaimed ," i didnt know u could do that ".meaning program the machine . i wrote this . 10 cls . 20 print "hello" 30 end . typed run :) the pet had a lot proprietary tapes that were available to us . we needed the tapes to store answers . etx
@siliconjunkie7297
4 years ago
I used to manufacture add-ons for these back in the 80's. Graphics card, eeprom programmer, print buffer, memory cards, alternative bios. You had to be prepared to use a soldering iron to upgrade these, no plug and play.
They were great machines for the time. the first one I purchased cost £450 which was the price of a decent second hand car.
@tezzaNZ
4 years ago
Yes, they were expensive alright! Thanks for the comments.
@jaworskij
4 years ago
Which model of Commodore PET/CBM allowed connection to a modem for external communications?
@tezzaNZ
4 years ago
Of that I am not sure bu Wikipedia says "Unlike later Commodore machines, PETs had no kernel ROM functions for the IEEE-488 port and users had to write their own for using peripherals such as modems."
@RetroComputingwithMike
4 years ago
Interesting ... i got my PET a couple of days ago, and now im trying to figure out what i need to purchase to make it usable again :P
@peterlamont647
3 years ago
A datasette recorder. That's all you really need. Worst case you can type in a ton of stuff and save it to tape. Since new c-90 tapes are still available, you're all set! I personally buy lots of C-50 business tapes and I have a custom paper sleeve to store them in with all the program locations.s
@bjbell52
4 years ago
I know from reading about Atari trying to come up with a Basic for their computer that they originally bought the source code for Microsoft Basic and that what other computer companies did. So maybe that's what Commodore did.
@SusanAmberBruce
4 years ago
Never had one, but wanted one, also wanted a superbrain because of that all in one design, very futuristic looking for the day.
@ouethojlkjn
3 years ago
I bought a secondhand intertec data systems superbrain with dual 720k 5" floppy drives and although it did look the business, it was not reliable. The integrated screen soon popped and I got it repaired by a local tv repair company. Then it started freezing and I never really got to the bottom of why. I am grateful though that it spurred me onto a 40+ year career in IT!
@theprogressiveatheist7024
5 years ago
It's called the PET 2001 because by the fantastic year twenty hundred and one there is expected to be one of these machines in every home in America!
@garrettzuhoski
5 years ago
cardige
@timrichter1980
5 years ago (edited)
Chuck Peddle looks so old on the picture, but thankfully he is still alive. He should have worn 80s nerd glasses than these :)
@RMoribayashi
5 years ago (edited)
Around 1990 my mom brought home a CBM 3032 with a tape and disk drive. It also had several programs like dBase (I think) and Visicalc. It had been donated to the local Salvation Army thrift store and they didn't want it. I was able to get one floppy drive working for about a week but then it started making grinding noises and that was that. I held on to it until about 2000 before it got trashed in a spring cleaning. How a CBM 3032 ended up in Philadelphia I'll never know.
@tezzaNZ
5 years ago
Yes, strange. It should have been badged Pet 2001-32 to my knowledge.
@furrball
6 years ago
Adorable retro design! But wait a minute, if the mouse was widge-shaped and the Apple Lisa was the Lisa 2 Tin, why is this not the Commodore Pit? :-)
@tezzaNZ
5 years ago
No worries, the accent is an optional extra. Of course I could go Australian and have a Commodore Peet! (:
@geotechmore8855
6 years ago
In high school we had at least one, two or more Commodore PET Computers and we had Commodore 64 Computers mostly. The Commodore PET Computer really looks great til our modern day
As a kid I owned Commodore 64
I enjoyed it very much
@chiroquacker2580
6 years ago (edited)
I Love the shape of the monitor! I have to admit though, I'm sure the original keyboard wasn't pleasant to use and the build in tape drive looks strange but WOW I'd love to have one. The PET is an obscure machine in the United States and I'm thinking you may be the only person in your entire country to have one.
@michaelstoliker971
6 years ago
Could use a good dusting.
@raulrrojas
6 years ago
Hi Terry. still waiting for your new vídeos!!! cheers:)
@tezzaNZ
6 years ago
Thanks for the support. Yes, well..I wish I could "Life" is getting in the way of doing any more at the moment. I'd actually like to redo a lot of them now I've got more experience. Next one will be on the Ploy 1 but it could be a while (:
@typingcat
6 years ago
Funny that all your e sound like i. Pet US sounds like Pit Yuis.
@tezzaNZ
6 years ago
The accent is a bonus feature! (:
@Starcat128
7 years ago
Cool old PC
@johneygd
7 years ago
The pet computer may be basic nowaday's but it's amezing the things you can do with it like things it was never intended for,such as creating pseudo graphics games or drawings using ascill characters, and with that sd card adaptor, you can push the system to it's limit, i really like how peoples became so creative with ascill characters. Also,you can overclock the pet computer from 1 mhz to 10 mhz to run your games smoothly on it.
@erichkohl9317
7 years ago
Looks like she's in good condition. First time I ever encountered one was in 1st grade. Was kind of intimidated by microcomputers back then. :-)
@tezzaNZ
7 years ago
Most people were back then (:
@Matty112uk
7 years ago
Wow! Great video! Your PET looks brand new!
@wiljaxon1958
7 years ago
Thanks Terry for posting - I had a job on one of these in the late 70s....data entry! Memories, memories. Disk drive was pretty noisy if I recall right.
@tezzaNZ
7 years ago
+Will Jackson Thanks Will.
@tezzaNZ
7 years ago
Don't have a disk drive for this one Will, but I imagine they would have been!
@tropicalscot
8 years ago
This was the first computer I ever used. My high school had 2 Commodore PETS (I think they got them in 1979, a year before I started there). It was such a good looking machine...even now it looks like a serious computer...it's a shock to see how empty it was when you 'lift the hood'! At school we soon moved on to the Apple ][, Vic 20, Commodore 64 and BBC Micro, but the PET was the start of it all.
@tezzaNZ
8 years ago
tropicalscot yes, out of all my computers, this would be my favourite one from a visual perspective.
@tombates9122
7 years ago
+Terry Stewart It reminds me of classic sci-fi interpretations of what the future would look like. Actually, thinking about it, I wonder if the model 2001 is a reference to the film? I'm sure the PET would fit right in to those scenes.
@tezzaNZ
7 years ago
+tom bates I'm not sure why they called it 2001, but I agree on the futuristic (now retro-futuristic) design.
@Tomsonic41
8 years ago
We borrowed one of these from a university back in the late 1980s. I was only young at the time, but I did write some simple BASIC programs on it. It was the same one shown in this video, but we didn't have a datasette unit so couldn't load or save anything.
@AndreOutlaw
8 years ago
The PET was the first computer I programed on. Sadly I didn't go into programming (even though I really wanted to (I had no support system to follow up on the dream)) but I did some simple programs that I had to troubleshoot and get to work. The PET was at the library so I had a limited amount of time on it.
@tezzaNZ
8 years ago
Thanks for those memories Andre :)
@maclovindotca
8 years ago
Do you know what that that edge connector is next to the large capacitor (
6:02
) ? I suspect that it might be a second cassette interface to allow the possibility of adding an internal cassette on a different model.
@tezzaNZ
8 years ago
Actually I don't know what that's for? I'll try and find out next time I'm doing some PET stuff.
@youtuuba
6 years ago
The small edge connector near the large capacitor is another 'datasette' port, just like the one on the rear of the PET. On the first model of the PET (with the integral datasette', the datasette port by the large capacitor was right under the datasette, and this was defined as "Tape #1" port, while the second datasette port on the rear was "Tape #2". On all later models (with full sized keyboards), the datasette ports remained in the same locations, but the rear one was Tape #1 while the one by the capacitor was Tape #2. Commodore assumes that with the datasette now being a remote unit, if you only had one it would be best to plug in in at the rear of the computer, and if you had a second datasette, it could be placed to the left of the PET and it cable routed in from the side to the port by the capacitor.
@criskity
9 years ago
A PET souped up with a MicroSD card... amazing!
@OldAussieAds
9 years ago
I remember seeing an illustration of a PET in a kids computer book I borrowed from the library in the 80s (when I too was a kid). I remember thinking how it looked the most like a "computer" of anything I'd seen in real life (such as the C64, TI994/A etc). Due to this (and probably because I'd never seen one in the flesh) the PET held a great amount of mystique for me. It certainly screamed "serious computing found here"!
Looking at the original PET 2001 on the net, I have to wonder why Commodore used those chicklet keys? According to Chuck Peddle in the "On the Edge" book, it was because they couldn't fit a real fullsize keyboard AND the data cassette recorder. But surely they could have done away with the numeric keypad?
Also Tezza, you're the first person to point out that the top row of the keyboard had no numerals. How bizarre! I guess they felt the numpad did that job.
@tezzaNZ
9 years ago
Re: the chicklet keys - one theory I've heard is that Commodore (i.e Jack T.) felt because calculators had these kind of keys, and microcomputers were essentially big calculators, they just kind fitted. This may simply be an urban legend of course.
Yes, the lack of numbers on the main keyboard takes a bit of getting used to when typing programs (-;
@OldAussieAds
9 years ago
Terry Stewart That certainly sounds feasible.
@videotowatch2000
9 years ago
this takes me back to grade school. my first affair with a micro!!! hahahaa!!! thanks for sharing!!!
@choppergirl
9 years ago
I have one of those. Which makes me part of the club. Not my oldest computer though. My oldest is two TRS-80 Model 1 circa 1977. Even older than the Kaypro's, Heathkits, CBMs, and other 8 bits I have. Lol, I even have a black Bell & Howell Apple 2, so that means I own all three of the 1977 trinity...
@TheFlyingScotsman
9 years ago
Love it! Unfortunately I don't have space for one. Thanks for the updated video.
@TheFlyingScotsman
9 years ago
You could put it in a wee Tartan jacket and call it Dexter
@SeamusMcNeil
9 years ago
Excellent. Many thanks for the video. I never owned one of these but along with the TRS80 I remember these as "wish I could afford" rigs. Cheers Jim
@tezzaNZ
9 years ago
You're welcome Jim. A Pet was one of my "wish I could afford" computers in the day too (-:
@dave4shmups
9 years ago
Excellent video, Terry! I read a book on the history of Commodore, and the book says that Commodore's marketing was much better in Europe.
@retropowerslave
9 years ago
I love that car bonnet method for opening the PET up!!
@renemethmann
9 years ago
Hi Terry Thank you for all of your good videos througout the year.
Fantastic video again, great to see an updated version for this amazing machine.
I also noted that Terry (Tezza) claimed that his particular PET does not have sound. Most of the PETs did not have sound, and those that did simply had a piezo buzzer that could make crappy sound. There was a 'standard' way of getting 'good' sound on the PET, which involved wiring up an audio cable to two pins on the User Port ('ground/shield' to one pin and 'audio signal' to another pin, using an edge card connector). The audio cable was then plugged into the user's stereo, or a small powered speaker, or a PA system, guitar amp, etc. The same VIA chip in the PET which controlled the User Port had an internal function that would produce a square wave signal at audio frequencies, controllable by simple POKE commands. As I recall, pretty much every PET program that 'had sound' was in fact written to use that 'standard' audio setup, rather then some integral sound device. So if you hook up the User Port to a powered speaker, then your PET will have sound for those games and such.
Some music programs used another method of getting PET sound. This also involved the User Port, and the user would wire up a series of resistors in a 'resistor ladder' configuration to the eight data pins of the User Port, and the program could 'output' various voltages via the resistor ladder by selectively turning the eight data pins on or off in the correct patterns. This was essentially a simple digital-to-analog converter (DAC), and the audio cable would be connected between the resistor ladder and the powered speaker. The program could rapidly change the data pattern to produce any desired audio waveform, not just the square wave audio provided by the simpler method. But unlike the simpler method, where the VIA chip did all the work, the more complex method required that the program do all the work, and BASIC was not nearly fast enough, so the sound generating program needed to be in machine language.
Back in the day, I had one of the earliest PETs, so early that it was incompatible with subsequent PETs. A Commodore technician visited the "Mr. Calculator" store (a chain store that sold primarily Commodore calculators, and it was in that store that I ordered my PET and picked it up months later when Commodore got around to catching up with all the pre-orders), and he made a few mods to the circuit board, and advised me that I would need to replace the ROMs as well in order to be compatible with future software applications. As I recall it took the better part of a year before Commodore filled my pre-order for the so-called "upgrade ROMs", which was the middle version of BASIC.
My PET had the integral datasette and 'chiclet' keyboard. I had soon obtained an after market full sized keyboard which sat on the desk in front of the PET and connected with a long ribbon cable. It was actually much nicer than the full-sized keyboards that Commodore added to the PETs later on. I also had an after-market IEEE-488 adapter to 'Centronics/parallel' port, and used a daisy-wheel printer along with one of the better word processors available for the PET. I also had a Commodore dot-matrix printer that I used for program listings and anything with graphics. All printers and disk drives connected daisy-chain style to the IEEE-488 port, and the PET could support many devices at a time that were connected this way, and if I had a disk drive it would have been yet another device on that port. The problem was that once you went from the PET to the first IEEE-488 device, all subsequent cables in the daisy-chain were regular IEEE-488 cables, and they were quite expensive.
But anyway, I think the BASIC on the PET was actually quite good. Full-featured for the time, and superior to the versions of BASIC found on the Apple II and TRS-80, and essentially bug-free. Microsoft had done a good job on it.
The large floppy disk drives for the PET cost more than the PET itself. My computer club bought the dual-drive model, and we used it to keep our club's software library and to make copies of software during our meetings. But individual users mostly just owned the 'datasettes, which while slow were at least quite reliable.
I sold my original PET in 1986, and the same day that the Space Shuttle blew up. I was transitioning to the early IBM personal computers and figured that I would never have interest or use for the Commodore. However, I did have a C-64 with a disk drive, and kept that for a while longer.
I now own a PET model 2001-32B (via eBay), which is the business version of the 2001-32N pictured in this video. The only differences are that the keyboard on mine does not have the 'PETSCII' graphics characters printed on the fronts of the keys, and the computers boots into the alternate character set, having upper and lower case text but no graphics; I need to do a POKE command to switch to the upper case/graphics character set that 'normal' PETs booted into (they had to do the POKE to access the upper/lower case character set). I have both a datasette and the 'bitfixer/com PETdisk', which as noted in this video works very well.
poke 59587,42
The #42 is pretty safe, and will cause the text to fold in crazy ways.
Other values can change the frequency of the refresh and affect the flyback transformer.
When I was young I would poke this (and a few other, nearby) #'s with values that would create a nauseating high pitch noise that drove everyone near the PET's mad.
The side benefit was that after a few hours of this some of the computers would start to pop and break -- eventually getting us upgraded computers (sadly, the crappy Tandy 1000's, but still better than PET's).
However, C= BASIC was sorely lacking in a few basic disk operating system commands. A nondestructive "DIR", "RUN", and "DEL" command would of ameliorated that, plus an autorun on powerup of a "BOOT" program off the first disk drive like the Apple ][ had. They had some fast boot cartridges that added a slew of DOS commands but I never had one. Wish I had.
I had made lots of Fortran programs on IBM compatible machine on these days.
CBM-3032 was my first "personal computer" that I programed my Basic language programs when I was a student/kid.
It was really great machine made in USA.
This works too with the older PET2001... I dont know the exakt Pin, but you can turn Sound on and search for it with an Oscilloscope...
They were great machines for the time. the first one I purchased cost £450 which was the price of a decent second hand car.
Also,you can overclock the pet computer from 1 mhz to 10 mhz to run your games smoothly on it.
I suspect that it might be a second cassette interface to allow the possibility of adding an internal cassette on a different model.
Looking at the original PET 2001 on the net, I have to wonder why Commodore used those chicklet keys? According to Chuck Peddle in the "On the Edge" book, it was because they couldn't fit a real fullsize keyboard AND the data cassette recorder. But surely they could have done away with the numeric keypad?
Also Tezza, you're the first person to point out that the top row of the keyboard had no numerals. How bizarre! I guess they felt the numpad did that job.
Yes, the lack of numbers on the main keyboard takes a bit of getting used to when typing programs (-;
That certainly sounds feasible.
hahahaa!!! thanks for sharing!!!
Cheers
Jim
Thank you for all of your good videos througout the year.
And happy christmas from Denmark :-)