GARTHWILSON wrote:
The phase-2 (or phase-0) input of the 65c02 will have enough gain (and may be Schmitt-trigger anyway) that there won't be any problem there, but I have not looked up the 6850's requirements.
I think I have a schmitt-triggered NAND also in my box, so I could use it as inverter to get a better square-wave. The clock signals of CPU and ACIA do not have to be in sync, so this should not be a problem.
GARTHWILSON wrote:
Do you have in mind doing anything else with the 193's output?
Not at the moment, the chip count should be as low as possible. I will start with the reset and clock circuit, that can be tested with my scope. After that I will try to get the CPU in a free running mode with $EA on the data lines. I've got some V40511 D to build a small BUS-sniffer that can display HEX values of the address- and data-bus. Because my EEPROM programmer is already working the next thing is to add an EEPROM to the board with some address decoding done by 74hc139 ICs, hoping that I can get a infinite loop running after a reset from the ROM. After that, SRAM is the next on my list.
If this all is successful, things will get more complicated in cause of the hen and egg problem of getting the serial connection running with software (that need working hardware) on the board and hardware (that needs working software to test). I assume that a lot of things that I have to learn are coming