Z80 Retrocomputing 17 - Enhanced CPU Board

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

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

  • @Titan_Logic
    @Titan_Logic 7 лет назад +1

    Excellent work, I think a revision for a slight LED delay is a good idea.

  • @TomStorey96
    @TomStorey96 6 лет назад

    HALT is an output so doesn't need to be pulled up.
    INT, NMI, BUSRQ, WAIT and RESET are the 5 control inputs that should be pulled up for wire OR, or use appropriate active low logic to feed in to them.

  • @GeeWillikersMan
    @GeeWillikersMan 5 лет назад +1

    Shouldn't that solder bridge be on the MAX811 reset line to disable it, not in its current position?

    • @wesleymays1931
      @wesleymays1931 5 лет назад +1

      The bridge (SJ1) is to be soldered across when you can't solder the MAX811, to let the reset button work without having to solder that tiny little chip. It goes across the input and output of the chip, which means if you soldered it it would jump across the chip, and it's currently open.

  • @georgysb
    @georgysb 4 года назад

    What's the sense to pull up HALT pin while it's OUTPUT and so it just can't float?
    BTW in Z80 datasheet only BUSRECK and INT pins are mentioned as being needed to be pulled up.

  • @CARLOSINTERSIOASOCIA
    @CARLOSINTERSIOASOCIA 7 лет назад +1

    Is it possible to program an arduino with it?

  • @nilswegner2881
    @nilswegner2881 7 лет назад +3

    Are you planning on building a video board for your RC2014? That would be really cool!

    • @wesleymays1931
      @wesleymays1931 5 лет назад

      For console-like video, try the TMS9918 video chip
      add an OR gate, some decoders, latches, and a RAM chip and BOOM! you have a video board

  • @_rob6588
    @_rob6588 6 лет назад

    You should diffuse your LED's to make them easier to view.

  • @pcuser80
    @pcuser80 7 лет назад

    I see in the assembler listing:
    RXA:
    waitForChar: LD A,(serBufUsed)
    CP $00
    JR Z, waitForChar
    Controlling like a madman if a key has been pressed. (interrupt driven)
    This is better and saves power too.
    RXA:
    waitForChar: HALT
    LD A,(serBufUsed)
    PUSH HL
    LD HL,(serRdPtr)
    INC HL
    Better?

  • @semibiotic
    @semibiotic 3 года назад

    Do you find RC2014 base contruction (single row 0.1'' header connections) handy and reliable enough ?
    For me, child boards should be bent all the time.

    • @smbakeryt
      @smbakeryt  3 года назад

      Given that the boards are relatively small, I think it's fine, and it keeps the complexity and cost down.

    • @semibiotic
      @semibiotic 3 года назад

      @@smbakeryt I see, thank you.
      In my assembly I use "arduino shields" form-factor, yet, partially, because I use Arduino Mega as debug, system and, currently, even UART controller (as Z80-SBC2 does).

  • @jetraid
    @jetraid 7 лет назад

    Maybe a vumeter with a capacitor for each line, when the line have more activity the vumeter goes up. less activity the capacitor discharges and go low.

    • @smbakeryt
      @smbakeryt  7 лет назад +2

      Don't give me any crazy ideas... I do have a pile of IN-13 Nixie Tube bar graph tubes waiting to serve some purpose.

    • @jetraid
      @jetraid 7 лет назад

      Jaja, I only say led bars, not nixie.

    • @101blog
      @101blog 7 лет назад

      The Magic Eye tubes would be the coolest for this purpose

  • @KalterKrieger
    @KalterKrieger 7 лет назад

    Are the boards available in Europe, too?

  • @yorgle
    @yorgle 7 лет назад

    I've got a big cap on my reset line which seems to work well with doing the power-on reset... what does using the Max811 offer that the cap method doesn't?

    • @smbakeryt
      @smbakeryt  7 лет назад

      The max811 offers a few advantages, for example it will detect brownouts, should be tolerant of slow power supply rise, and guarantees a single 140ms reset pulse. When I wrote up the power-on reset blog post, I tried both the max811 and a resistor/cap + schmitt trigger reset circuit. In one of my projects I had an issue where the resistor/cap circuit wasn't working for me, so I settled on the max811.

  • @inerlogic
    @inerlogic 4 года назад

    Oo.... amber flashes with each keypress....

  • @edatki
    @edatki 7 лет назад +2

    7:23 Voice crack

    • @davebulluk
      @davebulluk 4 года назад

      didn't exactly affect anything though, did it.

  • @trombb8782
    @trombb8782 7 лет назад

    bla bla bla, loosing time