What's new

Pythagoras

Enthusiast
Joined
Jul 20, 2017
Messages
115
Reaction score
196
I decided to dissassemble Taitos Bubble Memories this time, to find out the secret behind the "Extra Mode". What I found out is that it requires two conditions to unlock this mode.

When the game have been running for 10 hours, a counter starts to keep track of how many games that been played. The counter is saved to the NV-RAM after every game is finished, when 90 games or more been played the "Extra Mode" will be activated at the next startup of the game.

If you don't want spend the time and work :S for this to be done, you can always cheat by taking a shortcut and burning a modified Eprom.

So let's make an eprom that can be used to write the required byte to the NV-RAM...

There is three Versions in Mame, the parent set is "bubblem". The required rom are for the different versions:

Japan Ver. 2.3 (Rom: e21-10.19)
Overseas Ver 2.4 (Rom: e21-20.19)
America 2.5 (Rom: e21-16.19)

The offset that need to be modified is the same for all three versions. Load the rom into a hexeditor and change the value at the offset: $40E5D from $00 to $5A.
This offsett is the NV-RAM defaults. So when you have programmed the modified rom, just enter service mode and select "Factory Setting". Exit the service mode to confirm that
the title screen now displays "Extra Mode". After this you are done and can put back the original eprom again.

Good Luck :thumbup:
 
What is "Extra Mode"? Doing a quick Google doesn't turn up much information.
 
@Pythagoras brilliant work :D

<quote>
Like Bubble Bobble, Bubble Memories features a "Super Mode" which features a second, more difficult set of levels to play through. The narrative of the game is structured with the events of a normal play-through chronologically preceding the events of Super Mode, with the latter taking place in a different location and having different cut-scenes. The input to allow the player to select Super Mode is given after defeating the final boss in Normal Mode and collecting the scroll he drops. Clearing Super Mode with all seven Potions reveals the true ending of the game, and the final boss gains a second form that is not encountered in Normal Mode.

source: fandom.com
</quote>

To enter Super Mode :
S = Start, A = Blow Bubble, B = jump

Left, S, A, B, Up, Down, S, Right

When EXTRA MODE is activated you get en extra SELECT GAME MODE screen where you can select Super Mode without entering this code.

0002.png



0000.png
 
Back
Top