nwk-tr.cpp: Revert back to one K001604 to properly show graphics during POST #13333
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
racingj and racingj2 had a problem where some portions of POST wouldn't properly show with two k001604 tilemap ICs. This is because of the hardware configured in a way so that each CG board had its own separate bit (EXID0 and EXID1) to set for a read/write. This means the main board could set both bits on for a broadcast read/write to both boards simultaneously which is exactly what racingj does before POST to initialize both k001604 registers at once.
I myself have no clue if this kind of broadcasting is supported when it comes to address maps as it would be nice to convert k001604's register area to use a memory map instead of switch case mess. Regardless, it makes more sense to revert to one k001604 as the registers initialized to both are the same by default.