A 6502 Based Computer on a Single Breadboard

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 108

  • @AndersNielsenAA
    @AndersNielsenAA  Год назад +1

    UPDATE: WOW! 30K and 1100 likes! Thank you!!!
    I now have a free Discord server - come say hi in the hackerspace clubhouse! discord.gg/kmhbxAjQc3
    If you're really into this stuff you can get most of what you see in this video on my personal webshop: www.imania.dk/index.php?currency=EUR&cPath=204&sort=5a&language=en

  • @TheGamingComputerBomb
    @TheGamingComputerBomb Год назад +42

    Oh, so this is what a single board computer is.

  • @GregStrike
    @GregStrike Год назад +12

    I've never used those Riot chips before but they seem interesting! Thanks Anders!

  • @dagobertkrikelin1587
    @dagobertkrikelin1587 Год назад +7

    I've never heard of the 6507 - and I'm old! :)

  • @RistarteYoshiCH
    @RistarteYoshiCH Год назад +7

    Thank you for making this vid! The RIOT is truly a lifesaver chip in this case xD. I also got inspired by your 65uino project and is in the process of making something similar except with a 6502 40dip. I guess it'll be more similar to Ben Eater's 6502 but Uno-sized.

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      You’re welcome! New one coming soon.
      I have a feeling you’ll find that you need to switch to SMD for the rest if you want to fit a 40 pin 6502 in an Uno form factor :)
      Impossible to fit more than one 40 pin dip if you also want to fit a third 28-40pin DIP.

  • @bzoli5706
    @bzoli5706 Год назад +2

    As you said the 555 IC can blink a LED, but with the button shorted a resistor in the timing circuit the 555 IC also can do what your program does, two different blinking rate. But for example blinking an SOS Morse code is not possible with the 555 IC but you can code it in your 6502 based program. Sorry for my poor English.

  • @vanhetgoor
    @vanhetgoor Год назад

    Don Lancaster was a wise man, it was nice that you quoted him.

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад +1

      I was sad to hear he passed a few months after I said that. I would've loved to have a talk with him about pretty much anything.

  • @petermuller608
    @petermuller608 Год назад +1

    Great video, especially leaving in the debugging part.
    This is an interesting take on the 6502 breadboard PC :)

  • @oscar-n-mori
    @oscar-n-mori Год назад

    Congratulations Anders!

  • @Barnaclebeard
    @Barnaclebeard Год назад +5

    Darn near got a 2600 on a breadboard, there.

  • @cbmeeks
    @cbmeeks Год назад +3

    Great video as usual. Thanks!

  • @HansOtten
    @HansOtten Год назад +6

    A 6532 based 6502 system is so simple! My compliments for this video and design!
    Would a larger 6502 and a smaller 28C16/64 EEPROM be possible too? 6507 are rare nowadays.

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      Maybe a 24 pin C16 and a 6502 would barely fit - maybe by using the crystal oscillator in the schematic instead of the can since that takes up more space than it should. Otherwise you’d still be two pins width short, as I already already use the whole width.
      @HansOtten as in, retro.hansotten.nl/6502-sbc/ ? If so, thank you very much for that resource!

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      Also - the 6507 seems plentiful in the Asian markets. I think I only had to pay 1-2$ :)

    • @MostlyPennyCat
      @MostlyPennyCat Год назад

      They're available for £1 on AliExpress.

    • @MostlyPennyCat
      @MostlyPennyCat Год назад

      I'm particularly excited by all the Yamaha FM Synthesis chips for a pound on AliExpress 😁

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      @James, me too :D

  • @jasonblewis
    @jasonblewis Год назад +4

    Amazing project! Well done

  • @GodmanchesterGoblin
    @GodmanchesterGoblin Год назад

    Neat. Of course, with only 4k bytes accessible in the ROM due to the limited address space and simple decoding, you could have saved two more pins in breadboard length by going truly retro and using a 2532 EPROM instead of the 27512 monster. 😀

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад +2

      Indeed :) I used the w27c512 because - strangely - they are cheaper and I have a good bunch of them... And I don't need a UV eraser. I really wish I had a box of '70's PROMs...

  • @MikeK8LH
    @MikeK8LH Год назад +1

    Thank you for another nice video, Anders. Can you add a schematic in PDF format on your GITHUB, please?

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      I just uploaded the PDF to the hardware folder on Github.

  • @Chleosl
    @Chleosl 2 месяца назад

    Me: can we have Apple 1 at home?
    Steve:

  • @krallja
    @krallja Год назад +4

    6507+RIOT is 2/3 of an Atari 2600!

    • @krallja
      @krallja Год назад +2

      oh lol, you got there at 19:57 😂

  • @prometheus4130
    @prometheus4130 Год назад

    Big Apple II vibes, or a modern version of the Heathkit MCU kit (although 68000 based)

  • @luheartswarm4573
    @luheartswarm4573 Год назад

    what an amazing project!

  • @AngelMcDove
    @AngelMcDove 11 месяцев назад

    It's funny how the random numbers for ICs won't make sense if you don't have electronics experience.

    • @AndersNielsenAA
      @AndersNielsenAA  11 месяцев назад

      I still remember when they were all nonsense and I didn’t even know what to google :)

  • @melanierhianna
    @melanierhianna Год назад

    The Atari 2600's only built in RAM was 2 RIOTs. 64 bytes for page zero and 64 bytes for stack.

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад +3

      Actually only a single RIOT :) I mentioned it in the video - by connecting A9 to RS of the riot, RAM was available to both zero page and stack. So they both had 128 bytes - the same bytes though.

  • @dgnrlento
    @dgnrlento 8 месяцев назад

    Gracias

  • @MostlyPennyCat
    @MostlyPennyCat Год назад +2

    Doesn't that make this an Atari 2600?

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      A 2600 didn’t fit on a breadboard and this is missing a TIA - but like I mention at the end of the video, we’re close :)

  • @ipebyx
    @ipebyx 10 месяцев назад

    You can insert TIA on second breadboard and you will have working A2600

    • @AndersNielsenAA
      @AndersNielsenAA  10 месяцев назад

      Indeed. I chose a different way though - and got 128x64 characters instead :)

  • @NicoDsSBCs
    @NicoDsSBCs Год назад

    I'd like to review this SBC. But not sure if the browser video playback would be good enough for my subscribers 😅And can it play Xonotic?
    Nice job to get this working. My hat goes off. Greetings.

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад +1

      In that case I suggest you make your own - instructions provided in the video and Github :D
      Xonotic might require a RAM upgrade of a few orders of magnitude from the current 128 bytes XD

  • @JarppaGuru
    @JarppaGuru Год назад

    rom and ram pinout is same you can stack them and bend 1 or 2 pins to make them work. better do it for ram

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      They stack just fine but require additional address decoding :)
      128 bytes was fine for the Atari 2600 and I have a feeling I can get a lot out of it too ;-)

  • @petermuller608
    @petermuller608 Год назад

    What's the movie in the beginning, didn't quite get the title

  • @chexo3
    @chexo3 Год назад

    Huh, RIOT chips seem useful!
    You should consider socketing the bigger ICs here for ease of changing them. At least the EEPROM?

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад +1

      A breadboard really is one big socket ;-) I've wired it so it's pretty easy to pop out the ROM. Most of the development for this board I'll probably be testing on my 6502SBC r1 though, since that'll accept code wirelessly.

    • @chexo3
      @chexo3 Год назад

      @@AndersNielsenAA huh. How does that work?
      Also, went and looked up the RIOT chips. It seems there was a variant with ROM too, RRIOT. Unfortunately, it is mask ROM, not EPROM/EEPROM. So no reprogramming it… only whatever the original program on the chip was.

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      @@chexo3 That’s the 6530 - what MOS used in the KIM-1 :)
      I made another video on the wireless interface of my SBC r1.

  • @kBashumUclugam
    @kBashumUclugam 9 месяцев назад

    Hi 👋 cool project.But can we use 6522 as i/o port and not 6532. And for example, if we need to connect ram?

    • @AndersNielsenAA
      @AndersNielsenAA  9 месяцев назад +1

      Sure you can :) The limit of "on a single breadbord" if pretty arbitrary but if you use the 6522 you will end up needing a second breadboard for RAM and change the address decoding of course.
      Like the Garth Wilson's 6502 potpourri @ wilsonminesco.com

    • @kBashumUclugam
      @kBashumUclugam 8 месяцев назад +1

      ​@@AndersNielsenAAThank you. I missed 1 month without seeing what you wrote

  • @petermuller608
    @petermuller608 Год назад

    Can the RIOT memory mapping be changed? Would not be great if it's fixed at 0x80..., cluttering the zero page

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      Like I said in the video RS can be connected to A9 to put only RAM in zp + stack(like the Atari 2600). But with I/O in zp you get faster I/O and there’s only RAM enough for half of zp anyway.

  • @typedeaf
    @typedeaf Год назад

    Where do you buy old MOS chips? Ebay?

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      There's an almost infinite amount coming out of Asia from recycled consoles, industrial control boards etc. The 6507 I use here with the Rockwell branding is from 1988 and probably came out of some industrial unit.
      More specifically: You'll find a lot on Aliexpress or Ebay.

  • @Wyld1one
    @Wyld1one Год назад +1

    hm. how about no eeprom, instead just sram loaded from i^2c then run. forth can be coded in < 1k

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      I've been thinking about a few no-ROM designs - with and without battery backup. Since holding an NMOS 6502/6507 in reset for a long period of time can damage it - I've heard - loading the RAM without bus contention becomes the issue. Then it needs 24 bits worth of bus transceivers "n stuff" :/ A 65C02 with a BE line is a better candidate though.

    • @8bitwiz_
      @8bitwiz_ Год назад

      @@AndersNielsenAA Holding it in reset doesn't damage the chip, but its registers are basically DRAM cells and will not hold data very long without the clock. Very few microprocessors used static memory registers and could be clocked down to 0Hz, but the 1802 was one of them.
      As for the original question, what is listening to i2c, and/or where do you get an SRAM chip with both a parallel and an i2c interface?

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад +1

      @@8bitwiz_ I’d like to see that i2c device too.
      Beware of holding down rst on a 6502 though - some do have a bug.
      Quoting Garth Wilson about the bug from his RST site: “Now if you really must use an old NMOS 6502 (I don't recommend it), you should be aware that some NMOS 6502's had an internal heating problem that could damage the part if the reset line was held down very long. It is recommended that you not hold it down more than about a tenth of a second.”

    • @nilsskansar416
      @nilsskansar416 Год назад

      @@8bitwiz_ There is an Apple I board out there using Arduino Nano as interface. I have the board but not built it yet.Gary Evans also has a project on RUclips using a Raspberry PI Pico as program loader/interface.Other people have used Atmega 644 and Atmega 1284P. I have also seen a PIC18F46xx to load code into RAM and boot a 6502. My plan now is to learn a PCB Cad program so I can design boards and send the Gerber files to China and have the boards made. A board using Motorola 68000 has also been on my to do list for many years but too much wiring. A ready made board could also be used if I found one.

  • @tr1p1ea
    @tr1p1ea Год назад

    Awesome, think you can do it with a z80?

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      I think I'll need a bigger breadboard if I don't start stacking IC's :)

  • @rimmersbryggeri
    @rimmersbryggeri Год назад

    Why not do it on perforated proto breadboard with a wire wrap tool? Tehn you could the the full compliment of components with the same amount of holes as the solderless breadboard and probably more relible aswell.

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад +1

      I always thought wire wrapping was none of the fun for the price of even more work and well.. price. Those tools are expensive!
      It gets points for being “era correct” but I have to admit that my next step after the breadboard - if it’s more than a handful of connections - is to order 5 pcbs for almost no money and have them delivered in a week. If it’s one or two dip14’s I’ll happily grab a radio shack protoboard - no tools needed.
      And if it’s really about size we can always emulate everything in a modern MCU or FPGA in a BGA package and call it a day - but wouldn’t that be boring :)

    • @rimmersbryggeri
      @rimmersbryggeri Год назад +1

      @@AndersNielsenAA It would be boring indeed. I remember when a company I helped out in was prototyping a X-ray/Laser bone density meter andthey had bought a wire wrap gun, And indeed it was expensive. I heard someone on youtube say it wasnt the other week though so I thought maybe they chinese had come up with a remedy for that. My thought was mostly because my solderless breadboards are so unbelievably unreliable in their connections. These days there are probably farts with more computing power than a 6502 that you could emulate them with if you wanted to be boring.

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      @@rimmersbryggeri There are some horrible breadboards out there - the ones I use now are great but some are basically single use. Ben Eater even did a video on how different they can be.

    • @rimmersbryggeri
      @rimmersbryggeri Год назад

      @@AndersNielsenAA I think Mr Carlsons lab did a breadboard video also. But the internet makes it so difficlt to buy consistently since you may not get the same item even if you order the same item from the same source, very annoing indeed.

    • @nilsskansar416
      @nilsskansar416 Год назад

      @@AndersNielsenAA Wire wrapping was very much used to build prototypes about 30 years ago.I once watched a customer building a 80286 board for a Telecom device. He had no schematics or drawings. Just wiring from his own memory. Personally I have built many 8039 and 8051 boards using wire wrapping back in 1987-94.The back plane on a
      DEC VAX 11/780 was also wire wrapped. I have done a lot of mods on the 11/780 using OK tools and later invested in a Vero electrical wrapping gun.

  • @timotejkesa7117
    @timotejkesa7117 Год назад

    How thick are those cables?

  • @8088argentina
    @8088argentina Год назад

    Nice, i suscribed

  • @KaanSen35
    @KaanSen35 20 дней назад

    I want to make this project can you guys tell me the parts that used in this project?

    • @AndersNielsenAA
      @AndersNielsenAA  19 дней назад

      Have a look at my newer videos or google the 65uino - it's just a PCB version of the same project. The project page on hackaday.io is a good place to start :)

  • @markgreco1962
    @markgreco1962 Год назад

    New subscriber!

  • @StevDoesBigJumps
    @StevDoesBigJumps Год назад

    Nice build. Doom video when?

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      I think I’ll have to put my own spin on Doom to make it fit.. Doom 2D?

  • @robo7014
    @robo7014 Год назад

    Can i use it as a pc

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      People used hardware like this as a PC in the 1970's

    • @robo7014
      @robo7014 Год назад

      @@AndersNielsenAA how to connect mouse,keyboard and monitor and how to install operating system

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      You can connect a keyboard using a ps/2 to parallel adapter but with the 6507 you will need to poll the keyboard port since the 6507 doesn't have hardware interrupts. Monitor will need a video card. You'll probably get the idea from "My 6502 SBC R1 complete hardware overview" video.
      Due to limited RAM you probably want to write your own operating system depending on what you want it to do.

  • @Jkauppa
    @Jkauppa Год назад

    try pentium 100MHz fast cache chip based rom alu logic

    • @Jkauppa
      @Jkauppa Год назад

      yes load the fast cache memory from rom

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад +2

      You want me to interface a ROM to a 273 pin Pentium, essentially making a chipset? Not sure I follow your suggestion but sounds interesting.

    • @Jkauppa
      @Jkauppa Год назад

      @@AndersNielsenAA dont include a pentium chip, only external cache chips (for pentium) that run at 100MHz

    • @Jkauppa
      @Jkauppa Год назад

      @@AndersNielsenAA the cache chip is much more simpler (as memory chip) than the pentium itself, use the cache memory chip as the processor core itself, ie rom alu fast result storage, the cache is the alu, like in old 8-bit machines

    • @Jkauppa
      @Jkauppa Год назад

      @@AndersNielsenAA you can fit various 8/16 bit float operations (single or dual argument) in one cache chip

  • @davidpodolske8376
    @davidpodolske8376 Год назад

    You can get much larger breadboards. Just sayin'

    • @AndersNielsenAA
      @AndersNielsenAA  Год назад

      You can also get smaller components :) This is absolutely one of those “because you can” things.