I agree with Garth, the auto-router made a mess. Did you notice that the GND trace does a lot of silly things: it jumps layers to carefully avoid C2, then goes all the way "around the world" to come back to it. You should route this board manually, it's not that hard and kinda fun if you have a little bit of OCD like most hardware and software engineers
.
Also, unless you already have plans for an enclosure that fits your PCB exactly, you should consider moving J3 and the pull-up resistors down, so that you can cut about 3/4 inches off the top of your board (making your board significantly cheaper). You may be able to move the other connectors down too, to make even more space; actually it kinda looks like J1 and J2 might cause less routing trouble if they would be on the right side of the board but I understand and agree with the esthetics of putting all connectors on one side.
I would also do away with the double socket for the WDC65C02 vs regular 6502. The only relevant differences between 6502 and W65C02 (at least for PCB design) are that pin 1 needs to be grounded for 6502 and disconnected for W65C02, and pin 36 on a 6502 is not connected but needs to be pulled to VCC on W65C02 (I think Garth's pages recommend a pull-up resistor instead of a connection straight to VCC). Just design the board as if it only has a 6502, but add a jumper between pin 1 and GND (on=6502, off=WDC), and add a pull-up resistor between VCC and pin 36 (no jumper needed, it won't harm a 6502 if that pin is pulled high). It will save board space, and a 40-pin socket is cheaper and less work to solder than four single-row headers.
Finally: don't take any of this personal; we're just trying to help! Keep up the good work!
===Jac
EDIT/PS: If you turn the SRAM chip 180 degrees, it may be easier to route, too. On the 6502, the address bus pins are all around the "tail" of the chip, but on the SRAM chip, the address bus pins are near the "head" and the data bus pins are near the "tail".
Also, keep in mind that it's okay to swap address bus pins or data bus pins on the SRAM chip, to make routing easier! See attached.