6502 is doable on a breadboard:
https://invidious.rhyshl.live/watch?v=tcIiftdNAMU - Rahul Kar: Homebrew 6502 single board computer on a breadboard - Hello world! (2020-11-14)
https://invidious.rhyshl.live/watch?v=_mBuQOuDVf8 - LateBlt: Let's make a simple 6502-Based computer, Part 1: The CPU and clock circuit (2020-09-21)
Neat tip by "Dave H": "A little more detail on the start up of the 6502 >>> The reset vector is at $FFFC/$FFFD, that's where the 6502 starts (it's expecting a ROM to be at that address). It obtains two bytes from those locations and jumps to that address. If you feed a NOP instruction ($EA) into the data bus when the 6502 is attempting to read the reset vector address, it will fetch and jump to address $EAEA and start executing code from there . The code being executed will be the NOP ($EA) that is being feed into the data bus. Once the code execution reaches $FFFF only then will it wrap around to $0000"
https://invidious.rhyshl.live/watch?v=VXHhoFANhg4 - LateBlt: Let's make a simple 6502-Based computer, Part 3: A different clock circuit, And adding the i/O chip (2020-10-26)
1:06:18 Shows when a 6502 + ROM + I/O with LEDs are powered on.
https://yewtu.be/channel/UCS0N5baNlQWJCUrhCEo8WlA - channel: Ben Eater
Good info on various electronics devices. (RS-232, SPI, USB, PS/2, CRC, bus timing)
Here's a simple setup with CPU + parallel I/O + Serial + ROM/RAM Dallas DS1230Y 32k x 8:
https://invidious.rhyshl.live/watch?v=Sbk92is3u5U - Voyageur: 6502 SBC with one single chip for ROM and RAM (2021-10-02)
0:24 General overview of chips.
0:28 "OSI 6502 BASIC version 1.0 rev 3.2 copyright 1977 by Microsoft Co."
1:36 Testrun with LED.
https://datasheets.maximintegrated.com/en/ds/DS1230AB-DS1230Y.pdf "The DS1230 256k Nonvolatile SRAMs are 262,144-bit, fully static, nonvolatile SRAMs organized as 32,768 words by 8 bits. Each NV SRAM has a self-contained lithium energy source"
Walkthrough of the WDC 65C02 CPU pins:
https://invidious.rhyshl.live/watch?v=9KwaLIUvtRU - XTronical: Building a 6502 computer: Episode 2, The pins of the 6502 and connecting for a basic system. (2022-02-19)
My tip: Get a breadboard, jumper wires, 6502, oscillator, ROM, RAM, parallel I/O (6526), cheap 2nd hand oscilloscope. Then try. You could even use a 555 chip to produce a really slow clock to avoid 99% of the EMI issues in the beginning.
There's a microcontroller (MCU) called "Intel 8051" and compatibles (8031) which is real shit but it's commonly used where a cheap and simple controller is needed. Too bad there was no 6502 equivalent.
AVR huh.. Now where's my single chip 6502! ..?
?