[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Follow-up: 6502 deaths?
Sabino Maggi schrieb:
> What is strange to me now is that the screen shown by second A2, that
> now houses the dead 6502, is quite different (many different characters
> in random positions) from what I previously observed on the original
> machine, where I had alternate rows "@"s and "!"s.
> Any idea?
> The only thing that comes to my mind is related to different
> initialization of the video RAM.
The RAM chips on your second board came from a different manufacturer.
After power-up, the state of the RAM cells is undefined. It depends on
the chip layout which of them are "1" or "0".
Swapping the RAM chips you should be able to create different startup
patterns.
Patrick