The MOnSter 6502 - how Eric Schlaepfer built a 6502 processor out of discrete transistors

Sdílet
Vložit
  • čas přidán 28. 08. 2024

Komentáře • 41

  • @pentachronic
    @pentachronic Před rokem +12

    This is very cool. This was the first microprocessor I learned to use and hand wrote and assembled my own code on. Literally I wrote the program and ops on paper and then translated them into hex/bytes by looking up in the tables in the Rodney Zaks 6502 book. Branch calculations were always a bit tricky. Then I poke’d them in to memory and ran them. On a commodore Pet 2001! Fun days when you were a kid! I have very fond memories of the 6502.

    • @smudgerdave1141
      @smudgerdave1141 Před 11 měsíci +1

      Me too. I recall you had to be careful about croosing page boundaries. My school computer was a PET 3032. I used to write on green lines printer paper my dad brought from work.

    • @MrZnarffy
      @MrZnarffy Před 10 měsíci +1

      Me too, I used to spend time at math classes to hand assemble code to run on the schools Apple II+'s on my lunch break.. I still know RTS is 60 hex, 40 years later.. LOL

    • @pentachronic
      @pentachronic Před 10 měsíci

      @@smudgerdave1141 Dot matrix fanfold printer paper (or teletype fanfold printer paper - basically the same stuff). Know it VERY well!!

    • @smudgerdave1141
      @smudgerdave1141 Před 10 měsíci +1

      @@pentachronic This was fanfold line printer paper around 18" wide. 😊

    • @NotMarkKnopfler
      @NotMarkKnopfler Před 4 měsíci

      Ha! Yep - did the same but with the Z80. Wrote the op-codes into the back of my school maths book!

  • @GerbenWijnja
    @GerbenWijnja Před 7 měsíci +4

    Eric, if you're looking for a high resolution thermal camera, look for a Seek Thermal Reveal Pro. It has a thermal resolution of 320x240. Don't buy a FLIR, they are too expansive for what you're getting. Most FLIR camera's in the low price ranges have a thermal resolution of only 80x60, and cheat by adding contrast lines from an optical camera. Seek Thermal doesn't do that, they have actual thermal resolution at a fraction of the price you pay for a 'real' FLIR. As a C64 fan, I find your 6502 project very fascinating. Great work!

  • @peterschmidt-nielsen3577

    Wow, what a great conversation! Eric is a very clear speaker.

  • @brandonsamuelcruzsilva7626

    Excellent video Matt! I like that he connects technology very well, from the science at the device level to putting everything together to visualize a computer's operation, inspires me to learn more.

  • @videolabguy
    @videolabguy Před 10 měsíci +1

    I had the pleasure of working at the same company with Eric for a while. He is the smartest person I know. this project is simply mind boggling to a mere mortal such as myself.

  • @edgeeffect
    @edgeeffect Před rokem +8

    Let's not forget Eric's regular guest appearances on Curious Marc

    • @henryD9363
      @henryD9363 Před 11 měsíci

      Oh yes! He is so amazing in his diagnosis and analysis of not quite working Apollo equipment , for example. The room always gets more than a little bit smarter when he shows up.

  • @user-vq5rx5ym6b
    @user-vq5rx5ym6b Před 4 měsíci +1

    🖤6502🖤

  • @LongnoseRob
    @LongnoseRob Před rokem +1

    Thanks for the great interview giving great deail about how this project was done.!😍

  • @JohnnieMartynov
    @JohnnieMartynov Před 8 měsíci

    WOW! This is great! Amazing work! 🤩👍

  • @Wishbone1977
    @Wishbone1977 Před 11 měsíci +2

    As someone who is currently trying to write a 6502 emulator I can sympathize with the difficulty in coming up with sufficient test scenarios to have adequate coverage. That is one thing I have stolen a lot of, other people's test scenarios. Particularly for the decimal mode functionality of the ALU.

  • @georgegonzalez2476
    @georgegonzalez2476 Před 3 měsíci +1

    So surprising that it's only like 1/20th the speed of a real 6502. Long ago I worked on a CDC 160A, which was all discrete germanium PNP transistors and wire runs up to 5 feet long.. It was the size of a door and had a 12 microsecond clock. Slightly faster, and in 1961!
    I'm also surprised you couldn't find some suitable active complementary pullups, that would have greatly helped the speed and lowered the power drain. For instance the BSS84AK,215 is only 18 cents each, is p-channel, and not too slow. It does have a whopping 18pf of gate capacitance, which is very low for a fet, but may be a problem if you need a lot of fanout.

  • @ChrisJackson-js8rd
    @ChrisJackson-js8rd Před rokem +1

    great stuff!

  • @csolumaz
    @csolumaz Před 7 měsíci

    Fantastic

  • @eitantal726
    @eitantal726 Před rokem +2

    I'm interested in making a functional simulation of the SID chip, much like what was done on visual6502

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt Před 11 měsíci

      Then use LT spice ? SID is analog. IMHO that was a big mistake. With that much chip area and mono output ( only one DAC) I could have made real wavetable sound. Why even a 12bit DAC? PcEngine got away with 5 bits. Isn’t there noise in the SID at a level above the lsb? Could MOS even guarantee the correct order of analog values ( precision resistors )?
      I suggest two or four pulses per scanline and modulate their width. Delta sigma for the fraction. Bonus points if we could use the 15 MHz crystal signal instead of the pixel clock for a bit more. And balanced DDR to use two phases.

  • @markohara5146
    @markohara5146 Před rokem +1

    Want one.

  • @noreagatube
    @noreagatube Před 11 měsíci +1

    crazy

  • @SatelliteGalaxy
    @SatelliteGalaxy Před 8 měsíci +1

    I'd like to see a discreet transistor version of Apples M2 processor with its 20 Billion transistors.

  • @WaldoHazeleger
    @WaldoHazeleger Před 3 měsíci

    Can the schematic be changed (and build) in simple logic gates/registers in stead of transistors ?

  • @riteshraj6451
    @riteshraj6451 Před měsícem

    Sir can you share the monster 6502 schematic diagram made by eric schlaepfer

  • @newtitojff
    @newtitojff Před 11 měsíci

    Why not Kicad?

  • @drdengineering819
    @drdengineering819 Před 10 měsíci

    Question is, did you own a Qume terminal.

  • @GFScreech
    @GFScreech Před rokem +1

    Want to make on

  • @francoisleger287
    @francoisleger287 Před rokem

    How slow can it run?

    • @TheKetsa
      @TheKetsa Před rokem +2

      14:40

    • @ZeroToASICcourse
      @ZeroToASICcourse  Před rokem +1

      You can single step it, so as slow as you want

    • @francoisleger287
      @francoisleger287 Před rokem

      @@ZeroToASICcourse I was not thinking of the delay between clock cycle, but about the maximun delay between the two edges of a clock cycle.

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt Před 11 měsíci

      @@ZeroToASICcoursebut the IC cannot!?

    • @gcolombelli
      @gcolombelli Před 10 dny +1

      ​@@ArneChristianRosenfeldtnot as far as I know, he talks about those constraints in the video, around 15:42. There are static core versions of the 6502 as well.

  • @user-fq6qy8tk2z
    @user-fq6qy8tk2z Před 10 měsíci +1

    牛逼,

  • @hernancoronel
    @hernancoronel Před rokem

    Can it run DOOM? LOL!