Hey guys, please excuse my noob-ness.
I am just getting around to playing with my 65c02 and I am going to attempt to make my 65c02 perform a bunch of NOPs just to see if it's working.
Instead of using a separate oscillator and random components for various tasks I'm using an attiny24 microcontroller. I like the idea of mating old 8 bit tech and newer stuff. It's just fun experimenting for me
Question: For reset I have created a small program that will software debounce a button, the RESB pin on my 65c02 is attached to a pin on the attiny that will be held to ground for 80us when the button is pressed. Avoiding the need for extra stuff on my board. Can I simply hook the attiny24 pin (that I is sending the reset pulse) right up to the RESB pin on the 65c02 without any resistor? I am a bit unsure if there will be too much current... I want to make sure I don't fry anything!
Also, I am using the attiny to provide a 1Mhz clock (with an 8mhz external crystal) on the uC's CLKOUT pin. I'm sure that people have done this before... I haven't read anything advising against it, is it an OK practice?
Thanks very much guys, I'm looking forward to spending countless hours building a homebrew 6502 computer