Home-Made Z80 Retro Computer - Computerphile

  Рет қаралды 115,680

Computerphile

Computerphile

10 жыл бұрын

What better way to understand how a computer works than to build one from components. Spencer built a Z80 based machine from scratch at Nottingham Hackspace.
Grant Searle's Z80 Webpage: bit.ly/z80computer
Nottingham Hackspace: bit.ly/notthack
A Career in Video Games: • A Career in Video Game...
The little Mac with the Big Bite: • The Little Mac with th...
/ computerphile
/ computer_phile
This video was filmed and edited by Sean Riley.
With thanks to Nottinghack, the Nottingham Hackspace.
Computerphile is a sister project to Brady Haran's Numberphile. See the full list of Brady's video projects at: bit.ly/bradychannels

Пікірлер: 131
@PamSesheta
@PamSesheta 10 жыл бұрын
Woah. Printing out the labels and attaching them to the chips? Why did I never think of that?! In all of the EE classes I've taken, I was constantly shuffling between data sheets to check my connections, but I could have quickly and easily taped on a label! Augh!
@Landrew0
@Landrew0 9 жыл бұрын
I wish we could go back to the early 80s. I understood computers back then.
@insu_na
@insu_na 10 жыл бұрын
I like how enthusiastic Spencer is about this project! :)
@StephenTack
@StephenTack 10 жыл бұрын
I learned assembly language on a Zilog z80 in an electronics course at college, just a couple years ago... I was glad they had 8-inch floppy drives to store students' work.
@Timbyte
@Timbyte 10 жыл бұрын
I dont understand a single thing, ...but I like it.
@trylleklovn
@trylleklovn 10 жыл бұрын
Being a c64 nerd myself, I feel like there is an untapped niche market for reproductions of moderne 8bit computers in a more portable package and of course with basic+assembler capabilities. Image reviving the demo-scene of the c64 on these new kind of devices - and integrating them in hacker projects by having available friendly IO ports. Much like an 8bit raspberry pi or similar - only simpler, with direct access to graphic output on the monitor, and so on. Like the good old days. I think it could be an important educational tool.
@pandaofdoom7684
@pandaofdoom7684 10 жыл бұрын
Building a computer from scratch is a huge task and requires a ton of knowledge and dedication - props for that! I hope that someday I can build one too, as it gives you a deep insight on how these tiny machines work that we use everyday.
@Tupster
@Tupster 10 жыл бұрын
I designed an 8 bit computer and it seemed surprisingly simple after I'd taken a digital electronics class and understood how to build the bus. I never built it, but assumed writing an OS would actually be far more time consuming than building the hardware.
@KuraIthys
@KuraIthys 10 жыл бұрын
Looking at the circuit involved I'm not so sure it's as hard as it sounds... Sure, if you were designing the IC's and system architecture as well, (or designing for a system based around a modern high-speed CPU such as an X86 system, where many of the main IC's have over 1000 connections, and as a result require multilayer circuit boards just to route it all) then it'd be a different matter...
@Tupster
@Tupster 10 жыл бұрын
Yeah, the data and address bus look complex, but only because they each have 16 connections, but those connections are all doing pretty much the same thing.
@Optimus6128
@Optimus6128 10 жыл бұрын
I want to do something like that one day. I was always more focused on the software side, I have coded assembly for Z80, 6502 and X86, it's just that I never started learning electronics and making a hobby project on the hardware aspect. I wish I was more into hardware too, maybe soon is coming, Z80 will be my choice too.
@Artifactorfiction
@Artifactorfiction 10 жыл бұрын
I learnt assembler on a spectrum as a kid - Hand coding via basic data statements and poking in the bytes - first pgm ripped through the spectrums color overlay area and swapped one paper or ink color for another in a shockingly quick time - hooked for life after that - the Z80 was beautiful - loads of registers and easy addressing modes (compared to 6502 and 6809) and wonderful ideas last ex de,hl , inc (hl) and djnz. Then bought Hisoft's wonderful assembler, diasassembler and monitor which even allowed you to single step through rom, and Dr (Frank?) O'hara's book disassembly of the speccy rom - ah sweet sweet nerdy memories ...
@stonent
@stonent 8 жыл бұрын
The irony of the easiest way to connect peripherals being using a much more powerful processor (AVR) to take care of it. :)
@itakeyourphoto
@itakeyourphoto 9 жыл бұрын
Ahhhh the Sinclair ZX80. My first computer. Followed by the ZX81 all the spectrum range up to the 128. I still remember paying $490 Aud for a 16K ram expansion unit for the ZX81 lol..
@shanesrandoms
@shanesrandoms 10 жыл бұрын
Love it :) The Z80 was always my favourite CPU back in the 80s and 90s for building up from scratch on breadboards :) I believe from memory (from own experiences), that the z80 was preferred over the 6502 due to it's single phase CLK line and in built DRAM refresh. Although 6502 Assembly was easier to do for beginner (3 registers etc..)
@mkaatr
@mkaatr 10 жыл бұрын
Wow this brings back memories. I used to write in assembly for the ZX Spectrum +2 long time ago.
@WilliamTurnerMusic
@WilliamTurnerMusic 10 жыл бұрын
On the Timex (same as Sinclair Z80?) we could load hex into BASIC "comments" & hit an interrupt to execute. Then it was a simple matter of writing assy. on napkins & paper, then translating to hex by hand ;-) Ah how I *don't* miss those days!
@DFX2KX
@DFX2KX 10 жыл бұрын
Mao ting assembly can take quite a long time, I've done a bit of asm myself, it's pretty tedious. (a suprisingly large number of people know Assembly for the z80. Texas Instruments used a version of that cpu in their TI-83 calculators, and the more clever kids figured out you could load and run assembly programs onto them, once you'd gotten low level access. imagine having to code in an image, if it's supposed ot be animated, like in a game, get to code in every single frame, and oh yeah, the 83 ran at like 1 mhz)
@WilliamTurnerMusic
@WilliamTurnerMusic 10 жыл бұрын
Mao ting Elders... ha! I learned in assembler and didn't write in high-level languages for the 1st 15 years of my career. Writing assy isn't really very slow, many (most?) arcade games of the 70s-80s were written that way by very small teams, in a fraction of the schedule modern videogames require. What is slow & hard about assy is *maintaining* that code as requirements change!
@mkaatr
@mkaatr 10 жыл бұрын
Mao ting When I first started with the ZX spectrum, I did not have an assembler. I used to write programs on paper, then I translate that to machine code. Next is entering them to the computer using poke command. Most of the time, the computer resets because I entered the wrong number, or mistranslated the assembly command. Later on I got "McGrowHill Assembler" which is a software that comes with a book called "Learn assembly Language for the ZX Spectrum" or something like that. You write Rem statements in basic, the the comments should be assembly commands such as: REM ld a,0 REM ld b,10 ... then you call the assembler which will translate your program into machine code. I remember making a simple side scrolling shooting game using that once which took me about one month to finish. Later on I gave it to my friend for him to have a look. He lost the cassette tape, and all was gone since I did not have any backup tapes. I almost cried. :(
@fogglee
@fogglee 10 жыл бұрын
Nice. Good to finally see the legendary Z80 get an appearance. Now for the 6502!
@noswonky
@noswonky 10 жыл бұрын
My first computer was Z80 based. It ran at 2Mhz.
@05Rudey
@05Rudey 10 жыл бұрын
Stick a RF modulator on it for a bit of Manic Miner fun. Joking aside, I think it's fantastic, I would really love to give this a try sometime.
@AGeeksTouch
@AGeeksTouch 10 жыл бұрын
Good Channel to wake up to! Thankyou!
@MichaelErskine
@MichaelErskine 10 жыл бұрын
Brilliant work!
@NEOGEOJunkie
@NEOGEOJunkie 10 жыл бұрын
Awesome!
@OnEvenKeel
@OnEvenKeel 10 жыл бұрын
My buddy and I got our hands on a Sinclair ZX80 in the 80s and had a bunch of fun.
@steveb1972
@steveb1972 10 жыл бұрын
How cool is that!!!!!! I still have my beloved ZX81 :-)
@RaaynML
@RaaynML 10 жыл бұрын
_Finally_, hardware.
@MichielHaisma
@MichielHaisma 10 жыл бұрын
Great Video!
@ihateyourusernames
@ihateyourusernames 7 жыл бұрын
Sweet! This is my next personal project. Very inspired :)
@unvergebeneid
@unvergebeneid 10 жыл бұрын
Fun fact for all you youngsters out there: the reason the line numbers in the video were 10, 20, 30, ... instead of just 1, 2, 3, ... is that when you later needed to insert code in between existing code, you had nine lines before you were fucked. Renumbering was next to impossible, especially since the many GOTOs you had to use at the time pointed to line numbers as well, not labels. And in any case, if you went in, changed the line number and hit return, you only doubled that line. For my C64 I had a hardware extension module that among other things provided a RENUMBER command. What a life saver! It also enabled you to _scroll_ in your code instead of just interrupting the LIST command at the right time. Yep, those were the days and now stop whining about your crappy Python IDE ;)
@Bob_Burton
@Bob_Burton 10 жыл бұрын
Wonderful !
@NickT6630
@NickT6630 4 жыл бұрын
I built my first Z80 computer in 1990. Im currently building my 7th Z80 computer in 2019 to be finished by the end of the year.
@user-no4tb5qc3i
@user-no4tb5qc3i 10 жыл бұрын
After reading the book "Code" I really wanted to build an 8-bit machine from scratch, but I didn't feel comfortable ordering a bunch of parts online. It's much easier nowadays to just buy an arduino kit or a raspberry pi.
@PedroLucas-hk3vo
@PedroLucas-hk3vo 10 жыл бұрын
GZ m8 !!! Oh, old memories ! I designed HW projects like this on Orcad, programming for 8085. I remember coming home and testing the code on my Spectrum, since the binary was actually the same, only the mnemonics had different names. You didn't show a state diagram for the logic blocks (don't remember the exact name for it), but I'm sure there is one ;-) . Very good job with the interfaces !!!
@UltimatePerfection
@UltimatePerfection 10 жыл бұрын
Awesome! It would be great to add possibility to hook up any VGA-compatible monitor.
@DigGil3
@DigGil3 9 жыл бұрын
This computer seems a lot simpler to build than what I expected!
@Chriva
@Chriva 9 жыл бұрын
I'd love to build one myself. Microcontrollers are boring and takes away much of the challenge. I'm currently working on my own ARM-machine running linux, the hardcore way is the way to go =)
@DudokX
@DudokX 10 жыл бұрын
Thanks to DadCubed I can understand most of the British accents . Also Spencer is really great! I really like this video.
@adrianlake7195
@adrianlake7195 10 жыл бұрын
Such a cool project! btw, I use the same keyboard :)
@feola69
@feola69 10 жыл бұрын
this is the reason i never felt comfortable saying i know how to "build" a computer. well done
@najtrows
@najtrows 10 жыл бұрын
so awesome!
@ChrisWalshZX
@ChrisWalshZX 10 жыл бұрын
I still actively write Z80 code for the ZX Spectrum. I think it is a great processor and still in popular demand today (albiet clocking at 20MHz nowadays instrad of 4MHz back in the 80s)
@ebon123
@ebon123 10 жыл бұрын
that's actually pretty cool!
@redgek
@redgek 10 жыл бұрын
This guy is amazing :D
@ScottLahteine
@ScottLahteine 10 жыл бұрын
My first computer was the ZX-80, and what a cute machine it was. It's much smaller than one expects, with a membrane keyboard that -during BASIC input- changes modes as you type, anticipating the next sort of data that it will accept. It has to blank the screen while it computes, an annoying feature that was remedied with an upgrade to the ZX-81.
@RobertAlberti
@RobertAlberti 10 жыл бұрын
My first computer: www.pdp8.net/
@05Rudey
@05Rudey 10 жыл бұрын
My uncle gave me a ZX-80 back in 1983-4, he used it for programming BASIC for uni, it was a cheap and cheerful solution if you were willing to assemble it yourself, after his uni days he upgraded to a more modern machine and handed it down to me. I was too young to appreciate it, played with it for a day or two, boxed it up and put it in the loft, I was far more interested with my Atari 2600, only after I got a taste for computing, programming and micros in general, the machine was long gone, I searched high and low for it, just couldn't find it. Been kicking myself ever since.
@sonofham333
@sonofham333 10 жыл бұрын
I had the TImex Sinclair 1000, those membrane keys were terrible! It was a fun thing to fiddle with though, I still remember having to set the volume just right on the cassette recorder to get it to load a program. Remembering what a program sounded like makes me sentimental for the old modem handshakes.
@Inaflap
@Inaflap 10 жыл бұрын
John Hamson I remember loading a Space Invader game for the Spectrum, and at one point it made a sound just like the intro of the Six Million Dollar Man... the noise when he says "Gentlemen we have the technology... we can rebuild him". Ha - America looked very exciting through my seven year old eyes... I thought you really had those bionic people.
@SuperFinGuy
@SuperFinGuy 10 жыл бұрын
Nice! I still have my zx spectrum BASIC manual.
@Kopetefish
@Kopetefish 10 жыл бұрын
Had z80 as microcontroller for my abitur. It was nice!
@KunLibertad
@KunLibertad 10 жыл бұрын
i love it!!!
@SomethingNewEveryDay
@SomethingNewEveryDay 7 жыл бұрын
First thing I programmed was a Z80. Great memories
@luansalja60
@luansalja60 9 жыл бұрын
great !!! i had the zx81 when i was 8....
@CelmorSmith
@CelmorSmith 10 жыл бұрын
I have to build such a thing at the end of my current semester. Currently we are "programming" a FPGA.
@qabandiman
@qabandiman 10 жыл бұрын
louis ck?
@scowell
@scowell 9 жыл бұрын
Funny thing... he could have written it all on the Arduino and done away with the rest of it... more transistors on it than on the rest of the board combined. But... old school! I cut my teeth on the Z80, in the Trash 80 Model 1. Cassette assembler... Edtasm, baby! My fellow students muddled along with their 6502 trainer computers, I had CRT, keyboard, and that crazy cassette.
@WayneJohnsonZastil
@WayneJohnsonZastil 10 жыл бұрын
The interesting video thank you!
@RMoribayashi
@RMoribayashi 10 жыл бұрын
Absolutely beautiful breadboarding! I was disappointed when Zilog's Z80 series lost out to Intel. It had a better instruction set and a lot of us thought it had more potential than Intel's 8080. It's a shame they never had another product as big as the Z80.
@brotalnia
@brotalnia 9 жыл бұрын
Yes, nice, but *will it blend*?
@Hecxa
@Hecxa 9 жыл бұрын
I wonder if that bigger LCD was ever added and how was it made to work using atmega chip? I have one old 320x240 pixel LCD display from a photocopier that looks like just that one.
@youfox415
@youfox415 10 жыл бұрын
How did you make those schematics? They look good.
@matthehat
@matthehat 10 жыл бұрын
I've gotta build me one of these!
@Midaspl
@Midaspl 10 жыл бұрын
Go on. It's not that hard nor expensive ;) .
@spektrum1983
@spektrum1983 10 жыл бұрын
Cool, I bought a Z80 cpu some time ago. Haven't played with it yet
@iRiskOreos
@iRiskOreos 10 жыл бұрын
Could i run crysis 3 on this?
@Beer_Dad1975
@Beer_Dad1975 10 жыл бұрын
My first computer was a ZX Spectrum 48K. Had a microdrive & expansion 2 unit for it too, unfortunately it didn't work so I had to use the dreaded tape drive.
@HenkJanBakker
@HenkJanBakker 10 жыл бұрын
Computer science made easy. It ain't rocket science anyway. Love it!
@brassj67
@brassj67 5 жыл бұрын
Bet it was fun building that
@Roxor128
@Roxor128 10 жыл бұрын
Damn, that's impressive. Next step: home made 8086 machine running PC-DOS 1.0.
@blizzy78
@blizzy78 10 жыл бұрын
ZX-81
@confusedwolf7157
@confusedwolf7157 5 жыл бұрын
well done dude. am reverse engineering an 80C188 board: first fixing an 80C188 hardware emulator that had been orphaned on Ebay (microtek....old skool). will cast about for z80 version now..
@ahmedfallah
@ahmedfallah 10 жыл бұрын
nice
@deejaykaye
@deejaykaye 10 жыл бұрын
How cool is this?
@MuffinHop
@MuffinHop 10 жыл бұрын
z80 assembly is a lot of fun! tricking with the registers and stack is just crazy stuff. :)
@Yui714
@Yui714 10 жыл бұрын
What a champ! I would've loved to do something like this as late as 2000, but computer technology since has kinda ruined that awesomeness of the old days. Computers and gaming were the best in their earlier days. Good times.
@Karikato
@Karikato 10 жыл бұрын
I think you mean, back in the old days the demands to games was much lower than nowadays. Today everybody can make a game, so the market is overflowing with crap and there are only a few pearls, that are shining bright. And I think it was the same 15 years ago, only that the quantity of produced games was not that high. But I share the nostalgia feeling as well. So old games feel much better, than new games, even when they are not.
@Midaspl
@Midaspl 10 жыл бұрын
I am computer science student and I can tell you they teach embedded systems, assembly etc. on Z80 and you have to make some projects on it (either just coding or physicall ones with wiring and all kind of theese).
@Viaexplore
@Viaexplore 10 жыл бұрын
You forget 8255 IC for kempston joystick ;-) and most important AY-38912 as well known melodic.
@Astfresser
@Astfresser 10 жыл бұрын
i so would love to make some thing like this by myself :()
@Desmaad
@Desmaad 10 жыл бұрын
I'd like to make a 16-bit RISC minicomputer from 4000-series logic.
@Seegalgalguntijak
@Seegalgalguntijak 10 жыл бұрын
Feeding it longer, more complex programs would be possible through the Arduino board, which would only need to feed it the contents of a text file through the keyboard input...
@levijohansen2603
@levijohansen2603 4 жыл бұрын
any updates on this, did he get the keyboard working?
@antiHUMANDesigns
@antiHUMANDesigns 10 жыл бұрын
Don't forget to install a WC where the bits can go if they really need to.
@Fhuaran
@Fhuaran 10 жыл бұрын
Where do I get that 90s polo shirt?!
@Midaspl
@Midaspl 10 жыл бұрын
Did you use EEPROM, EPROM or some kind of built in ROM?
@Shockszzbyyous
@Shockszzbyyous 10 жыл бұрын
you know you can put the display directly on the data bus? because it's made for that ?
@edgeeffect
@edgeeffect 6 жыл бұрын
I got sidetracked watching this, reading the Assembly code of BASIC.... Still think Z80 is the nicest looking assembly language (although the 6502 is a better processor)
@robl4836
@robl4836 8 жыл бұрын
How far away is support for the Oculus? ;)
@totaltotalmonkey
@totaltotalmonkey 4 жыл бұрын
Arduino screen controller is probably more powerful than the z80 cpu?
@luckygozer
@luckygozer 10 жыл бұрын
why is it that when you see a title with a picture of someone under it you go oh yeah no he does look like a person who would do that completely unrelated to the video and perhaps a bit silly of me but that was the first thing i thought when i saw the thumbnail oh yeah he does look like someone who would be able to put all kinds of old pcs together
@josiah536
@josiah536 9 жыл бұрын
I imagine the Z80 as a information processing computer
@DoctorVince
@DoctorVince 10 жыл бұрын
Right out of the beer money.
@0Farnsworth0
@0Farnsworth0 10 жыл бұрын
The Grant Searle's Z80 Webpage gives me this message: CPU Limit Reached You are seeing this page because website has reached CPU usage limit of the server, and it was temporarily disabled.
@TheWeepingCorpse
@TheWeepingCorpse 10 жыл бұрын
I did this in 1996, I was working for a company that designed an unreleased and cancelled game console, part of which was based on the z80 as a coprocessor. Anybody interested and I'll try to upload some videos of it, still got some bare circuits and partialy assmebled boards.
@electronman32k
@electronman32k 10 жыл бұрын
oh please do!
@ckalas
@ckalas 10 жыл бұрын
Why not store the program in EEPROM?
@ABlokeOnHisBike
@ABlokeOnHisBike 10 жыл бұрын
Y U NO 6502!? :(
@johnfranks
@johnfranks 10 жыл бұрын
Was that a Model M?
@rodbotic
@rodbotic 10 жыл бұрын
The original gameboy had a z80 CPU in it.
@SireSquish
@SireSquish 9 жыл бұрын
Now that it's working, overclock it to within an inch of its life!
@utkua
@utkua 10 жыл бұрын
Wasn't Amiga sold in UK ? I do not see it is being mentioned by fellow British geeks much.
@mellonmarshall
@mellonmarshall 10 жыл бұрын
yes my Stepdad had one or 3
@tcfonts
@tcfonts 10 жыл бұрын
MSX ran on an Z80A.
@ReVoLynx
@ReVoLynx 10 жыл бұрын
He has such blue eyes....
@evgeniyraev
@evgeniyraev 10 жыл бұрын
whole time I was hearing web and won until I sow the schematics that says RAM and ROM
@lanceseidman6253
@lanceseidman6253 10 жыл бұрын
Cheated a little with the Arduino. But it's ok. Also. You could use a different chip to address alot. But I know you're going for replica.
@BulletMagnet83
@BulletMagnet83 10 жыл бұрын
If you still have to breadboard and program it yourself, I'd hardly call it cheating. Besides, using a microcontroller to handle I/O is not an uncommon approach, both the 8048 and 8051 have been used for that purpose from what I remember. If I were to attempt something like this (and I'd really love to!) I would probably use an ATmega1284 as a "system chip" to do keyboard/video generation. But only because I'm too stupid to learn VHDL.
@lanceseidman6253
@lanceseidman6253 10 жыл бұрын
Fernrat I was honestly kidding about the Arduino part :) I use Arduino all the time in my prototypes, without using the board themselves except to program the chips or FTDI for the wearables. I'm sure you could learn VHDL, you made a replica Z80. It's obvious you have patience.
@JacGoudsmit
@JacGoudsmit 10 жыл бұрын
Most retros projects that replicate an old computer or present a new one based on old technology, cheat a little, especially with complicated stuff like video. In many old computers, the video hardware made up a big portion of the electronics, especially if tricks had to be used to share the video memory between the CPU and the video generator. Nowadays, it would be a little silly to put 20 chips on a replica board to make it generate video, if the rest of the computer only needs three chips and you can emulate the video with one Arduino or Propeller. I don't have a problem with that, or with the fact that replicas usually have a lot more RAM than the original, simply because it's cheap nowadays anyway. Also, although a lot of chips that were used in old computers are still available (and the 6502 is even still in production), custom chips and chips to generate video are usually much harder to find.
@KuraIthys
@KuraIthys 10 жыл бұрын
Jac Goudsmit Graphics hardware definitely seems more challenging. I looked into building something along the lines of an Snes at some point... (Comparatively much more recent than something like a Z80 I know), but while the CPU is a custom variant of a common CPU from that era, the graphics chip contains a huge amount of custom logic. Although at that point it starts to look so complex the only halfway reasonable way to replicate a chip like that would seem to be using FPGA chips...
@electronman32k
@electronman32k 10 жыл бұрын
he probably just used the arduino to reduce his chip count a bit as some interfaces can take quite a few chips to setup if you go the glue logic route in which case its better to use a microcontroller of sorts to handle it rather than half a dozen or more chips though it can be fun going the glue logic route for some things if your not worried about board space as you can learn quite a few things from it as to how it works
@SigmundSkjelnes
@SigmundSkjelnes 10 жыл бұрын
I don't like those breadboards, they always get bad contact, and sequential logic, as microcontrollers is, are allergic to bad contacts. Better use wire-wrap.
@kylehazachode
@kylehazachode 10 жыл бұрын
Is that his tongue piercing or harsh English accent? American ears over here. I've always been fascinated by incomprehensible English accents. Can someone post a youtube link about English accents?
@LastofAvari
@LastofAvari 10 жыл бұрын
/z80computer = "CPU Limit Reached" =)
@LightSoundGate
@LightSoundGate 10 жыл бұрын
No Amstrad CPC 464?! NERDRAGE!
@Lightningblade67
@Lightningblade67 10 жыл бұрын
000000001st
@abexuro
@abexuro 10 жыл бұрын
100101101st!
@_bigblind
@_bigblind 10 жыл бұрын
colouredmirrorball overflow?
@ralphshake1687
@ralphshake1687 10 жыл бұрын
But will it run Skyrim?
@5nefarious
@5nefarious 10 жыл бұрын
00000101th?
@mbsfk
@mbsfk 10 жыл бұрын
FIRST!!
@MultiGamer132
@MultiGamer132 10 жыл бұрын
Nope
Zilog Z80 Deep Dive - How does it work?
15:05
NCOT Technology
Рет қаралды 22 М.
Designing a Card Slot Modular Z80 Computer
14:29
Joshua Coleman Makes
Рет қаралды 42 М.
Must-have gadget for every toilet! 🤩 #gadget
00:27
GiGaZoom
Рет қаралды 12 МЛН
Tom & Jerry !! 😂😂
00:59
Tibo InShape
Рет қаралды 63 МЛН
Please be kind🙏
00:34
ISSEI / いっせい
Рет қаралды 195 МЛН
Atari ST: Accidental Musical Workhorse - Computerphile
9:24
Computerphile
Рет қаралды 108 М.
Hand-Wired Z80 Basic Computer
21:24
element14 presents
Рет қаралды 63 М.
DIY Z80 Retro Computer #5: Boot From CompactFlash Card
10:05
Doctor Volt
Рет қаралды 11 М.
Looking at the Zilog Z80 - NEW SERIES!
13:23
The Retro Desk
Рет қаралды 114 М.
Apollo Core Rope Memory (Apollo Guidance Computer Part 30)
49:03
CuriousMarc
Рет қаралды 513 М.
The weeCee: A Tiny New MS-DOS & Windows Gaming PC!
15:19
DIY 8-Bit Z80 Single Board Computer
13:27
Ivan Farafontov
Рет қаралды 64 М.
Homebrew Z80 Computer from 1977 !! - 8BitBites
11:16
Tech Time Traveller
Рет қаралды 16 М.
Cracking Enigma in 2021 - Computerphile
21:20
Computerphile
Рет қаралды 2,4 МЛН
Programming in PostScript - Computerphile
15:22
Computerphile
Рет қаралды 245 М.