We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pin_br_out appears as a fixed low, which would stop the M68000 forever as that is the bus request signal.
The /pin_br_en doesn't go anywhere either.
A similar story applies to BGACK.
The text was updated successfully, but these errors were encountered:
Confirming that the output level for both pins BR and BGACK is fixed low.
/PIN_BR_EN and /PIN_BGAC_EN go straight to the IO blocks, they're used to enable the open-collector output of those pins.
After reset both signals should be set high, effectively leaving the pins in hi-z (there might be an internal pull-up in the chip ?).
Sorry, something went wrong.
No branches or pull requests
pin_br_out appears as a fixed low, which would stop the M68000 forever as that is the bus request signal.
The /pin_br_en doesn't go anywhere either.
A similar story applies to BGACK.
The text was updated successfully, but these errors were encountered: