1 Mhz WDC 65c02 NOP Generator Led Test
Posted: Fri Mar 23, 2018 7:44 pm
Greetings,
This is my first attempt at trying out building an 8-bit computer. I'm currently working out the circuit from the link:
http://www.grappendorf.net/projects/650 ... essor.html
Since I'm using 65c02, there's a few changes I made from the link above:
1. I leave the first pin floating (VPB).
2. Put a pull-up resistor to BE with 3.3k resistor to 5V+.
3. Connect the lower address bus to the 8 LED's.
4. Using a 4-pin crystal oscillator (1Mhz)
Since the data bus is inputted with $EA, I thought I want to run a visual test with LED's. I don't have an oscilloscope since I'm nowhere near my school except for a digital multimeter, so I thought I want something visual to debug before going any further.
I was expecting something a result akin to this https://www.youtube.com/watch?v=ZLhVni8Wy5Y but all of my LED's are turning on at the same time, but when I press the reset button it does stop at the last address it tries to fetch. Is this an expected behaviour for a 1Mhz?
To test it further, I put a piezo buzzer and connect it to A15 and all the way to A0 following the instructions from this http://www.6502.org/mini-projects/nop-gen/nop-gen.htm. The sound output do oscillates, and it's gradually getting faster and dimmer but it's not a low buzz noise at A15.
Is there any other way that I can test without using oscilloscope?
This is my first attempt at trying out building an 8-bit computer. I'm currently working out the circuit from the link:
http://www.grappendorf.net/projects/650 ... essor.html
Since I'm using 65c02, there's a few changes I made from the link above:
1. I leave the first pin floating (VPB).
2. Put a pull-up resistor to BE with 3.3k resistor to 5V+.
3. Connect the lower address bus to the 8 LED's.
4. Using a 4-pin crystal oscillator (1Mhz)
Since the data bus is inputted with $EA, I thought I want to run a visual test with LED's. I don't have an oscilloscope since I'm nowhere near my school except for a digital multimeter, so I thought I want something visual to debug before going any further.
I was expecting something a result akin to this https://www.youtube.com/watch?v=ZLhVni8Wy5Y but all of my LED's are turning on at the same time, but when I press the reset button it does stop at the last address it tries to fetch. Is this an expected behaviour for a 1Mhz?
To test it further, I put a piezo buzzer and connect it to A15 and all the way to A0 following the instructions from this http://www.6502.org/mini-projects/nop-gen/nop-gen.htm. The sound output do oscillates, and it's gradually getting faster and dimmer but it's not a low buzz noise at A15.
Is there any other way that I can test without using oscilloscope?