Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems getting color VDU working #37

Closed
StormTrooper opened this issue Feb 13, 2022 · 3 comments
Closed

Problems getting color VDU working #37

StormTrooper opened this issue Feb 13, 2022 · 3 comments

Comments

@StormTrooper
Copy link

StormTrooper commented Feb 13, 2022

I've built a color VDU and double checked all the connections and soldering joints.
When I plug it all in I get either a red screen of G's or red G's with some random green characters.

This seems to suggest at least the video chip is working. I've tested all logic chips and also tested the 62256 ram chip - no issues there.

Have swapped out the MC1372 and MC6847 just in case, but made no difference.

rsz_20220213_150304

rsz_20220213_150334

Any ideas as to where to start troubleshooting on this?

The RC6502 is running fine and I can connect to the console via the Arduino and run basic programs.

@tebl
Copy link
Owner

tebl commented Feb 13, 2022 via email

@0cjs
Copy link
Contributor

0cjs commented Jun 5, 2022

In case it's not clear (because I think another another user may also have been unclear on this), the VDU board simply gives you a frame buffer in memory: you are responsible for writing the software that intialises it, prints text on the screen, and so on. Especially, the Apple 1 monitor (WOZMON) normally used with this system will not print anything on this display; the Apple 1 video system is very different from this, and does not even involve a frame buffer. (Apple 1 video is more like a terminal.)

The screenshots above look very much like what I would expect from a VDU board that's working but hasn't had any software initialise it.

@StormTrooper
Copy link
Author

Thanks, very useful info linked above. I haven't had any time to further investigate this but that will be the cause then - no software has been done to initialize the VDU board.

Will close this issue as it's a lot clearer now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants