Hacking EZflash Jr: compatible with Wisdom Tree and unlicensed mappers?

Baggins

Well-Known Member
OP
Member
Joined
Jan 27, 2017
Messages
280
Trophies
0
Age
44
XP
314
Country
United States
As far as I know not any major flashcarts out there can handle Wisdom Tree games or other strange unlicensed mappers. Is their support on Ezflash Jr?

Or how about other mappers like those used with Robopon/Roboponcots?, and other special feature carts?
 

Shadow#1

Wii, 3DS Softmod & Dumpster Diving Expert
Member
Joined
Nov 21, 2005
Messages
12,354
Trophies
2
XP
8,017
Country
United States
As far as I know not any major flashcarts out there can handle Wisdom Tree games or other strange unlicensed mappers. Is their support on Ezflash Jr?

Or how about other mappers like those used with Robopon/Roboponcots?, and other special feature carts?
Alot thoes Chinese unlicensed games have drm so no will never work
 

Baggins

Well-Known Member
OP
Member
Joined
Jan 27, 2017
Messages
280
Trophies
0
Age
44
XP
314
Country
United States
WIsdom Tree weren't 'chinese' as far as I know. But they did use a weird system to get past NIntendo's lockout chips. As far as I know originally they only worked on DMG, and Pocket, but not color or later.

The NES versions are working on Everdrive though.
 

hippy dave

BBMB
Member
Joined
Apr 30, 2012
Messages
9,897
Trophies
2
XP
29,515
Country
United Kingdom
I'm surprised if the games haven't already been patched to use standard mappers, that was the primary solution for getting difficult games to work on flash carts back in the GBC days.
 

Baggins

Well-Known Member
OP
Member
Joined
Jan 27, 2017
Messages
280
Trophies
0
Age
44
XP
314
Country
United States
I'm surprised if the games haven't already been patched to use standard mappers, that was the primary solution for getting difficult games to work on flash carts back in the GBC days.
Totally agree! WIsh someone would do that!

https://gbdev.gg8.se/wiki/articles/Memory_Bank_Controllers

Wisdom Tree
The Wisdom Tree mapper is a simple, cost-optimized one chip design consisting of a 74LS377 octal latch, aside from the ROM chip. Because the mapper consists of a single standard 74 series logic chip, it has two unusual properties:


First, unlike a usual MBC, it switches the whole 32 kiB ROM area instead of just the $4000-$7FFF area. If you want to use the interrupt vectors with this cart, you should duplicate them across all banks. Additionally, since the initial state of the '377 can't be guaranteed, the ROM header and some code for switching to a known bank should also be included in every bank. This also means that the Wisdom Tree mapper could be used as a multicart mapper for 32 kiB ROMs, assuming there was enough ROM space in each bank for some small initialization code, and none of the ROMs wrote to the $0000-$7FFF area. For example, if the last 5 bytes of all banks are unused, games can be patched as follows:

; At $0100 in all banks but the first
nop
jp $7FFB

; At $7FFB in all banks
ld hl, $0100
ld [hl], a
jp hl

Second, because the '377 latches data on the positive edge, and the value on the Game Boy data bus is no longer valid when the positive edge of the write pulse arrives, the designer of this mapper chose to use the A7-A0 address lines for selecting a bank instead of the data lines. Thus, the value you write is ignored, and the lower 8 bits of the address is used. For example, to select bank $XX, you would write any value to address $YYXX, where $YY is in the range $00-$7F.

An emulator can detect a ROM designed for Wisdom Tree mapper in one of two ways:

  • ROM contains "WISDOM TREE" or "WISDOM\x00TREE" (the space can be $20 or $00), $0147 = $00, $0148 = $00, size > 32k. This method works for the games released by Wisdom Tree, Inc.
  • $0147 = $C0, $014A = $D1. These are the values recommended by beware for 3rd party developers to indicate that the ROM is targeting Wisdom Tree mapper hardware. (See below.)
 
Last edited by Baggins,
  • Like
Reactions: kynrek

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    NinStar @ NinStar: nes remix 1 had the bad one, nes remix 2 had the good one