Gameboy Development Forum

Discussion about software development for the old-school Gameboys, ranging from the "Gray brick" to Gameboy Color
(Launched in 2008)

You are not logged in.

Ads

#1 2021-02-22 21:01:53

UraKn0x
New member
Registered: 2014-04-19
Posts: 7

How do multicarts reset to bootrom

Hi,

I've been watching videos featuring multicarts and I've noticed something: once a game has been selected, it will reset the Gameboy to the bootrom:
https://youtu.be/oHtt52kp884?t=433 (At 7:13)

I know it resets to the bootrom and not to a copy of it that's embedded in the cart because on another video featuring a DMG hardware clone, it resets to the clone's own bootrom:
https://youtu.be/0pmZOE95o80?t=894 (At 14:54)

Does someone here know how this works? I thought it wasn't possible as there's no way to access the bootrom after it's been disabled by writing to $FF50 without power cycling the Gameboy.

Thanks in advance!

Offline

 

#2 2021-02-22 22:05:01

densming
New member
Registered: 2021-02-19
Posts: 5

Re: How do multicarts reset to bootrom

According to the Pan Docs, writing non-zero to FF50 disables the boot room, so presumably, writing 0 will enable it.

Offline

 

#3 2021-02-22 22:56:12

UraKn0x
New member
Registered: 2014-04-19
Posts: 7

Re: How do multicarts reset to bootrom

I'm pretty sure you can't write to $FF50 again after the bootrom writes to it

Offline

 

#4 2021-02-23 03:03:46

nitro2k01
Administrator
Registered: 2008-02-22
Posts: 242

Re: How do multicarts reset to bootrom

It pulls the /RESET line (pad 30) on the cartridge bus low for a short period of time, which resets the CPU. This restores the boot ROM, but also restarts CPU execution from address 0 (in the boot ROM). So this cannot be used to dump/access the boot ROM, because it's essentially the same as turning on the power for the first time. (Maybe it could be done using short pulses that would glitch the CPU, but at least it can't be done with a normal reset pulse.)


Blog: Gameboy Genius
"A journey of a thousand miles begins with one small step"
Old Chinese Proverb

Offline

 

#5 2021-02-23 12:08:01

UraKn0x
New member
Registered: 2014-04-19
Posts: 7

Re: How do multicarts reset to bootrom

Ah I see, that makes sense! So it does it in hardware rather than software, I should have thought about that. Thanks!

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson