Search found 4 matches

by Pukuhaha
Sun Feb 16, 2014 4:49 pm
Forum: Newbies
Topic: Simple 6502 computer, some BUS questions?
Replies: 8
Views: 2736

Re: Simple 6502 computer, some BUS questions?

Klaus2m5 wrote:
(put a weak pull up or pull down on the bus and see, if the pin can be pulled low or high during reset).
Ah that's a good idea, I will try that, thanks :)
by Pukuhaha
Sun Feb 16, 2014 2:43 pm
Forum: Newbies
Topic: Simple 6502 computer, some BUS questions?
Replies: 8
Views: 2736

Re: Simple 6502 computer, some BUS questions?

I don't think the Arduino Nano has enough IO pins to drive the clock, reset, bus enable of the 65c02 and the address and data busses of the RAM.

I was under the impression that the 65c02 doesn't have a bus enable?

You are right, and I knew I would be very tight on pins, but I haven't looked at ...
by Pukuhaha
Sun Feb 16, 2014 2:05 pm
Forum: General Discussions
Topic: My 3-Chip Design Is Working...
Replies: 71
Views: 59877

Re: My 3-Chip Design Is Working...

Would you be able to explain a little about how you can upload a program to RAM with the PIC without the 6502's control of the address bus getting in the way?
I am assuming that this happens at power up, before the 6502 starts executing.
by Pukuhaha
Sun Feb 16, 2014 12:10 pm
Forum: Newbies
Topic: Simple 6502 computer, some BUS questions?
Replies: 8
Views: 2736

Simple 6502 computer, some BUS questions?

Hello All,

I recently have had a desire to create a (very) simple 6502 computer, for fun and learning, which I am sure that many here share...

I am a decent programmer, and have a practical knowledge of electronics, so its mostly the fundamentals of a discrete computer that I will be learning in ...