GARTHWILSON wrote:
Fortunately the real timings are usually quite a bit better than specified. But if you make a product to sell, you can't count on it unless you test them yourself at the extremes, like temperature. IIRC, one of the commercial 6502 computers (was it the Beeb?) was usually crashing when the ambient temperature was kind of hot, like maybe upper 80's of degrees F.
I'll keep that in mind when I put my 8-bit single-board computer up on Kickstarter and hopefully start a new retro-computer craze!
GARTHWILSON wrote:
Um, make that Western Design Center.
Oops, thanks for catching that. Fixed.
The 68B50 is now hooked up and the system is spewing out "Hello, World!" at 115200 baud. Can't decide whether to bring up EhBasic or some other lightweight monitor on it or rip out the ACIA and start to work on the PIC-based UART. Guess I don't want to fun to be over too soon. Oh, I did update the initial posting with the updated (corrected) schematic in case anyone is interested.
During testing with the system earlier, I did notice my 6502 assembly is a little rusty and trying to debug machine code with a logic analyzer is more than a little bit annoying. There is a really awesome Windows-based 68000 assembler and simulator called Easy68K that I've used in the past for 68K programming. Is there anything similar to this for the 6502? I tried Michal Kowalski's assembler/simulator but the help system doesn't work on my Windows 7 computer and it didn't come with any other documentation. I wound up using 64tass instead which is excellent, but lacks a simulator.