IVBeatz / genplus-gx

Automatically exported from code.google.com/p/genplus-gx
Other
0 stars 0 forks source link

CD BIOS rotating words no longer appearing after soft-reset #237

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load any game.
2. You should at least wait until the game starts loading.
3. Reset.

What is the expected output? What do you see instead?
No more dancing letters.

What version of the emulator are you using (official, SVN revision,...)?
1.7.0

Please provide any additional information below (Emulator settings, Console
setting,...)
European 2.00 BIOS
Japanese 1.00 (enter the system menu, press eject, then reset)

Original issue reported on code.google.com by superballena on 5 Jul 2012 at 7:07

GoogleCodeExporter commented 9 years ago
Indeed, it happens for all BIOS for me:

1) when doing a soft-reset after some specific point during the BIOS animation 
or after the game has been loaded (not always)

2) while in the system menu itself (always)

It must be caused by the way I'm handling soft-reset on the CD side, I might be 
resetting stuff that should remain unchanged (I'm still not 100% sure of real 
behavior and it's not well described).

Original comment by ekeeke31@gmail.com on 5 Jul 2012 at 11:39

GoogleCodeExporter commented 9 years ago
Shouldn't the tray open itself on Model 1 CD hardware when pressing the RESET 
button ? It doesn't happen in Kega though I think I was sure it was expected 
behavior. Maybe the animation is meant to be stopped in that case ?

Original comment by ekeeke31@gmail.com on 5 Jul 2012 at 11:47

GoogleCodeExporter commented 9 years ago
Also seems 1) above depends on the game being loaded, some games always display 
the BIOS animation after a soft-reset during game, some doesn't. 

Original comment by ekeeke31@gmail.com on 5 Jul 2012 at 11:54

GoogleCodeExporter commented 9 years ago
At least on model 1 Japanese Mega-CD units, the CD tray always remains closed 
until you press the Eject button from the system menu.

It's quite an awkward behavior, specially since there's no actual physical 
Eject button and all, but that's the only way I know of opening the CD tray...

Original comment by superballena on 6 Jul 2012 at 12:09

GoogleCodeExporter commented 9 years ago

Original comment by ekeeke31@gmail.com on 6 Jul 2012 at 9:49

GoogleCodeExporter commented 9 years ago
Word-RAM should be put back in 2M mode on reset, this fixes the logo not being 
displayed properly when doing a soft-reset after it was changed to 1M mode 
(hence why it only happened for some specific games, in BIOS system menu or 
when doing a reset at a specific moment)

Original comment by ekeeke31@gmail.com on 9 Jul 2012 at 11:52

GoogleCodeExporter commented 9 years ago
Fixed in r693

Original comment by ekeeke31@gmail.com on 15 Jul 2012 at 3:42