Open jotego opened 2 years ago
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 ?).
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.