Search found 6 matches

by Daniel_kendell
Fri Nov 21, 2003 7:35 pm
Forum: Hardware
Topic: Address Decoding
Replies: 8
Views: 7262

I'm not sure what PAL/GALs are but since you mention a programmer it makes me wonder, could I use a PIC Chip to decode?
Currently I am looking for any option.

I only have two options so far, the 3 to 8 decoder and a series of NAND gates. I may be doing it all wrong but as far as I can tell, if I ...
by Daniel_kendell
Wed Nov 19, 2003 3:13 pm
Forum: Hardware
Topic: Address Decoding
Replies: 8
Views: 7262

Thanks for that, I am starting to get a nice list of reference books to aquire, the only problem is that there is a distinct lack of used book stores here...actually, come to think of it, we only have book store here! and it is all new stuff, rows of shiny and expensive ones!
However, having just ...
by Daniel_kendell
Wed Nov 19, 2003 11:27 am
Forum: Hardware
Topic: Address Decoding
Replies: 8
Views: 7262

Address Decoding

Hi,
I have a question about Address Decoding, what is the best way?
I was under the impression that a simple 3-to-8 line decoder chip tied to A13, A14 and A15 woulld suffice. (from: http://www.geocities.com/SiliconValley/2072/6prj1pic.htm) I have now been informed that, this method is prone to ...
by Daniel_kendell
Mon Nov 17, 2003 12:42 pm
Forum: Programming
Topic: Programming the 6502
Replies: 11
Views: 8002

Garth,
I have been playing with your code a bit. Would this work?


LDA $00 ; Load 00h into accumulator
STA $8002 ; Store it in Data direction register 0 of 6522 making all inputs
LDA #FF ; Load FFh into accumulator
STA $8003 ; Store it in Data direction register 1 of 6522 making all outputs ...
by Daniel_kendell
Mon Nov 17, 2003 9:46 am
Forum: Programming
Topic: Programming the 6502
Replies: 11
Views: 8002

Paul,
I did consider using EEPROMs, especially for some kind of storage system. But unfortunately, every EEPROM I find is Serial EEPROM and that is not what I want...all the PROM types that I do want (non serial ones, parallel?) are EPROMs.
I live in the UK and the only suppliers I know of are ...
by Daniel_kendell
Sun Nov 16, 2003 9:04 pm
Forum: Programming
Topic: Programming the 6502
Replies: 11
Views: 8002

Programming the 6502

Hi,
My name is Daniel and I am trying to build a 6502 based sbc. I seem to be (theoreticly) doing rather well with the hardware. But I have a problem and that is that I haven't got any idea how to program it!

(note: I like to use theories, I won't actually do something unless it is theoreticly ...