Yes, this is my first 6502 project. I've done projects with Raspberry Pi and Arduino before but 6502 is new to me. I probably will base mine heavily on existing designs, but I do want mine to be unique as well. As for making the entire thing on an FPGA, I did consider this but with FPGAs I have to program it in Verilog, and I'd much rather actually build a physical computer.
For more information about building and debugging a design, I chronicled the ongoing development of my POC series
right here. Although POC units are powered by the 65C816, the principles and much of the circuitry is very similar to that of the 65C02. My POC V1 series is entirely discrete logic, using readily-available parts, and has multichannel TIA-232 I/O for communicating with other devices (my Linux development server being one of them).
Which brings up something to consider. If you're game to try it, may I suggest your first build be powered by a 65C816? You can start out with the '816 running in "emulation" mode, which makes it mostly look like a 65C02, but one on steroids. That is, you can initially treat a 65C816 unit as though it were a 65C02, with the future prospect of being able to access more memory, enjoy a more expansive instruction set and use 16-bit operations as your skill with 6502 assembly language develops.
Others have said it but I will reiterate it. Be extremely cautious if purchasing your parts from anyone other than a well-known electronics distributor. We've had a number of members get burned with eBay purchases that proved to be counterfeit parts. In particular, note that there are no Chinese versions of Western Design Center (WDC) products and only two
authorized distributors in China (Drexell and Mouser). WDC is the only producer of new 65C02 and 65C816 MPUs worldwide, and has been so since the start of the current century. If you purchase an MPU from anyone who WDC does not list on their website as a distributor you are likely to end up with a fake part that could, in some circumstances, cause damage to other parts of your unit.
Unless you have a particular reason to do so, I do not recommend purchasing Rockwell parts. In the 1980s and 1990s, Rockwell was a major second-source producer of the 65C02 and at one time,
JAMECO stocked the R65C02, which were excess NOS or pulls from modems with a Rockwell chipset. Rockwell divested their semiconductor business some 20 years ago and no new production of genuine Rockwell 65C02s is known to have taken place since then. Also, the NOS and pulls inventory has pretty much been depleted.
The reason I mention this is we are increasingly seeing Rockwell parts that have been remarked, either being a NMOS part relabeled as a 65C02, or a 1980s or 1990s part remarked with a newer date code. The odds are more than even you will end up with a bogus part if you go that route.