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

fix overflowing video ram address #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nippur72
Copy link
Contributor

this PR fixes a small bug on the VIC-20 that causes no display of characters from 128 to 255 when the VIC video chip is set to display definable characters from RAM at $1E00 (e.g. POKE 36869,255).

In a such situation, a real VIC20 reads characters from 128 to 255 from ROM at $8000; current emulation on the contrary fetches from memory address at $4000.

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

Successfully merging this pull request may close these issues.

1 participant