The Killer POKE

Ғылым және технология

It's time to demystify the Killer POKE. What does it do? How does it do it? We're about to find out.
You can get your free $20 credit for Linode at: www.linode.com/techtangents
Check out Adrian's Digital Basement here: / @adriansdigitalbasement
André's Killer POKE write up: www.6502.org/users/andre/petin...
Playlists of more stuff like this:
Computers: • Computers
Electrical Engineering: • Electrical Engineering
1980s: • 1980s
Other Links
KZread: / akbkuku
Github: github.com/AkBKukU
Thingiverse: www.thingiverse.com/AkBKukU
Patreon: / akbkuku
Discord: / discord

Пікірлер: 420

  • @8_Bit
    @8_Bit4 жыл бұрын

    13:31 The reflection! :)

  • @cbmeeks

    @cbmeeks

    4 жыл бұрын

    And don't call me surely!

  • @graealex
    @graealex4 жыл бұрын

    I like that you have a sponsor where you're really behind it. You're basically just promoting an actual business partner. Not some sketchy mobile game like many others do.

  • @JessicaFEREM

    @JessicaFEREM

    4 жыл бұрын

    Yeah I absolutely love it when the KZreadr legitimately uses the program and even pays for it. I definitely trust Shelby a lot more than some other KZreadrs because of that, and the fact that he's a pretty nice dude

  • @JamesR624

    @JamesR624

    4 жыл бұрын

    Or that would be the case if Linode wasn't this week's "KZread Machinima". The company that's currently getting any KZreadr that needs money to sponsor. Last week it was Raycon Wireless Earbuds. A few months ago it was the Raid: Shadow Legends game. A few months before that it was NordVPN, and many years ago, the first was Machinima.

  • @graealex

    @graealex

    4 жыл бұрын

    @@JamesR624 If Shelby says he has been using them before, then I unconditionally believe him. I also do use NordVPN myself, and used a coupon, although not from Shelby, as it's actually a useful service, although the pitch they make the KZreadrs do isn't completely honest. And let's not talk about mobile "games".

  • @mEnTL32

    @mEnTL32

    4 жыл бұрын

    One of the few ads I did NOT skip because I was interested in what he had to say about it

  • @DOSBrony

    @DOSBrony

    4 жыл бұрын

    Sponsors have no place on youtube. If a business tries to circumvent an adblocker and interrupt a video/waste video space, then they absolutely do not deserve to stay in business.

  • @computeraidedworld1148
    @computeraidedworld11484 жыл бұрын

    That bar at the bottom during the ad is very clever, I don't see many doing that.

  • @onometre

    @onometre

    4 жыл бұрын

    I think this is the first time I've seen it

  • @fabiosarts

    @fabiosarts

    4 жыл бұрын

    the're mostly seen on programming videos

  • @computeraidedworld1148

    @computeraidedworld1148

    4 жыл бұрын

    @@fabiosarts I usually don't watch programming other than, Well I forget his name but he is working on a really cool OS

  • @BrunodeSouzaLino

    @BrunodeSouzaLino

    4 жыл бұрын

    First guy I've seen that bar was Alex French Guy Cooking.

  • @Sharklops

    @Sharklops

    4 жыл бұрын

    yeah Corridor Digital does that as well and I really like it

  • @EagleKenG1
    @EagleKenG14 жыл бұрын

    "I am serious, and don't call me Shirley"....

  • @EngineeringVignettes

    @EngineeringVignettes

    4 жыл бұрын

    I see we have an _airplane_ fan...

  • @kylemcisaac

    @kylemcisaac

    4 жыл бұрын

    @@EngineeringVignettes It was at this moment that led to my drinking problem. *pours over own face*

  • @EngineeringVignettes

    @EngineeringVignettes

    4 жыл бұрын

    @@kylemcisaac - Captain Over, the Mayo clinic on the black phone... Captain Over, Mr. Ham on the white phone. _OK operator, gimme the ham on white, hold the mayo_

  • @kylemcisaac

    @kylemcisaac

    4 жыл бұрын

    @@EngineeringVignettes Male PA Announcer: The red zone is for immediate loading and unloading of passengers only. There is no stopping in a white zone. // Female PA Announcer: No, the white zone is for loading. Now, there is no stopping in a RED zone. // Male PA Announcer: The red zone has always been for loading. // Female PA Announcer: Don't you tell me which zone is for loading, and which zone is for unloading. // Male PA Announcer: Look Betty, don't start up with your white zone shit again. There's just no stopping in a white zone.

  • @EngineeringVignettes

    @EngineeringVignettes

    4 жыл бұрын

    @@kylemcisaac - "Roger". "huh?" "Request vector, over" "What?" "We have clearance Clarence". "Roger Roger, what's our vector Victor?" "Tower, radio clearance, over." "That's Clarence! over.... over." ... How did these guys not crash? (Karim as the co-pilot... epic)

  • @8_Bit
    @8_Bit4 жыл бұрын

    Fun video. As far as I know, the Killer POKE only sped up programs that used the KERNAL to print to the screen, which would be BASIC programs using the PRINT command, and machine language programs using the CHROUT routine. Any program that directly POKEd or stored to video memory would already be at full speed, but would also cause the snow effect.

  • @adriansdigitalbasement

    @adriansdigitalbasement

    4 жыл бұрын

    I wanted to test some programs that wrote directly to RAM but since my BASIC 1 PET lacks working IEEE routines, I can't use my PETSD solution to try to load things that actually do that. I guess back then most things used KERNAL routines and BASIC anyway? The KERNAL also blanks the screen during scrolling to eliminate snow which is why we get flashes, even with killer poke turned on.

  • @8_Bit

    @8_Bit

    4 жыл бұрын

    @@adriansdigitalbasement If you're doing a follow-up video, try this one-line BASIC program: 0 ?CHR$(147):TI$="000000":FOR X=32768 TO 33767:POKE X,77.5+RND(1):NEXT:?TI You can eliminate the white space in the line, it's just there for readability and will run slightly faster without it.

  • @adriansdigitalbasement

    @adriansdigitalbasement

    4 жыл бұрын

    @@8_Bit I will be and thank you! Will try this out!

  • @JacGoudsmit

    @JacGoudsmit

    4 жыл бұрын

    @@8_Bit I'm pretty sure Adrian's PET doesn't have TI$. That's something that was introduced in later versions of BASIC. So Adrian, you'll have to assign TI to another value (say TS) before starting the loop, and at the end of the loop print (TS-TI)/60 you get the number of seconds that the loop takes.

  • @8bittimes

    @8bittimes

    4 жыл бұрын

    @@adriansdigitalbasement In the VICE emulator, if you look into the source of it, I had included a ROM patch, that you could (optionally) apply to the BASIC 1 ROMs, to actually make the IEEE488 work. Maybe you can try and put that into an actual BASIC 1 ROM and check it out

  • @zachbrown7272
    @zachbrown72724 жыл бұрын

    Wayne from Wayne's World has gotten really into computers

  • @SuperTechIT

    @SuperTechIT

    3 жыл бұрын

    I was totally thinking that...

  • @AmstradExin
    @AmstradExin4 жыл бұрын

    "What is getting grounded?????" Me in the 80s using the poke on Dad's computer.

  • @Jossandoval

    @Jossandoval

    4 жыл бұрын

    Wow, what a bad luck, just when you were going to be free to go out again quarantine arrives.

  • @Hiraghm
    @Hiraghm4 жыл бұрын

    The PETs are _still_ the coolest looking computers.

  • @FMHikari

    @FMHikari

    4 жыл бұрын

    I've never had or seen on personally, but i really would love a modernized design based on it.

  • @Hiraghm

    @Hiraghm

    4 жыл бұрын

    @@FMHikari I've been thinking of 3d printing such a case, but need the angles and proportions

  • @FMHikari

    @FMHikari

    4 жыл бұрын

    @@Hiraghm most of the case can be 3d printed in pieces, the keyboard section would have to be separate and screwed in place to keep things simple for the printer.

  • @Hiraghm

    @Hiraghm

    4 жыл бұрын

    @@FMHikari yes, but I would want to keep the proportions (ratio of the keyboard area to the monitor area, for example) and the angles (like of the monitor section, which keep it from being just a box) as much like a real PET as possible.

  • @FMHikari

    @FMHikari

    4 жыл бұрын

    @@Hiraghm That's not a problem, the internal layout can be adjusted to compensate, so at most you'll get a seam where it was fitted

  • @JacGoudsmit
    @JacGoudsmit4 жыл бұрын

    Thank you, that was very thoroughly researched. I'm glad you and Andre got in touch to set things straight (I like to think I helped a little with that). That being said, pulling a TTL output low with a 6522 is not recommended of course; I expect that the 7408 has strong transistors so the signal keeps being generated; the killer poke tells the 6522 to use its output transistors to fight the output transistors of the 7408. Two things can happen I think: Either the 7408 wins and the 6522 breaks, which is not a big deal but the killer poke may stop working, or the 6522 wins (like in Adrian's case apparently?) and the vertical sync stops going to the monitor. Possibly eventually the 7408 breaks and will need to be replaced but of course when the video goes blank you're probably going to hit that off switch really quick. Either way, regardless of what Killer Poke does, you really shouldn't do it, not on an original PET and not on a CRTC PET. By the way, small detail: As far as I understand, the flickering only happens on the original PET because the video didn't run in sync with the processor; the Kernal routines to print a character on the screen would make sure the display was in a sync period before it would access the video memory so that simultaneous access from the video hardware would not cause a conflict (shown as flicker). So the speed increase only helped with BASIC programs that used PRINT, or with machine language programs that used JSR $D2FF for printing characters. Directly accessing screen memory was equally fast, regardless of whether the killer poke had been done or not. When the CRTC motherboard was designed, Commodore designed it so that the video hardware accesses the video memory during the first half of each clock pulse, whereas the processor only accesses memory during the second half of each clock pulse. That way you wouldn't have to worry about flickering anymore. This does require the CPU frequency to be based on the line frequency of the display but that wasn't a big problem. PAL machines with 64 microseconds per line, would have the CPU running at 1 MHz exactly, and the dot clock at 8 MHz. On NTSC machines with 63.556 microseconds per line, the CPU would run a tiny bit faster so the video line was still divided into 64 clock cycles and 64 * 8 dots. By the way, your 4032 can be converted to 80 columns: in 80 column mode, the video memory is divided into an even bank and an odd bank, and the video hardware retrieves two bytes at a time for each CPU clock cycle. Pretty nifty!

  • @tarstarkusz

    @tarstarkusz

    4 жыл бұрын

    Well, Adrian's machine is gonna die soon anyway. His CRT is weak. The dot in the screen that remains after you switch off power is indicative of a weak CRT that could fail at any time. Given the expense of shipping a CRT and the fact that it probably isn't being used all that much, it may very well last decades and is not worth fixing if it doesn't die. But if this machine is going to be used at shows running 10 hours at once, it is only a matter of time.

  • @adriansdigitalbasement

    @adriansdigitalbasement

    4 жыл бұрын

    @@tarstarkusz This is how all 2001-8 PETs are and is a design flaw in the analog board. Has nothing to do with the CRT being "Weak" -- IZ8DWF and I are doing a video to correct the issue on the analog board which eliminates the dot on power-off...

  • @adriansdigitalbasement

    @adriansdigitalbasement

    4 жыл бұрын

    The 2001N machine used the stock 2001 KERNEL with the slower "wait for refresh" routines but do not have the snow problem because of some changes to the main board. (A latch if I remember correctly.) So the 2001N machines would benefit from the permanent killer poke mod I did -- all the speed without any negatives.

  • @tarstarkusz

    @tarstarkusz

    4 жыл бұрын

    @@adriansdigitalbasement Believe what you want to believe. It is a weak CRT. Go ahead, put it on a CRT tester. Weak CRTs do this, a lot. So much so it is in a lot of the service manuals.

  • @WesleySmallz80

    @WesleySmallz80

    4 жыл бұрын

    tarstarkusz I’m not gonna go to the technical side. But a sign of something does not mean it automatically is the issue. Different causes to something can have the same effect

  • @nismo2070
    @nismo20704 жыл бұрын

    I remember typing in pages and pages of machine code out of magazines to play free games. It was so rewarding to have it run when you finished hours of typing!

  • @THRASHMETALFUNRIFFS

    @THRASHMETALFUNRIFFS

    4 жыл бұрын

    Then get "syntax error" trying to beat the high score on Snake, right? Or can't find a cassette to save over...

  • @MrJonline

    @MrJonline

    4 жыл бұрын

    @@THRASHMETALFUNRIFFS This! And to add: As a very young kid i did some of those type ins. On my few first attempt i got some with faulty codes. On a certain line i would get an error upon hitting return. My young brain tried to avert this by typing in whole programs as a SINGLE line. Still those hours lost where fun and educational. I quickly learned how to debug a line of code and just fix the error when i encountered one.

  • @0xbenedikt
    @0xbenedikt4 жыл бұрын

    What a well researched video. The technical aspects check out fine. Good job! On a side note, shorting out push-pull IO pins is something many repair technicians do. It just feels so wrong.

  • @LetsPlayKeldeo
    @LetsPlayKeldeo4 жыл бұрын

    Ahhh without your logo in the corner I could have sworn it would have been a LGR video haha !

  • @sdrc92126
    @sdrc921264 жыл бұрын

    I have been waiting forty years for this!

  • @tombarber8929
    @tombarber89294 жыл бұрын

    You and Adrian are the only 2 youtubers I have the notification bell set for, so to see both of you in 1 video is awesome!

  • @adriansdigitalbasement

    @adriansdigitalbasement

    4 жыл бұрын

    Thank you!

  • @hi-friaudioman

    @hi-friaudioman

    4 жыл бұрын

    So what you're saying is that your a sucker for commodore and you don't like variety. :-P

  • @hi-friaudioman

    @hi-friaudioman

    4 жыл бұрын

    I just came across a new channel called retrospectre78 but he does mostly dos based 386'ish machines.

  • @tombarber8929

    @tombarber8929

    4 жыл бұрын

    @@hi-friaudioman Exactly! haha. (Adrian in one of his videos said he has some Kaypros he wants to do a video on, and I seem to be one of like the 12 kaypro fans in the world, so looking forward to that video too.) Yeah, retrospectre does really good content too. Few other small retro channels that I'll shout out, Branchus Creations(vintage Mac repairs mostly), 65scribe(Documentaries about different apple products, informative and humorous), Mac84(vintage Mac repair, does live streams), tx dj(hasn't done videos in a while, but lots of modem and CPM related stuff), Macintosh Librian(new channel, only a couple of videos but good production, she did a good overview of Scsi2SD and floppy emulator for old Macs), Joes Computer Museum(various 8 bit computers, most of his recent videos are about his own homebrew computer he's making) then there's obviously the big channels, LGR, 8 bit guy, this does not compute, etc

  • @Derpy1969
    @Derpy19694 жыл бұрын

    Discount Michael Meyers sure knows his 70s computers.

  • @freedustin

    @freedustin

    4 жыл бұрын

    Wayne's World! Party time! Excellent! Weeeeoooooweeeeoooooweeeeooooo!

  • @Wolfwood428

    @Wolfwood428

    3 жыл бұрын

    I audibly snorted

  • @FirestormDDash

    @FirestormDDash

    3 жыл бұрын

    OH THATS WHO HE REMINDED ME OF.

  • @Christopher-N

    @Christopher-N

    3 жыл бұрын

    Discount Dana Carvey wears _Retroware_ emblazoned clothing.

  • @rdubb77

    @rdubb77

    7 ай бұрын

    Mike Myers. Michael Myers is the guy from Halloween ;)

  • @supra107
    @supra1074 жыл бұрын

    I have a bit of critique, the way you're using the teleprompter makes it clear that you are looking under the camera. Technology Connections came up with a simple contraption which shows the text exactly where the camera lens is, so maybe you could watch his video about it to get some inspiration on improving your setup.

  • @TechTangents

    @TechTangents

    4 жыл бұрын

    This is something I am working on fixing. I've got parts on order for it already.

  • @evensgrey

    @evensgrey

    4 жыл бұрын

    @@TechTangents i hope the USPS is running better than Canada Post. The sorting plants are all at least a week behind, and that's not likely to improve any time soon. Since there's no other way to get a LOT of things except online orders, there's a lot more ecommerce than normal these days.

  • @ichitensho7075

    @ichitensho7075

    4 жыл бұрын

    @@TechTangents I used to be the "text" guy and they used monitor facing up with a glass 45 degree angle and it will reflect the monitor screen on the glass with the lens looking thru the glass.

  • @evensgrey

    @evensgrey

    4 жыл бұрын

    @Lassi Kinnunen I immediately suspect they've just hired a bunch of people to allow them to do more sorting and moving. Post offices are often horribly inefficient in their use of their physical plant. When they get snowed under like Canada Post is, the obvious thing to do would be to lay on another shift in the sorting plants, but the union would be trouble if they did that. (This same union raised a horrible stink about the loss of jobs caused by ending home delivery some years ago, despite the fact that Canada Post was projecting they would need to add thousands of new workers even without mail carriers.)

  • @absalomdraconis

    @absalomdraconis

    4 жыл бұрын

    @@evensgrey : The top-level reps would obviously be able to skim off bigger paychecks with more people to represent, and a lot of unions have this deranged idea that the true purpose of business is to pay workers instead of to trade money for goods or services.

  • @AlainHubert
    @AlainHubert4 жыл бұрын

    I wasn't aware of this "killer poke" thing with the PET. Now I finally know why in my Sinclair ZX81 Basic Language tutorial book (back in 1983), they specifically mentioned that no physical (electrical) damage to the computer will happen by poking to memory, but the computer could simply lock-up in certain cases and need to be rebooted (especially when sensitive system memory areas are addressed). Thanks for sharing.

  • @benco1509
    @benco15094 жыл бұрын

    I love these crossover style videos, featuring content from two of my favourite youtubers. Thanks so much, keep up the good work.

  • @mickeythompson9537
    @mickeythompson95374 жыл бұрын

    I can remember this from school, where the were approximately 10 4016 PETs, and there was an range of effects from slight to strong distortion. (There was a game going round with a sort of 'Star Wars' scrolling text effect that used this poke effectively.) However, one or two of the PETs would go completely blank, and start to get very hot at the top, and the 'hot dust' smell came out - we reckoned that the poke redirected the electron beam in those PETs right up into top of the CRT, perhaps overloading the direction coils. I don't recall anyone leaving a machine on, but I do recall writing password protected programs that invoked the poke as a penalty.

  • @LightTheUnicorn
    @LightTheUnicorn4 жыл бұрын

    Was looking forward to seeing this, super nice to get some detail on what was quite a curiosity for the PET!

  • @TheClockUpOnTheWall
    @TheClockUpOnTheWall4 жыл бұрын

    You have the best quality closed captions. It is obvious you are manually doing them and not letting KZread auto generate them.

  • @truedeth
    @truedeth4 жыл бұрын

    Great video. It's endlessly fascinating to see all this info on old PC's in a non dry and boring way.

  • @alierengam1749
    @alierengam17494 жыл бұрын

    Such quality video. It's hard to find such videos these days

  • @radio655
    @radio6554 жыл бұрын

    Excellent explanation. I recall using that poke on my good old original Pet 2001 with chicket keyboard in 1979. That went well for some time but eventually the 6522 ceased to work and had to be replaced. Might have been a coincidence but I obviously blamed it on the poke. Still miss that machine. It was a dearly loved creativity workhorse and design masterpiece. Lots of stories to tell from back then. I could not afford a printer so I had a huge old telex machine hooked up to it, driven by a tiny assembler program in the second cassette buffer (through the user port). Printing 8k of basic took half a day and shook the entire building. Those were the days.

  • @SikSlayer
    @SikSlayer4 жыл бұрын

    I'm LOVING this channel. Another great video, and didn't expect a cameo from Adrian, nice surprise.

  • @8bittimes
    @8bittimes4 жыл бұрын

    Thanks so much for that great research effort you (and Adrian) put into it! I'm really glad this has been finally clarified. Now I have to update my killer poke article :-)

  • @TechTangents

    @TechTangents

    4 жыл бұрын

    Thank you for the original article and the help in doing more research! Feel free to use any screenshots from the video or the pictures I put up when updating the article!

  • @absalomdraconis

    @absalomdraconis

    4 жыл бұрын

    @wargent99 : I'd bet there were one or two combinations of tape drive and computer that at the very least would burn out the tape control transistors, due to lack of isolating relay.

  • @PaoloMarcelli
    @PaoloMarcelli4 жыл бұрын

    Very nice video :) and good for the collaboration with Adrian, I've been following both of you for quite some time now. Do you think you'll ever make other videos on typewriters? Those are really fascinating to me and I'd love to see more. Same story for mechanical calculators and other stuff.

  • @FyberOptic
    @FyberOptic4 жыл бұрын

    I think a lot of the legitimately scary things from back in the day were related to damaging a monitor, and this is no exception. That being said, it was easy to pass along unprovable myths back then, especially once BBSes connected to FidoNet became more commonplace. I knew a guy in school who tried to convince me that he wrote an AI for his computer that wouldn't let him delete it, which he told with a campfire horror story level of conviction. From my experience, you'd often get these guys who were into distributing warez who didn't hesitate to spin tales. I think the more gullible in our group may have believed him, and those are always the ones who would spread those kinds of stories.

  • @johnpassaniti4417
    @johnpassaniti44174 жыл бұрын

    There was a machine with a "killer poke", but I don't remember it being called that. There was a computer called the Compucolor II that (allegedly) had a video controller where you could change the horizontal (or was it vertical?) refresh frequency. Set it to the right value and the frequency went to something illegal that the hardware couldn't deal with. The result would be damage. I don't remember all the details, but I do remember this: I was 15 when the business department of my high school got a Compucolor II in 1978. I and a couple other prototechnogeeks would play with that machine until they would kick us out because the school was closed for the evening. One of the teachers was a member of the Compucolor II users group and would leave for us their newsletter. I remember reading about how the computer could be "destroyed" with a poke, and this fascinated me. So I did what any moderately destructive teen would have done-- I left a piece of paper with the poke command lying around, waiting for the inevitable student to come along and try it. The next time when my pals and I wanted to use the computer, we were informed that something was wrong with it and it was returned to the computer store for a replacement. Was this the result of the destructive poke? Did I get in trouble? Of course not. Well, not for that incident...

  • @mstandish
    @mstandish4 жыл бұрын

    Sweet collaboration!

  • @mspeter97
    @mspeter974 жыл бұрын

    The funny thing is that I've just finished watching Adrian's PET restoration series. As always, very informative and interesting

  • @steveg5122
    @steveg51224 жыл бұрын

    This sounds like something that got amplified like a game of telephone. "did you hear that someone in the computer lab broke the computer with a keyboard command" gets turned into "hey someone burned down a computer with a keyboard command" over time.

  • @lauratiso
    @lauratiso3 жыл бұрын

    I'm here since the beginning and I need to say how I like how this channel has grown. Best kudos, Akbkuku!

  • @magreger
    @magreger4 жыл бұрын

    Thank you for this in depth look at the death poke. I've been intrigued ever since I heard The 8-Bit Guy mention it in an episode.

  • @libertine5606
    @libertine5606 Жыл бұрын

    My dad, a refrigerator repairman, had a Simpson multimeter just like the one over your shoulder. Good times!

  • @offperception
    @offperception4 жыл бұрын

    Great video and collaboration. Very informative and live that Lesley Nielsen joke there.

  • @TheVintageApplianceEmporium
    @TheVintageApplianceEmporium4 жыл бұрын

    Made my day seeing both 2000 and 4000 series PETs in the same video

  • @jack8407
    @jack84074 жыл бұрын

    the research is top notch level!

  • @AiOinc1
    @AiOinc14 жыл бұрын

    You know, we used to call this the fastprint... YES! Office software most definitely DID need this speed boost! What does a Word processor do? It moves large amounts of text around on the screen! Of course they're going to take advantage of the speed boost so that they can update the screen faster and have a smoother scrolling document displayed! Talking about CRTs: The PET's CRT is analog as well. It doesn't have fixed timings like some other computers and all televisions typically have. It's fully analog and that means whatever signal is being sent to the display is what will be shown on screen. Also, sorry to say Adrian, but the fact your PET's monitor goes to a long lasting white dot in the center when you cut power... Not a good sign for it's lifetime. Monochrome CRTs will do this when they're worn out.

  • @dan3a
    @dan3a4 жыл бұрын

    I was waiting for this episode ! Awesome !

  • @cbmeeks
    @cbmeeks4 жыл бұрын

    Loved the "don't call me surely" reference. :-D

  • @j0eCommodore
    @j0eCommodore4 жыл бұрын

    I remember reading about the screen blanking somewhere, most likely either in The PET Revealed or in Programming the PET/ (I think PET Revealed, though I'm not finding it now...). I had tried it on a 2nd gen PET (not the original MB not the Fat forty) and that didn't work. So I figured the monitor off was only on the original circuit (which had diagnostic routines included, which is why it worked on that machine?). Ahh - PET revealed page 89, "PB5 - video on control" Programming the PET/CBM also has interesting bits and covers the 40/80 column CTRC chip. That's starting around page 265. You might find it interesting.

  • @jerryvr
    @jerryvr4 жыл бұрын

    Love the Serious Sam shirt!

  • @Ale.K7
    @Ale.K74 жыл бұрын

    Fascinating video! Enjoyed the collaboration with Adrian :-).

  • @BlackEpyon
    @BlackEpyon4 жыл бұрын

    The PET is on the list of computers I'd like to try to acquire one day. Thanks to both of you for the detailed explanation of what this does at the hardware level.

  • @supra107
    @supra1074 жыл бұрын

    Aaand the monetization is gone, instantly.

  • @SlavTiger

    @SlavTiger

    4 жыл бұрын

    I miss the old youtube

  • @buddyclem7328

    @buddyclem7328

    4 жыл бұрын

    It was probably the oscilloscope video.

  • @stefarossi

    @stefarossi

    4 жыл бұрын

    Why, though?

  • @wisteela
    @wisteela4 жыл бұрын

    Excellent video. It's great to finally have clarification about this. Subscribed.

  • @thedungeondelver
    @thedungeondelver4 жыл бұрын

    Adrian and Shelby - in the same video? YES PLEASE!

  • @guilherm502
    @guilherm5024 жыл бұрын

    6:19 Ahhh, THAT'S how Sync signals work! I never thought much about it, but I always wondered... how does the tube controller "knows" how fast it should draw the line? Is the Vertical Sync signal analog? The reason was: I thought they were issued at the end of the line in Horizontal Sync, and analog, as, directly controlling the raster line. I never realized: When It's pulled high, it makes the "dot" go... It's pretty dumb, I know, but again, I never put much thought into it... Thanks for that and the awesome videos!

  • @sprybug
    @sprybug3 жыл бұрын

    The Tandy Color Computer 3 had a similar one. It was the hi speed poke (poke 65497,0). If you tried to write to the disk drive while on high speed poke, you could risk damaging the data on your disk as the timing was now thrown off for that operation.

  • @k_kon131
    @k_kon1314 жыл бұрын

    Very well made video, I read André's post a while ago, but now, it is much easier to understand what the Killer Poke does. I still would not want to try it on my 2001 PET or 8032 :D

  • @mibnsharpals
    @mibnsharpals4 жыл бұрын

    i have had an old comodore 80xx in 1989 and there was an poke to speed up older PETs the display and there was an warning, this can damage the CRT(-Board), if you run it.

  • @gorkygl
    @gorkygl4 жыл бұрын

    Love the colab with Adrian. Nice video

  • @Sharklops
    @Sharklops4 жыл бұрын

    This video earned my immediate subscription. Wonderful work!

  • @LesNewell
    @LesNewell4 жыл бұрын

    This reminds me of POKE&HFFD7,0 in the Dragon32/64 and Tandy CoCo. This over clocked the CPU so everything ran fast. The only major down side was that programs saved with the poke active could not be loaded back.

  • @thenoblerot
    @thenoblerot4 жыл бұрын

    Always great to see PET content! I'm literally messing around with your USB pet keyboard code right now!

  • @TechTangents

    @TechTangents

    4 жыл бұрын

    Man, that was a while ago. There are probably better ways to do that now, but it was perfect at the time for getting the keys working.

  • @thenoblerot

    @thenoblerot

    4 жыл бұрын

    @@TechTangents You would know better than me! I'm a noob, so it's helpful to have a jumping off point. Thank you! Love the channel!

  • @8bittimes

    @8bittimes

    4 жыл бұрын

    Hm. Nothing goes over my USB stack for the PET ... www.6502.org/users/andre/cbmhw/cbmusb/index.html ;-)

  • @thenoblerot

    @thenoblerot

    4 жыл бұрын

    @@8bittimes Andre, it was awesome to see you involved in this! I picked up a my first PET (a mint SuperPET, at that) a few months ago, and your website has been an incredible resource for me. Thank you so much!

  • @para_dies8071
    @para_dies80714 жыл бұрын

    Can't wait to see more videos covering these kind of myths

  • @Ekasmer549
    @Ekasmer5494 жыл бұрын

    Omfg the green advertisement status bar is brilliant man. Subscribed just for that. Brilliant mate!

  • @AmyraCarter
    @AmyraCarter4 жыл бұрын

    10:16 Looks like white noise... Like messing about with the vertical size potentiometer on the rear of older monitors/TVs, in a way.

  • @Inject0r
    @Inject0r4 жыл бұрын

    Thanks for this video! I love it that you’ve gone so much in depth on this topic. I don’t even own a PET, but nonetheless this is really interesting!

  • @kingneutron1
    @kingneutron14 жыл бұрын

    Excellent technical explanation. / never had a Pet // still interesting

  • @TestTest-zt1lx
    @TestTest-zt1lx4 жыл бұрын

    5:41 Nice Jerobeam Fenderson reference

  • @monsalai
    @monsalai4 жыл бұрын

    Audio appears to not be sync'd after the linode ad :(

  • @abrahamcorrales3214
    @abrahamcorrales32144 жыл бұрын

    Wow! It was good to see Adrian here. Thumbs up and cheers from México.

  • @monkeyman767
    @monkeyman767 Жыл бұрын

    13:33 I had the subtitles on, I see what you did there with the Shirley joke, and I very much appreciate it

  • @apl175
    @apl1754 жыл бұрын

    It reminds me of an old SVGA tube monitor I used to have that stated that in XGA resolution (1024x768) interlaced 50hz the monitor did not meet FCC Class B Certification and as such that mode was only intended for use in professional or commercial environment where FCC Class A was acceptable.

  • @TzOk
    @TzOk4 жыл бұрын

    If this POKE changes the GPIO from input to output, and there is another output connected to it, then you connect two outputs together. As they are "strong drive" outputs (i.e. not an open collector) you potentially could damage the output driver of one of the chips, by exceeding maximum output/sink current when shorted together outputs are in opposite states.

  • @NiKi-hl4zs
    @NiKi-hl4zs3 жыл бұрын

    What a awesome video, very informative and great explaining!

  • @bradyelich2745
    @bradyelich27454 жыл бұрын

    I just finished a 32 hour straight stint at 7DTD, and am trying to wind down. Even this techno vid could not put me to sleep.

  • @marcocet
    @marcocet4 жыл бұрын

    Great video! Any updates on the Data General?

  • @kevy1967
    @kevy19673 жыл бұрын

    Oh wow! You have a Merlin as well as a PET 4032! Two of my favourite things from my childhood, thanks for the dose of nostalgia

  • @TaswcmT
    @TaswcmT4 жыл бұрын

    You should try to patch that hole in the monitor bezel - it should probably be possible to make it look like new. The 4032 is a beautiful machine - I remember it from the Canadian movie "Hide and Seek" about a rogue AI named P-1. My old school (Norwegian equivalent of high school) had a classroom with at least one (think it had a printer hooked up to it). I only found out visiting 5 years after I graduated, as my class used Apricot MS-DOS machines and some Sanyo IBM PC XT clones. When I visited in 1994, I also observed IBM PC XTs in a basement, where they seemed to still be used to run some "typing tutor" software.

  • @roboverholt9959
    @roboverholt99592 жыл бұрын

    I can't remember what poke I used, so many years ago, but I made a double Dragon clone where the screen looped around and I could draw over it, so I used it to make the background.. I probably only used text base graphics for the game .. I don't have one anymore to try and show you guys what I mean, but it was cool!

  • @alexelmagnifico
    @alexelmagnifico4 жыл бұрын

    Really enjoyed this video. Thanks Adrian!!

  • @drdysl3xia795
    @drdysl3xia7954 жыл бұрын

    14:15 it would be interesting to use a thermal camera to see the differences in temps on the motherboard.... before and after. On the C64 the graphics chip already had heat problems. Could that Poke causes weak chips to fail on the Pet from a light increase in heat? Great video.. thanks. I learned lots.

  • @drdysl3xia795

    @drdysl3xia795

    4 жыл бұрын

    OK if I would've waited my question was answered.. kind of. I still would like to see a thermal test done. Again great video.. you both rock. 8 bit forever.

  • @jasonjason5325

    @jasonjason5325

    Жыл бұрын

    @@drdysl3xia795 interesting but they are not responding

  • @Sparkette
    @Sparkette3 жыл бұрын

    Is the "persistent phosphor coating" you mentioned the same as the stuff that makes things glow in the dark, just with some filter to prevent regular light from making it glow?

  • @tedvanmatje
    @tedvanmatje4 жыл бұрын

    Although it doesn't kill the PET, Adrian was seemingly hesitant when he gingerly typed in the command and hit enter, The killer poke does sound like something Bruce Lee would've used, lol Thanks for posting brw! First video of the day - the best way to kickstart the brain in the morning :)

  • @anumeon
    @anumeon4 жыл бұрын

    Ah yes, prime numbers. Arthur C Clarke made a nice nod to those in the book RAMA II. Did you know that if you take the number 41 and add first 2, then 4, then 6 and so on. To get the sequence 41, 43, 47, 53, 61, 71, 83, 97 etc. That the first 40 numbers are all primes. And that no other similar numerical sequence of that length exists. :)

  • @theodricaethelfrith
    @theodricaethelfrith4 жыл бұрын

    This was good. Thanks. Maybe I'll power on my 8296D and have a POKE around this weekend.

  • @bigjnsa
    @bigjnsa4 жыл бұрын

    Cool! My two favorite KZreadrs! Thanks guys for a great video

  • @svenpetersen1965
    @svenpetersen1965 Жыл бұрын

    Usually, it is not a good idea to connect two outputs together. But the original 6522 VIA has current limiting resistors in the output. So there is no real short circuit. The 7408 can drive this load without problems. The „Retrace“ bit at PB5 will be read as zero. So, it is disabling the „wait for retrace“ function in the PRINT. With the modern WDC 65C22, it would be a problem, since this does not have internal current limiting resistors in the port outputs.

  • @rfvtgbzhn
    @rfvtgbzhn4 жыл бұрын

    I think there are scenarios where the computer might run long enough that the CRT could be damaged, e.g. if someone starts a game and goes away while it is loading, then is distract by something important (e.g. a call by his boss) and then forgets to turn the computer off. It is not very likely that something like this happens to you, but considering the sales numbers of the PET and because it seems noone reported damage, so maybe it really can't cause any damage even if you let it run for a few hours.

  • @electronash
    @electronash4 жыл бұрын

    Watched the second half of the vid a bit later on, clicked on it, and Adrian appeared. I was very confused for a few seconds. lol

  • @redstickham6394
    @redstickham63944 жыл бұрын

    Interesting story. I heard a similar story about Atari. The story was a student typed some stuff on the keyboard of an Atari 400 and smoke started coming out of where the cartridge was and ended up burning it out. I found that story hard to believe of if it was true, it was probably just a coincidence, i.e. the smoke had nothing to do with what was entered on the keyboard. I had the Commodore VIC20, then the 64, then 128. All great machines that will be missed.

  • @TheRetroGamingPrincess
    @TheRetroGamingPrincess3 жыл бұрын

    I really am curious now how my SuperPET would interact. I am curious with all its options also, if that crt circuitry is even different at all.

  • @lustechsource5197
    @lustechsource51974 жыл бұрын

    I never used a Commodore Pet before, but this video was fascinating to watch.

  • @joshm264
    @joshm2644 жыл бұрын

    I've been a subscriber to Adrian and thought it was cool to see him get some publicity

  • @jensmaa
    @jensmaa4 жыл бұрын

    Uhm, you have to poke alternating values very fast into the register :)

  • @Woodenflutes
    @Woodenflutes4 жыл бұрын

    Excellent video, excellent subject. Finally some real research into a long held myth. And finally I see where all the recent queries on the Commodore forums (i.e. VCF) have been leading to! Gives me some relief about encountering this POKE with m 8032/SuperPET (which I have - and like you have rushed in a panicked state to quickly shut it off). Also kind of ironic that the conclusion may be the killer POKE is worse for the original PETs than the later CRTC chip PETs, when the threat had thought to be the reverse all along.

  • @robintst
    @robintst3 жыл бұрын

    The first computer I ever used was the VIC-20 so I've never had any experience with a PET but damn if it isn't the most charming little machine. If I had the space I'd definitely find one of my own.

  • @immortalsofar5314
    @immortalsofar53143 жыл бұрын

    I remember reading an article in a short-lived C64 magazine which claimed that the 6502 could be switched between two frequencies (ie sped up) with a single program, which I dutifully typed in, disassembled and realised it broke down to a single command - poke 205, 10. All it did was double the rate at which the cursor flashed!

  • @andrewsasser7073
    @andrewsasser70738 ай бұрын

    The Serios Sam shirt made my day. Thank you for that.

  • @JuxZeil
    @JuxZeil4 жыл бұрын

    The PET 2001 the chap had also had more memory. Probably the memory address allocation table on the ROM is slightly different if it's an upgrade option that the machine had. 👍

  • @TheMovieCreator
    @TheMovieCreator4 жыл бұрын

    Some of the IBM monochrome monitors are quite prone to incorrect sync signals. The IBM 5151 does, for example, not have a phase-locked loop on the horizontal drive. Jim Leonard has an account of a friend of him frying something in the CRT-driver circuits, possibly the horizontal drive, of up to several IBM 5155 portable PCs.

  • @8bittimes

    @8bittimes

    4 жыл бұрын

    In fact, with the CRTC in the PET you could very well set the timing of the HSYNC to strange values. The game in the last sequence of the video uses part of the old BASIC's interrupt routine in ROM, but when run on the shown 4032 with CRTC, jumping to the same address sets the horizontal total characters to zero - which means switching off the HSYNC as it seems. Other values may drive the HSYNC with, say, higher frequencies that may in fact damage the CRT.

  • @PiddeBas
    @PiddeBas4 жыл бұрын

    Excellent topic and video, as usual

  • @iCatchLupin
    @iCatchLupin4 жыл бұрын

    I have a PET 4032 just like this one! It's not good for much, but it's such a wonderful piece of art.

  • @paragonpartners2058
    @paragonpartners2058 Жыл бұрын

    I remember hearing about this as an urban legend when I was in computer class as a junior in high school, in 1982. The way my teacher explained it, this command had the power to melt down your computer like something in a Star Trek episode.

  • @drdysl3xia795
    @drdysl3xia7954 жыл бұрын

    I really like your Pet and I really like your Simpson meter.

  • @madmaxgrey
    @madmaxgrey4 жыл бұрын

    any update on the next video for the 1970's data general mini computer's

  • @tetraquark2402
    @tetraquark24024 жыл бұрын

    Peek and Poke felt like magic at the time

Келесі