Improving on my Z80 Homebrew Computer

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • github.com/anj...

КОМЕНТАРІ • 24

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

    Using a Propeller alongside the Z80 has an extra advantage, you never have to worry about overheating.

  • @user-ig4mg7go1s
    @user-ig4mg7go1s 3 роки тому +1

    Fantastic!!! I believe that this is the best Z80 project!

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

    Excellent work, kudos for just one bodge wire!

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

    Great Video, really liked the editing

  • @RetroDepot
    @RetroDepot 3 роки тому +1

    Aiden, I see you ported my version of TB. I dig it. I look forward to seeing additional videos.

    • @AidanJennings
      @AidanJennings  3 роки тому +1

      Thanks for making it available!

    • @RetroDepot
      @RetroDepot 3 роки тому

      @@AidanJennings you’re quite welcome. That’s what it’s there for. ;)

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

    You should sell kits of these

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

    @0:26 4 million gigabytes of ram, 7000 TB SSD, AWESOME wishlist!

  • @FinepixF30
    @FinepixF30 Рік тому +1

    I would of like a more vanilla approach and use just the Z80 without the propeller. Great work though.

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

    Excellent job

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

    Impressive

  • @CircuitBreaker256
    @CircuitBreaker256 3 роки тому +1

    I like it!

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

    WHY don't you use the eZ80 chip, which contains sooo much stuff already, and can get to pipelining 50Mhz, and many other things? That should result in LESS parts on the board, and would give new opportunities, with much larger memory etc. etc. :

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

      The scope of this project was really just to run CP/M and maybe Fuzix. I considered it early on but the eZ80 is a considerably more complicated chip than the Z84C00. It was my understanding that the eZ80 'core' has a few differences from the stock Z80 that could have made it more difficult to get some software running. At the time I also didn't have the tools on hand to reliably assemble a board with SMD components.
      In the future I plan to do a fully/mostly SMD version of the Tom80 with an all-in-one chip, probably using a Z180 or Z84C15.

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

    use maxtrix like 8 x 8 using a mux you can get banks of memory to use

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

    Could have been the Tom-8-2

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

    when Tom80 3.0

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

      I post updates on twitter
      twitter.com/AidanJennings19/status/1545882286675066885
      I'll make a video once the board is fully assembled and debugged

  • @grahamnichols1416
    @grahamnichols1416 9 місяців тому

    Has anyone created tutorials of writing your own BASIC ROM from scratch?

    • @AidanJennings
      @AidanJennings  9 місяців тому

      Not that I know of, but Doug Gabbard (aka Retro-Depot) translated the original TinyBasic to Z80 asm.
      ua-cam.com/video/lC1N-xdI3dI/v-deo.htmlsi=1hmmOjHFYZ0xfVXC
      github.com/Obijuan/Z80-FPGA/blob/master/Tinybasic/Basic.asm
      I did not write my own basic implementation, all the ones I show in these videos were written by someone else.