ok, added harddriv note

This commit is contained in:
Michaël Banaan Ananas 2012-07-17 23:39:16 +00:00
parent f4c0fea9db
commit c1f27baa18
3 changed files with 20 additions and 2 deletions

View File

@ -613,7 +613,7 @@ static DRIVER_INIT( dynduke )
/* Game Drivers */
GAME( 1989, dynduke, 0, dynduke, dynduke, dynduke, ROT0, "Seibu Kaihatsu", "Dynamite Duke (Europe set 1)", 0 )
GAME( 1989, dynduke2, dynduke, dynduke, dynduke, dynduke, ROT0, "Seibu Kaihatsu", "Dynamite Duke (Europe set 2)", 0 )
GAME( 1989, dyndukea, dynduke, dynduke, dynduke, dynduke, ROT0, "Seibu Kaihatsu", "Dynamite Duke (Europe set 2)", 0 )
GAME( 1989, dyndukej, dynduke, dynduke, dynduke, dynduke, ROT0, "Seibu Kaihatsu", "Dynamite Duke (Japan)", 0 )
GAME( 1989, dyndukeu, dynduke, dynduke, dynduke, dynduke, ROT0, "Seibu Kaihatsu (Fabtek license)", "Dynamite Duke (US)", 0 )
GAME( 1989, dbldynj, dynduke, dbldyn, dynduke, dynduke, ROT0, "Seibu Kaihatsu", "The Double Dynamites (Japan)", 0 )

View File

@ -316,6 +316,24 @@ Notes:
68010 clock input - 8.000MHz [32/4]
34010 clock input - 48.000MHz
****************************************************************************
Emulation notes
---------------
harddriv1:
In the debugger, right after the game is loaded, type the following :
maincpu.mb@2c99e=1
The game boots and seems playable.
Put a bp at 0x0164f8 and compare execution with 'harddriv2' (bp at same address) which skips some parts of the code.
1st problem at 0x0164fc : jumps to 0x016526 instead of 0x016508.
2nd problem at 0x016542 : jumps to 0x01654c instead of 0x016552. Game resets if you attemp to step over code at 0x01654c.
****************************************************************************/

View File

@ -7722,7 +7722,7 @@ deadang // (c) 1988 Seibu Kaihatsu
leadang // (c) 1988 Seibu Kaihatsu
ghunter // (c) 1988 Seibu Kaihatsu + Segasa/Sonic license
dynduke // (c) 1989 Seibu Kaihatsu
dynduke2 // (c) 1989 Seibu Kaihatsu
dyndukea // (c) 1989 Seibu Kaihatsu
dyndukej // (c) 1989 Seibu Kaihatsu
dyndukeu // (c) 1989 Seibu Kaihatsu + Fabtek license
dbldynj // (c) 1989 Seibu Kaihatsu