Nintendo World Championship 1990 - reverse engineering

Discuss hardware-related topics, such as development cartridges, CopyNES, PowerPak, EPROMs, or whatever.

Moderator: Moderators

Post Reply
User avatar
krzysiobal
Posts: 1036
Joined: Sun Jun 12, 2011 12:06 pm
Location: Poland
Contact:

Nintendo World Championship 1990 - reverse engineering

Post by krzysiobal »

One guy asked me to analyze this cartridge. Fortunatelly there were photos of PCB on the web so I give a chance.
There is one think I cannot agree with the Mapper 105 description:
On powerup and reset, the first 32k of PRG (from the first PRG chip) is selected at $8000 *no matter what*.
PRG cannot be swapped until the mapper has been "initialized" by setting the 'I' bit to 0, then to '1'. This
toggling will "unlock" PRG swapping on the mapper.
Because the MMC1-PRG-A14 is directly connected to both EPROMS, if MMC1 is switched into 16K+16K mode and MMC1 PRG's bank is modified, $8000 might stop pointing to first 32k even without rising edge on `I` bit.

Image Image Image Image Image
pakosup
Posts: 58
Joined: Mon Apr 24, 2017 10:23 pm

Re: Nintendo World Championship 1990 - reverse engineering

Post by pakosup »

Probably pull-up resistors are missing for 74hc30
User avatar
krzysiobal
Posts: 1036
Joined: Sun Jun 12, 2011 12:06 pm
Location: Poland
Contact:

Re: Nintendo World Championship 1990 - reverse engineering

Post by krzysiobal »

Yes sorry, I did not notice there is VCC pull-up 4xresistor ladder above the switch (if that were LS, not HC - pull-ups wouldnt be needed)
nocash
Posts: 1405
Joined: Fri Feb 24, 2012 12:09 pm
Contact:

Re: Nintendo World Championship 1990 - reverse engineering

Post by nocash »

Those 4-in-1 resistor components are called "resistor networks".
A resistor ladder is something else (a circuit related to digital/analog conversion).
Either way, it's hard to see on the photo, I wasn't sure what you were talking about, until noticing the "shadow" behind the DIP switches.
homepage - patreon - you can think of a bit as a bottle that is either half full or half empty
FrankWDoom
Posts: 260
Joined: Mon Jan 23, 2012 11:27 pm

Re: Nintendo World Championship 1990 - reverse engineering

Post by FrankWDoom »

Kevtris' writeup mentions the cic reset line is connected to something else on the board, what's going on with that?
lidnariq
Posts: 11430
Joined: Sun Apr 13, 2008 11:12 am

Re: Nintendo World Championship 1990 - reverse engineering

Post by lidnariq »

CIC reset is used to force the game into the menu on reset, instead of using a diode, resistor, and capacitor to detect A0 or M2 going high impedance.
User avatar
krzysiobal
Posts: 1036
Joined: Sun Jun 12, 2011 12:06 pm
Location: Poland
Contact:

Re: Nintendo World Championship 1990 - reverse engineering

Post by krzysiobal »

I fixed the schematic - pin 7 of CIC is the one used to detect reset and which comes from edge connector, not pin 9.
Image

I like how Nintendo routed all pins of all chips either out of the board or to to a place where a hole was drilled,, even those non connected to anything to short them while gold plating. That helps in guessing!
Post Reply