My 6502 SBC R1 Complete hardware overview

Поділитися
Вставка
  • Опубліковано 30 вер 2024

КОМЕНТАРІ • 25

  • @GeorgeFoot
    @GeorgeFoot 2 роки тому +10

    Nicely done, and thanks for the links!
    Especially interesting to see the use of the JK flipflop for sync signals - I've not seen it done that way before, I'm going to have to think through how that works!

  • @canaDavid1
    @canaDavid1 2 роки тому +6

    0:00 Overview
    1:38 What is a "6502"?
    2:30 Memory map
    3:58 The ROM
    4:43 The RAM
    5:53 I/O
    7:46 The PS/2 Interface
    9:43 The COOR (Control "Output Only" Register)
    10:32 Reset and Buffering
    12:29 So Where do all the Clocks Come From?
    13:57 The Framebuffer
    14:13 VGA Blanking
    15:18 Address Bus "Tristater"
    15:44 Video DMA
    19:43 DMA Offset
    20:59 What's Next?

  • @GunDoom
    @GunDoom 2 роки тому +5

    based and 6502 pilled

  • @gregclare
    @gregclare 2 роки тому +2

    Nice design. Great functionality for such a compact design that stays relatively true to retro device use. Awesome work. Kudos!

  • @mheermance
    @mheermance 2 роки тому +3

    The VGA output is especially impressive.

  • @kvadratbitter
    @kvadratbitter 2 роки тому +2

    Great stuff! Solving the v/h sync signals with the 109 was really neat, haven’t seen it in use before.

  • @vanhetgoor
    @vanhetgoor 2 роки тому +1

    Stop smoking, it is very bad for tape-recorders.

  • @donvukovic7440
    @donvukovic7440 2 роки тому +2

    Thank you for an updated trip down memory lane.
    I built my first 6502 machine in 1978.
    Connected an 8 inch floppy disk using the WD1771 to it, 48K of dynamic RAM and a 1702 EPROM as a boot loader.
    Fun days.

    • @Theineluctable_SOME_CANT
      @Theineluctable_SOME_CANT 2 роки тому +1

      Oh, a rich bastard!
      😉

    • @donvukovic7440
      @donvukovic7440 2 роки тому +1

      @@Theineluctable_SOME_CANT In 1978 an 8 inch floppy drive was $100 +/-. On ebay today they are $200 !

    • @Theineluctable_SOME_CANT
      @Theineluctable_SOME_CANT 2 роки тому

      @@donvukovic7440 I was thinking of tge RAM...

    • @Theineluctable_SOME_CANT
      @Theineluctable_SOME_CANT 2 роки тому +1

      @@donvukovic7440 yes, but...
      Inflation!
      (And crazy consumer nostalgia demand)
      I notice you are no economist!

  • @Nebula_Protogen752
    @Nebula_Protogen752 Рік тому

    on the PS/2 Interface schematic, what is the 0O (The first symbol has a slash through it, is that a Zero?) Net Port/ signal?

  • @garymetheringham4990
    @garymetheringham4990 10 місяців тому

    Hi, Is there a link to the gerbers for your latest version of the 6502SBC?

    • @AndersNielsenAA
      @AndersNielsenAA  10 місяців тому

      Happy you also found the Discord server. For anyone else wondering: There are currently two gerber zip files in /hardware - one tested b2 and one untested b3 (that I'm confident works as intended) - link to Github in the general description.

  • @markgreco1962
    @markgreco1962 Рік тому

    You do a great job

  • @markgreco1962
    @markgreco1962 Рік тому

    Nice job

  • @Theineluctable_SOME_CANT
    @Theineluctable_SOME_CANT 2 роки тому

    Very, very nice design and build!
    Simple, elegant and inbued with the classy "tricks" I have seen in professional designs from back in the day (1982 or so).
    Really excellent design. Well put together video, too.
    Simply awesome!

  • @RixtronixLAB
    @RixtronixLAB 2 роки тому

    Nice video, thanks for sharing, like it :)

  • @claudetrem01
    @claudetrem01 2 роки тому

    i am an old user of 6502 with rockwell aim 65
    does your project support data from tape recorder ,what type of storage data will be supported is it possible to add other programming language as fortran, basic and forth that will be stored on swappable rom .
    do you expect to sale blank diy assembly board

    • @AndersNielsenAA
      @AndersNielsenAA  2 роки тому

      I’m currently working on the tape interface - that will work with pretty much anything that can record and play audio - I’ll be showing off saving to reel to reel tape and to/from Audacity on a modern computer in a video “soon”. Kansas City Standard 300/1200 baud is what I’m going for. Of course getting data to RAM is even easier with my RF boot loader (check out my other videos). (And from RAM with some modification)
      “Soon” after that I will get Basic running and demo that. Maybe some C code after that - though I think new old hardware is more fun :)
      The gerber files are available on GitHub so it’s easy to order PCB’s from somewhere.

  • @claudetrem01
    @claudetrem01 2 роки тому

    nice project