Geek Rant #6 - My DIY 65816 Computer

  Рет қаралды 131,958

TrackZero

TrackZero

4 жыл бұрын

This week, I decided to do a little show-and-tell on the 65816-based 'single' board computer that I've been working on on and off for the last three or so years.

Пікірлер: 197
@utetwo9709
@utetwo9709 4 жыл бұрын
This is great! It feels like this is what KZbin would be like if it was the 90's and everybody on it were engineers!
@JamesBoag
@JamesBoag 4 жыл бұрын
I remember it well ;)
@cessposter
@cessposter 2 жыл бұрын
these bots are getting advanced jesus
@liukang3545
@liukang3545 6 ай бұрын
@@cessposter lolw you dumb dumb, you idiots think everyone who comment positively are bots, HAHA go out more homie, you need sunshine :D
@KonradZielinski
@KonradZielinski 2 жыл бұрын
The alternate world where 6502 based systems won over x86 is the one that leads to Skynet and the Terminators. (when you see the terminators POV in the first movie, his brain is running 6502 assembly commands).
@kwanchan6745
@kwanchan6745 2 жыл бұрын
its the apple iie monitor its running...so apple = skynet
@KlaudiusL
@KlaudiusL 2 жыл бұрын
now imagine if the motorola 68k won the battle
@KonradZielinski
@KonradZielinski Жыл бұрын
@@kwanchan6745 well they where, then they stopped using the 6502
@tomcat-ko1pk
@tomcat-ko1pk Жыл бұрын
@@KonradZielinski and now they’ve switched architectures again, back to skynet 🚀
@1NIGHTMAREGAMER
@1NIGHTMAREGAMER Жыл бұрын
terminator . exe has crashed restarting XD
@rhymereason3449
@rhymereason3449 11 ай бұрын
That's not a computer... there are no blinking lights....
@melanierhianna
@melanierhianna 2 жыл бұрын
There is another descendent of the 6502 which is interesting. Acorn computers in the UK used 6502s in their System single board machines, the Atom, BBC Micro and BBC Master. They used the 65816 in the Acorn Communicator. But whilst designing it visited The Western Design Centre and found in it to be a handful of guys in a house. Acorn, which was founded by Cambridge University Grads, thought “If they can do it, we can” and designed a 32 bit RISC processor very much inspired by the 6502/65816. It was called the Acorn RISC Machine but that got shortened to ARM. Acorn no longer exists but the processor company they founded does…
@keithkirkland6508
@keithkirkland6508 Жыл бұрын
The fact you built this is superb work. I think learning more about the “guts” of things makes us better understand how things work. Your project has given me a few ideas!
@railsrust
@railsrust 3 жыл бұрын
The good news is, if that 65816 ever burns out, you can just replace it pretty easily. They still produce 65C02 and 65C816 processors in DIP packages.
@kreuner11
@kreuner11 Жыл бұрын
Yep, WDC (Western Design Center) sells them all nearly unaltered, usually for microcontroller purposes
@ollie-d
@ollie-d 2 жыл бұрын
This was great. The number of unfinished (but still cool) projects I have heavily outnumber the finished projects and it's nice to see other peoples' "I'll get to that eventually, probably, maybe, probably not" projects :)
@bobbyhutter5654
@bobbyhutter5654 2 жыл бұрын
what a cool video! i really enjoyed it - i find stuff like this really interesting and it just makes me realize more that we all stand on the shoulders of giants.
@Ostarrich1
@Ostarrich1 4 жыл бұрын
Loved the video! I've been wanting to make a computer out of relays for a long time lol
@mikemullen5563
@mikemullen5563 Жыл бұрын
In my dim, distant past with video games (I was on the design team for the Magnavox Odyssey II), I did some work on the 6502 in prep for an new game that never was developed. The 6502 was a bit of a RISC system, where the designers (I dealt with Will Mathys) tweaked the hell out of the chip to minimize silicon size and execution cycles. If you used the original MOS assembler, it listed how many times each instruction was used. This was used to pare the instruction set down to a reasonable size. Thus, there was no subtract, nor a negate. a subraction was thus "complement, increment, add". Unfortunately, there was no macro assembler. This would have made available many of the pseudo instructions that could have made it look like a far more powerful processor. For instance, there was an entire bank of 256 bytes that could have been macro'd to look like 129 16 bit registers, and the appropriate macros made to look like 16 bit instructions. (An examination of the Z80 generated code shows this was used for all the IX and IY instructions, which had a prefix before each 8080 HL instruction to use IX or IY instead). GIven the clock speed advantage, it would have easily given the Z80 a run for it's money.
@michaellosh1851
@michaellosh1851 3 жыл бұрын
Just saw this video pop up in my recommended. Neat project even if you have not got it to a full working state yet. I will check the newer vids. Back in the day I wanted to build an RCA 1802 "Elf" from chips as published in Popular Electronics magazine, but I was still very young and inexperienced with electronics. Then within a few years all the early home 8-bit computers like TRS-80, Pet, Apple II, etc. came out and allowed me (eventually) to have a computer without building it from scratch. Fast-forward a bunch of years and I'm starting to think about doing something like you did. Actually, I started to dabble with a smallish by today's standards and honestly fairly powerful Xilog Zync FPGA+ARM chip on a "trainer" board, but didn't get too far before I decided to switch over to working on an Atari 2600 game I want to make. But with the Xilog Zync I want to basically ignore the ARM part and implement a CPU, plus all typical home computer stuff like Video, Sound, IO port(s), ROM and RAM in VHDL and run it that way. Maybe some day I will get back to that! Hope you find some more enjoyment from your work!
@tenminutetokyo2643
@tenminutetokyo2643 2 жыл бұрын
A Quadra 700! My very first machine at work way back 30 years ago. Brings back memories.
@chrisguli2865
@chrisguli2865 Жыл бұрын
Nice work. There is so much satisfaction rolling your own SBC like this. I have a few PCBs in my inventory I need to get to work on including a 68010 SBC, several 87C5x boards and 1802 projects....besides my Arduino and Rasp Pi ambitions....I really love those vintage processors, especially the Motorola 680xx series (brings back memories of the early tech days of computing). I also have a couple of FPGA boards I need to tinker with as well.
@tonyfremont
@tonyfremont Жыл бұрын
Sounds familiar, I'm curious about your 1802 statement. When did you first get exposed to that CPU, and what are your plans for using one? It's how I first got started in home computing in the late 70s. It's not a great architecture, in the scheme of things, but it is something kinda near and dear to me.
@tildesarecool7782
@tildesarecool7782 4 жыл бұрын
Him: built 8bit PC from scratch for for fun Me: what's a pointer again? Good video, even if I didn't understand all of it. I hope you keep making these
@TrackZeroFutzin
@TrackZeroFutzin 4 жыл бұрын
Hey man, of note is the fact that I was studying my dad's old TAB pc building books and saying 'some day' for maybe a decade and a half before I finally got the guts to sit down and hack at it until I actually had something booting. I understand your strugs. Also, building something like this -- or even just doing some assembly programming -- will make the concept of a pointer REALLY click
@TarnAlcock
@TarnAlcock 2 жыл бұрын
@@TrackZeroFutzin What are TAB PC building books? I would love to get my hands on something like that.
@TrackZeroFutzin
@TrackZeroFutzin 2 жыл бұрын
@@TarnAlcock apparently I never replied to this WHOOPS TAB was a publisher of technical DIY books such as www.thriftbooks.com/browse/?b.search=The%20microcomputer%20builder%27s%20bible#b.s=mostPopular-desc&b.p=1&b.pp=30&b.oos I think RadioShack carried them a lot in the 80s
@CaptZenPetabyte
@CaptZenPetabyte 2 жыл бұрын
Its great, love this, keep going. Im 47yrs old, cut my teeth on z80s using asm & always wanted to make my own computer as well. I think the future of this type of thing is (1) emulation in cad (2) cad to jlpcb & then to (3) home made sbc. Whereas back in my day no emulators were available so it was breadboard iteration after breadboard iteration etc. etc. which is sorta part of the fun and mostly part of the frustration. I programmed asm in 8 and 16bits, started learning asm 32bits and ARM (in the mid 90s?) but it got a little complicated. Thats were my dream ended.
@neilbradley
@neilbradley 4 жыл бұрын
3:16 - I think you mean the 8088! But cool project! And you're right about it being a stretch calling the 65816 a 16 bit CPU. Nice to see a VT420 in action. Cool start to a video card as well. I'm working on one that does character mode and it's surprising how tricky it is to get right. Nice work!
@TrackZeroFutzin
@TrackZeroFutzin 4 жыл бұрын
I figured someone would call me out on that. I make every claim to being lazy, here.
@neilbradley
@neilbradley 4 жыл бұрын
@@TrackZeroFutzin Well, it was stated in the context of CP/M, in which case 8080 would also be correct. ;-)
@neilbradley
@neilbradley 4 жыл бұрын
@@TrackZeroFutzin Also, nice Dig Dug machine!
@VVerVVurm
@VVerVVurm 3 жыл бұрын
Great video! I am looking right now at my DIP 68k that is collecting dust now for 20+ years thinking one day I will build a computer with this thing ..
@TrackZeroFutzin
@TrackZeroFutzin 3 жыл бұрын
I bought DIP 68ks back in... god, it must have been 2010? Thinking, at the time, 'I'm finally going to sit down and build my own machine for once and for all!'. Then in maybe 2018 I actually started on this machine. And only now am I actually ramping up to do something built around a 68k. So... you actually have a chance here to get it done before I do!
@AristarcoPalacios
@AristarcoPalacios 2 жыл бұрын
Cool video! I started making an SBC when at uni, but back then the AVR had just appeared so I made mine with the 8088 but never finished it. I got most of my components from the garbage and got a nice 8284 clock generator. Never turned it on, though. Maybe I'll finish it. You made me want to continue the project.
@raven4k998
@raven4k998 2 жыл бұрын
can it run crysis?
@rdwatson
@rdwatson 4 жыл бұрын
Nice outro music, my reward for staying to the end. ;)
@TrackZeroFutzin
@TrackZeroFutzin 4 жыл бұрын
I just had a feeling the people wanted some zazz, you know?
@mheermance
@mheermance 2 жыл бұрын
Nicely done. I need to learn more about that microprocessor. If that's a VT-220 on your desk I am jealous. I used one of those for years at school and work and I miss it. Ah I see it's a 420, still a nice CRT.
@mehrdad-mixtape7970
@mehrdad-mixtape7970 2 жыл бұрын
Awesome project from nice nerd or geek guy :), the VT420 monitor has so fun and smooth refresh rate
@XalphYT
@XalphYT Жыл бұрын
Seeing a fancy VT420 dumb terminal was quite a rush.
@AiOinc1
@AiOinc1 Жыл бұрын
This is a really cool project. It makes me want to do this kind of thing again myself, I've really wanted to do this kind of project myself for a long time as well, but I simply don't have the time, space, or really that much money to actually go and do it. Your use of CPLDs gives me ideas, though. Dangerous ideas. Makes me want to do a 6502 project. Also, the PC used an 8088, as opposed to the 8080. Lots of machines used the 8080, but far more used the Z80. The PC and it's clones were the only major users of the 8088 and x86 in general for a very long time, it was an awful architecture by comparison to the 6502, but the huge advantage (at the time) was the 20 bit address space and later the interchangeability for an upgrade path.
@jamesmorgan7699
@jamesmorgan7699 2 жыл бұрын
We do use 65x legacy chips today, they are called ARM
@johnm2012
@johnm2012 Жыл бұрын
I'm in the process of building a hardware binary multiplier for my 6502 computer. I started off with the least significant bit and used an AND gate. Bit 1 uses two AND gates for the two partial products and a half adder to combine them. Bit 2 involves three partial products, plus the carry from bit 1, so three AND gates and two full adders. Bits 7 and 8 are the most complex but it gets easier as you progress further, with bit 15 being simply the carry out of the final adder. The control logic and three registers (8-bit multiplier and multiplicand and 16-bit product) occupy two breadboards while the AND gates and adders take up seven more. It's all built from 74HC-series logic, '08s and '283s for the multipliers, '573s for the registers, and a bit of NAND and NOR for the control logic.
@1717belle
@1717belle 2 жыл бұрын
the video was great, but the last 15 seconds were. phenomenal!
@lucdrouin2625
@lucdrouin2625 8 ай бұрын
Its great that you shared your dream of doing this and frustration getting there. For anybody who has tried this, your story still falls short of how absolutely frustrating it can really be. I highly encourage you to pursue your noble goal and provide a more informative and structured approach to your videos - if not ranting of course. But do rant, or loose your sanity - LOL.
@sbelectronicaindustrial6652
@sbelectronicaindustrial6652 2 жыл бұрын
Hi, these are the most interesting things that one can do in life...!! Very good...!!
@JoannaHammond
@JoannaHammond 2 жыл бұрын
Sounds like my project, a 65C02 from WD. A simple system with banked memory (8K pages) up to 2M. Using an FPGA for all glue and will also be the graphics with HDMI out. Been so hot so far this year that all I managed to do was test the base system and write the hdl for the glue logic and bank switching :(
@ClearComplexity
@ClearComplexity Жыл бұрын
The IIGS is where I really learned Assembly and then C back in the late 90s (got a woz edition one as a gift from an uncle loaded with the best expansion cards/accelerator you could get at the time) along with a Macintosh IIci in the late 90s. A lot of people back in the day didn't exactly enjoy working with the somewhat wonky architecture. Before the SNES dev kits were done and in the wild early work/testing was done on IIGS because of the similar but not quite the same platform/architecture and they were not thrilled (If I remember right the snes used a fork/derivative of the IIGS made by Ricoh that used an extended 6502 instruction set). In one way we're finally coming around to another theoretical direction where Acorn's ARM platform became the dominate architecture. We're finally getting SBC's with ARM soc's capable of keeping up with, or beating, x86-64 traditional processors. Acorn wanted RISC based processors to be the future and we're finally closer than ever before. I prefer programming low level Assembly on 32/64-bit ARM over x86-64's versions, it's a lot simpler (the name is literally has reduced instruction set in it) and consequently easier to teach people.
@nix123ism
@nix123ism Жыл бұрын
I remember way back in the 1990s I was studying at a tech institute and we had to write a short essay on emerging technologies that may change an existing established market in the computer market. I did an essay on the new, at the time, ARM cpus, and why they may replace x86 as the dominant cpu in the market, it wasn't received very well by the teacher and I don't think I got a great grade for my essay, fast forward to today and it dominates the mobile scene and may be making movement into the desktop environment, I remember my teacher making a smart remark, something to the effect that x86 has eclipsed all other cpus and that it has been shown to be the best option , well, funny how things change....
@wyleong4326
@wyleong4326 7 ай бұрын
9:53 Made in Malaysia. I live near the old Motorola factory and actually been inside of it during a school trip. Saw people in lab coats and hairnets; and were told there were a lot of gold somewhere in the facility needed for the chips (but they could be pulling our legs). Very cool to be seeing one of these chips. Hope to see more of your builds in the future. Subbed. ❤
@TrackZeroFutzin
@TrackZeroFutzin Ай бұрын
I’ve clearly been basically dead for a bit, first time checking my comments in a long while. Happy to see one that’s actually super interesting; I would have LOVED to check out a fab back in the day. I guess now, too. Thanks for the sub!
@talideon
@talideon 3 жыл бұрын
There pretty much is an inheritor of the 6502's legacy, and that's the ARM series of processors, whose main influences came from the 6502 and whose ISA still bears some striking resemblances to it.
@donjindra
@donjindra 2 жыл бұрын
ARM did not inherit from 6502. Maybe a better candidate would be the RCA1802.
@derrickwereonyango
@derrickwereonyango 2 жыл бұрын
Amazing work.
@hicknopunk
@hicknopunk Жыл бұрын
I love it! I am a big fan of the 6502!
@SonicBoone56
@SonicBoone56 7 ай бұрын
It's still crazy to see people just straight up making a completely new computer just for the fun of it. Really interesting to see those designs use rarely seen CPUs. One can hope that you release files for the schematics so others can try and replicate it.
@tonyfremont
@tonyfremont Жыл бұрын
There has never been a better time to learn electronics and microcontrollers. My first computer was an Elf II in '78. A cheap scope was something under $500 in those days, llke paying probably $2000 today. This for 10-20MHz bandwidth and two channels if you were lucky. Nobody had a logic analyzer, if you could afford the $200+, you could own a logic probe that coukd tell you hi, low or pulse with no metrics. My Elf kit cost over $100. Now, for under $100, youncan get a comply Arduino dev kit with scores of sensors. For $800 now, you can get a four channel MSO that can be easily hacked to 350MHz bandwith, that samples at 8GS/S, contains two arbitrary waveform generators, unbelievable triggering options, massive memory depth and protocol decoders for virtually anything serial. It also has a logic analyzer built in, but you have to buy the "probe" thingy. Back in the early 2000s, I crammed up on Pics and AVR, but went the Pic road at first. Switched to AVR when rhe arduino appeared and i could wrote in C, without paying Keil a fortune. Now i like ARM Cortex with the Pi Pico really drawingy interest due to the IOP coprocessor, thats an interesting device. My intro to ARM was with cheap olimex SAMD and LPC Arm7/tdmi using OpenOCD and an Olimex JTAG. It was so flakey, but i was able to bring up the boards at max clock speed and drive all the on onboard peripherals, using gcc and a CRT.S file i created. I learned so much and the board and OCD jtag debugger cost under $100 total back then, now you can get a bluepill and stlink programmer for like $5 total.
@JacklapottTv
@JacklapottTv 2 жыл бұрын
Awesome Project for real
@isaacoliveiramacedo2783
@isaacoliveiramacedo2783 5 ай бұрын
you can try to make a basic bios for the video card because every video card nowadays has basic bios just to control the color signal and other stuff like the vram and other voltages
@mtx993
@mtx993 2 жыл бұрын
Very Good, hope you find the time to finish the prohect.- m
@guiller2371
@guiller2371 Жыл бұрын
The monitor looks exactly like my first computer monitor with 16 colors. It was an XT, called Laxer. The computer had no hard drive. You needed to swap floppies. It came with the 5 inches soft drives and another drive for what they used to call me hard floppy disk 3M. I don't remember much.
@ralphyrocket5770
@ralphyrocket5770 3 жыл бұрын
me and you both!!! looks great!!!
@Pedritox0953
@Pedritox0953 Жыл бұрын
Great project!
@RealDevastatia
@RealDevastatia Жыл бұрын
Looks like you got it all on a single board to me. Commercial SBCs are creeping towards the size of that stripboard anyway.
@GeorgeTsiros
@GeorgeTsiros 3 жыл бұрын
you could make a 386 one, you certainly got the skills
@tokkyo35
@tokkyo35 2 ай бұрын
Good work!
@LewisLoflin
@LewisLoflin Жыл бұрын
I'm a 6502 fan but this is great work.
@goesbysteve
@goesbysteve 3 жыл бұрын
You could also have done your addressing logic in a GAL. Nice project though. Thanks for sharing.
@JarradAB1
@JarradAB1 3 ай бұрын
Really cool!
@fashiharz8584
@fashiharz8584 Жыл бұрын
hi hi hiiiiiiiiiii i have just subscribed and i appreciate this video! I have been looking into assembling my own primitive computer.
@SgtStarSlayer
@SgtStarSlayer Жыл бұрын
the time for cable management would be insane.
@NivagSwerdna
@NivagSwerdna Жыл бұрын
I needed to program some 16V8 glue logic a couple of years ago and used ABEL and IspLever... really enjoyed it and it seemed preferable to WinCUPL which some people use. You have a fun project there although very off piste!
@TrackZeroFutzin
@TrackZeroFutzin Жыл бұрын
I don't know if you've watched any of the recent streams, but I'm using 16V8s and CUPL for another project right now. This is pretty funny, because I use zero of the actual syntactic sugar features of either CUPL or ABEL and just write straight-up boolean expressions so to me there's hardly any difference between the two languages
@NivagSwerdna
@NivagSwerdna Жыл бұрын
@@TrackZeroFutzin This was the first video I saw... I will check those out.
@mariot6959
@mariot6959 Жыл бұрын
very impressive !!
@Stopinvadingmyhardware
@Stopinvadingmyhardware Жыл бұрын
The Radio Shack board is the most impressive piece.
@berretw
@berretw 3 жыл бұрын
Nice Job man !! :-)
@jj74qformerlyjailbreak3
@jj74qformerlyjailbreak3 2 жыл бұрын
I really want to do this with a Digital-Harris J11 Cpu. I feel the harder to find ICs are the most fun. It’s a 16bit process I’m sure can be hacked with. It’s just real hard to replace if the Indians start smoke signaling Nice video. It inspires me to be as organized with my spaghetti too.
@jj74qformerlyjailbreak3
@jj74qformerlyjailbreak3 2 жыл бұрын
Yes please finish it. Your video is very relatable.
@TrackZeroFutzin
@TrackZeroFutzin 2 жыл бұрын
That's a PDP-11-on-a-chip, right? Because if so, same
@jj74qformerlyjailbreak3
@jj74qformerlyjailbreak3 2 жыл бұрын
@@TrackZeroFutzin yes. My friend Christian from Play With Junk channel. Sent me it from Switzerland. I don’t want to blow it up. I want to make it functional. Thanks for your feedback.
@ummati.muhammad57I
@ummati.muhammad57I Жыл бұрын
WOW LOL GREAT WORK GOOD LUCK
@RealDevastatia
@RealDevastatia Жыл бұрын
I try to make cool looking designs with my point-to-point wiring on stripboard too. lol
@Hackogas
@Hackogas Жыл бұрын
If you could have done this in the early 80s you would become the next Steve Jobs VERY Cool tech you have built there bud you just got another subscriber
@mathiasvermeire6068
@mathiasvermeire6068 3 жыл бұрын
Nice vt420
@available898
@available898 2 жыл бұрын
cool video!
@seif9923
@seif9923 Жыл бұрын
thats amazing
@steephkay1812
@steephkay1812 3 жыл бұрын
Interesting stuff! I like seeing unfinished project like these just as much as "finished" projects. Where did you get the PCB for the card? I was looking for blank ISA cards before but only found very very expensive ones. Seems like the best way is do design and order my own. Shouldn't be that hard. But still I'm surprised that nobody is offering them for a reasonable price.
@TrackZeroFutzin
@TrackZeroFutzin 3 жыл бұрын
Those are actually Apple II prototyping cards! I believe those are 50-pin while 8-bit ISA is 64-pin (don't quote me). The slot on the board is actually 64-way, but it has a bit of plastic jammed into one end to make sure I have the 50-pin card lined up correctly.
@steephkay1812
@steephkay1812 3 жыл бұрын
@@TrackZeroFutzin Thanks for the response! I realise they are different. And I'm looking for a universal 16 bit ISA card anyway. I was just wondering if there is a shop for prototype cards like this that I haven't found yet. Or maybe everybody who doesn't want to make their own pays 60 to 150 € for one of the cards I did find. It's not important. I'll just design my own I guess. It will be a lot cheaper.
@absalomdraconis
@absalomdraconis 2 жыл бұрын
@@steephkay1812 : A bit late, but I suspect most folks wanting ISA prototyping cards probably just use some publicly available board design.
@MishTheMash
@MishTheMash 2 жыл бұрын
"Blew the other up", that's how you know he actually does this regularly
@brostenen
@brostenen 3 жыл бұрын
Good work. I have a question though. Do you plan on putting something on your walls? The room gives this hospital vibe, when sounds are being bounced back and forth.
@8088argentina
@8088argentina 2 жыл бұрын
excelent!
@ossianhaufe4671
@ossianhaufe4671 Жыл бұрын
Does it really sucks? You can try to type the siduzfied code with mashporate of course; I’m sure it will work well. 😮
@sdjhgfkshfswdfhskljh3360
@sdjhgfkshfswdfhskljh3360 2 жыл бұрын
I wonder - maybe you know - is it possible to have similar project fully open-sourced - including ICs? That way it can be replicated even if chip manufacturer decide to stop production of ICs, which are used in computer. I know that it is not easy to fabricate your own IC, even if you have all sources, but I hope that it will change someday. PCB production was not much available for a long time too.
@jaknijak3583
@jaknijak3583 2 жыл бұрын
great project man ! any schematics available ?
@AntonioDellaRovere
@AntonioDellaRovere 2 жыл бұрын
You could fill up the video ram via your serial monitor..
@MicrobyteAlan
@MicrobyteAlan 2 жыл бұрын
I thought I saw a dec VT on your desk. I’m an old VAX field engineer guy.
@retrogamestudios6688
@retrogamestudios6688 Жыл бұрын
If I wanted to make a 386pc from scratch. What would I need for components. Is that a simple diy soldering mission? Good around the assembly process just don't know what cheap parts are needed to try it out.
@brianstanky
@brianstanky 2 жыл бұрын
Can you do tutorials making these type of computers please?
@donrichards514
@donrichards514 2 жыл бұрын
Just found your video 10:47 AM today 08-13-2022 A very good video very neat and very good work I did Subscribe , Thank You Very Much.
@asaprocky8195
@asaprocky8195 Жыл бұрын
Definitely a Retro keyboard that needs a firm slap on the Return key.
@TrackZeroFutzin
@TrackZeroFutzin Жыл бұрын
BOP
@kwanchan6745
@kwanchan6745 2 жыл бұрын
you can buy a 65816 dev board from western design centre for about $65
@johnm2012
@johnm2012 Жыл бұрын
For a while they sold the very similar W65C02 development board for $65.02!
@theoz6189
@theoz6189 Жыл бұрын
you not assambling part computer but you made it,cool man
@retrogamestudios6688
@retrogamestudios6688 Жыл бұрын
How many times has the bass made that cup fall
@mostafagaberahmed6657
@mostafagaberahmed6657 Жыл бұрын
nice project . but you connection 2 devices the monitor and keyboard at 1 serial port ??
@JarppaGuru
@JarppaGuru 8 ай бұрын
3:52 there no diff 6502 and x86 both do same changing adrees read and write data. there could be 65x64 16 cores xD
@anonymous_237
@anonymous_237 3 жыл бұрын
Oh sorry I meant to say I can’t make homemade computers but I think I know how.this helped :)
2 жыл бұрын
Nice 👍
@xyz2112zyx
@xyz2112zyx Жыл бұрын
Is that the ST16C2552 double-UART in PLCC package?? That's a cool chip; I got some on Aliexpress. I tested and all were working, thanks God.
@TrackZeroFutzin
@TrackZeroFutzin Жыл бұрын
According to a quick double-check of the emulation I wrote of it, it's an XR88C681 github.com/JMarlin/816/blob/master/XR88C681.cpp Sounds pretty similar, though
@xyz2112zyx
@xyz2112zyx Жыл бұрын
Yeah, sorry, I didn't complete my comment. The ST16C2552 chip is super recommended for old designs. It supports a high frequencies (I don't really know the upper limit, sorry), but it's very useful to have 2 UARTs in 1 chips, doesn't it? If you guys can get some of these, go ahead!!
@xyz2112zyx
@xyz2112zyx Жыл бұрын
Oh, no!! I was totally wrong about that!! Shame on me, hahaha! Well, I think I need to review that chip as a reference too. Thanks for the info.
@GeorgeTsiros
@GeorgeTsiros 3 жыл бұрын
YES. YES. VERY YES.
@tijuthomas6793
@tijuthomas6793 2 жыл бұрын
thank you sir
@off_jayjay
@off_jayjay Жыл бұрын
Hi there, can I somewhere find the schematic if I wanted to try it myself ? I worked on PIC16F84 microcontroller PC but I want something better, I would like to make myself this circuit 🙏🙏 Thanks
@umesh.kumar.naik278
@umesh.kumar.naik278 2 жыл бұрын
My sense was out for 10 minutes after seeing back side of board
@robloxguy9652
@robloxguy9652 2 жыл бұрын
lol i love this stuff im not sure whats about it its just so cool
@bortsimons7457
@bortsimons7457 Жыл бұрын
Awesome
@vulcrums
@vulcrums 3 жыл бұрын
one word.. amazing! you can always put one image in the memory right? for the sake of presentation... like what ben eater do...
@TrackZeroFutzin
@TrackZeroFutzin 3 жыл бұрын
Ostensibly I could and have in the past, but basically I tried while making this video and was struggling with the fact that I forgot how the dang thing was configured as far as I/O and memory mapping. If you have the patience to stay tuned, we should get a whole bunch further on that front with the diy video card v2 project that I'm working on right now
@vulcrums
@vulcrums 3 жыл бұрын
@@TrackZeroFutzin already subscribed.. so of course i will wait..
@Ojref1
@Ojref1 2 жыл бұрын
Congratulations, you just did what the Commander X16 project did not.
@cemustun3627
@cemustun3627 2 жыл бұрын
65C816S is a very good processor where to buy in turkey
@tijuthomas6793
@tijuthomas6793 2 жыл бұрын
Sir can you please upload / teach how to use microprocessors (i am ok with micro controllers such as pic, avr etc..), so now i want to make something big. I don't know how to use a microprocessor with my project, can you please provide any link to learn this ? / can you upload a video about this )
@stefanweilhartner4415
@stefanweilhartner4415 2 жыл бұрын
look at the page of ben eater. you have to connect the bus, create proper read write signals and a chip select for your bus slaves. the access timings are in the data sheet of your parts. you need a rom (for example a parallel programmable flash in a zif socket and a programmer), a simple sram, a serial communication chip to communicate with your computer (serial-usb cables for 5v are available from ftdi). you have to create a memory map for your peripherals and create some logic to make the chip select signals from the output pins of your cpu according your memory map. either using 74 logic chips or GAL from Atmel. most important, a scope (hantek 4 channel usb is affordable) and a logic analyzer with at least 16 inputs. have fun
@alyu6213
@alyu6213 Жыл бұрын
Это определёно лайк! Спасибо за прекрасное видео
@davidwillmore
@davidwillmore Жыл бұрын
I found my cache of old chips and I have a tube of 5 68010s
@SamSam-ic9ch
@SamSam-ic9ch Жыл бұрын
Is it work with some os?
@devqbasic2384
@devqbasic2384 Жыл бұрын
I think i have the same cpu and i am planning to make an mcu out of it
@tenminutetokyo2643
@tenminutetokyo2643 Жыл бұрын
So you have a Quadra 700 and an Apple 20” Cinema.
@GoingtoHecq
@GoingtoHecq Жыл бұрын
The color screen looks like office carbet
@brycelynch2138
@brycelynch2138 Жыл бұрын
8:05 - Radio Shack?! Wow. How long have you been hanging onto that perfboard?
@TrackZeroFutzin
@TrackZeroFutzin Жыл бұрын
It's definitely been a minute
@derekchristenson5711
@derekchristenson5711 Жыл бұрын
Neat!
@tobiastho9639
@tobiastho9639 Жыл бұрын
a lavalier mic to connect to your phone or cam for audio recording only cost a few bucs for decent audio.... keep improving!
Assembly and Review - PE6502 Hobby Computer
25:07
The 8-Bit Guy
Рет қаралды 1,3 МЛН
Building and Testing the CB2 Microcomputer
22:43
Noel's Retro Lab
Рет қаралды 49 М.
ЧУТЬ НЕ УТОНУЛ #shorts
00:27
Паша Осадчий
Рет қаралды 10 МЛН
Double Stacked Pizza @Lionfield @ChefRush
00:33
albert_cancook
Рет қаралды 120 МЛН
Это реально работает?!
00:33
БРУНО
Рет қаралды 3,3 МЛН
Survive 100 Days In Nuclear Bunker, Win $500,000
32:21
MrBeast
Рет қаралды 111 МЛН
Making a Circuit Board From Scratch
10:11
Wesley Treat
Рет қаралды 1,9 МЛН
"Z2" - Upgraded Homemade Silicon Chips
5:46
Sam Zeloof
Рет қаралды 2 МЛН
DIY 8-Bit Z80 Single Board Computer
13:27
Ivan Farafontov
Рет қаралды 65 М.
Building my dream computer - Part 1
20:37
The 8-Bit Guy
Рет қаралды 2,9 МЛН
I Designed My Own 16-bit CPU
15:46
AstroSam
Рет қаралды 1,9 МЛН
A 6502 Based Computer on a Single Breadboard
20:45
Anders Nielsen
Рет қаралды 31 М.
Build an 8-bit retro computer powered by a Z80 ! [Zeal 8-bit]
13:47
Zeal 8-bit Computer
Рет қаралды 92 М.
8-Bit Adder built from 152 Transistors
12:25
Hyperspace Pirate
Рет қаралды 641 М.
I built my own 16-Bit CPU in Excel
16:28
Inkbox
Рет қаралды 1,4 МЛН
📱магазин техники в 2014 vs 2024
0:41
djetics
Рет қаралды 694 М.
تجربة أغرب توصيلة شحن ضد القطع تماما
0:56
صدام العزي
Рет қаралды 64 МЛН
Looks very comfortable. #leddisplay #ledscreen #ledwall #eagerled
0:19
LED Screen Factory-EagerLED
Рет қаралды 13 МЛН
КРУТОЙ ТЕЛЕФОН
0:16
KINO KAIF
Рет қаралды 7 МЛН
My iPhone 15 pro max 😱🫣😂
0:21
Nadir Show
Рет қаралды 1,9 МЛН
Сколько реально стоит ПК Величайшего?
0:37