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

more for collective wisdom (things I've learnt along the way) #3

Open
giobbino opened this issue Jun 25, 2024 · 1 comment
Open

more for collective wisdom (things I've learnt along the way) #3

giobbino opened this issue Jun 25, 2024 · 1 comment

Comments

@giobbino
Copy link

giobbino commented Jun 25, 2024

Finally I got a boot screen so I wish to share my experience with future builders...

  • I do confirm that you can use PAL 6561-101 VIC chip. You need to use a 4.433618 MHz crystal (as as described in the readme.md) AND the PAL Kernal.
    For the sake of simplicity, I'm attaching here a zip with the PAL Kernal ROM (both 256k and 512k). It also includes a dual char ROM; you can swap between VIC-20 and C=64 characters generator (I've noticed you can swap it on the fly, without to switch off the computer).

VIC2020 PAL kernal and char ROM.zip

  • EEPROMs like ATMEL AT28C256 for Basic + Kernal and ATMEL AT28C64 for char generator work fine. I tried a Thompson 2764A EPROM, but it didn't work for me.

  • Due to a different architecture from the original VIC-20, You MUST place the two 65C22 chips (U21 and U22) into their own sockets or the computer will not boot (different from the Commodore computers, from PET to VIC-20, C=64 and so on, where you usually remove those two chips during the debugging operation, since they're not needed for the computer to boot, but can lead to a black screen if bad)

I'm using Rockwell R65C02 and R65C22, and some 74F chips as described in the readme.md


Now I'm going to build the keyboard, I was happy to see the welcome screen after some initial issues, so I decided to resume here some suggestions before to forget what I did.

@danwerner21
Copy link
Owner

appreciate the feedback! I will get this added to the readme file as soon as I get some time!

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

2 participants