mapper #105(NES-EVENT), mapper #555(NES-ENENT2)
The special nes cartridges used in the Nintendo World Championships and the Nintendo Campus Challenge, each with a counter to control the time limit of the challenge. The highest bits can be set (i.e. the limit time can be set)
When the time limit expires and there is an interruption, the game program will calculate the player's score, select the 3 players with the highest score, and give them prizes
Based on this contest rule, I guessed that one way to do this is to block this counter(i.e., the game time is set to an infinite amount).
When the counter is blocked, the score calculation screen will never appear, and you can play the game as if it were a normal multicart.
I guess we don't need to implement this/these counter(s) if only to reproduce
The special nes cartridges used in the Nintendo World Championships and the Nintendo Campus Challenge, each with a counter to control the time limit of the challenge. The highest bits can be set (i.e. the limit time can be set)
When the time limit expires and there is an interruption, the game program will calculate the player's score, select the 3 players with the highest score, and give them prizes
Based on this contest rule, I guessed that one way to do this is to block this counter(i.e., the game time is set to an infinite amount).
When the counter is blocked, the score calculation screen will never appear, and you can play the game as if it were a normal multicart.
I guess we don't need to implement this/these counter(s) if only to reproduce
Statistics: Posted by aquasnake — Sun Feb 02, 2025 9:03 pm — Replies 1 — Views 502