James_Parsons wrote:
I am trying to build a 6502 computer, and I am reading the primer. I have decided on these configurations
Specs
65c02 processor
32k ROM
16k RAM
20x4 LCD display
Simple Hex Keypad with a few command buttons
Expansion slots to add VGA, New Keyboard, etc. in the future
please tell me if this is way to complicated for a beginner even if I stick to it
Dajgoro wrote:
If you are going to use a Hitachi compatible display them you must properly initialize the display, which is a bit tricky.
I have sample code on my website at
http://wilsonminesco.com/6502primer/LCDcode.asmWhat you want to do, at least before the video part, is not too big of a chunk to bite off. I discuss expansion buses and interfaces in the primer though at
http://wilsonminesco.com/6502primer/ExpBusIntrfc.html . Take heed.
Video is not a simple thing, and near the bottom of
http://wilsonminesco.com/6502primer/displays.html, I link to a couple of very small off-the-shelf video boards available that you could interface to, to make it a lot easier.