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

Move character selection logic from chr to one/two #123

Open
st3fan opened this issue Jan 7, 2017 · 0 comments
Open

Move character selection logic from chr to one/two #123

st3fan opened this issue Jan 7, 2017 · 0 comments

Comments

@st3fan
Copy link
Owner

st3fan commented Jan 7, 2017

Currently chr builds up a character set for the Apple ][ with normal and inverse text. The Apple 1 uses the exact same. I think instead chr should just load characters from a ROM and keep those and the one and two can map those to actual ASCII tables. Then chr is independent and the machine specific logic will be in in the actual machine. This will also be good when we support the Apple IIe which has a very different character set.

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

No branches or pull requests

1 participant