-
Notifications
You must be signed in to change notification settings - Fork 133
AltairZ80: Improved choice of boot ROM #507
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
Conversation
hharte
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello Peter,
The change looks good.
You may want to squash out the merge commits with "git rebase -i <hash_before_your_first_commit>"
Take care,
Howard
Adds support for the ISO/European "left backslash" or "less than" key. It's found between left shift and Z.
This emulates the classic LINC. The design was settled in 1965, increasing memory to 2048 words, and adding a Z register, an overflow flag, and an interrupt facility.
These are tests for the classic LINC, including the features new in 1965: 2048 words of memory, a Z register, an overflow flag, and an interrupt facility.
Block 45 held damaged data, and block 51 was identical to block 52.
|
Will be replaced by a new PR without the commit clutter. |
|
Hello Peter, To fix your master branch, you can do the following:
With this setting, "git pull" will always try to rebase your local changes on top of the upstream changes. Take care, |
An appropriate boot ROM is chosen based on the attached disk image.