gamecom: verified that Duke Nukem 3D, and Resident Evil 2 are working.

This commit is contained in:
Robbbert 2016-05-18 22:06:57 +10:00
parent f79a3c849a
commit b46bb13522
2 changed files with 1 additions and 4 deletions

View File

@ -1273,7 +1273,7 @@ case 0x59: /* Invalid - 2? cycles - Flags affected: --------? */
mycycles += 2; mycycles += 2;
break; break;
case 0x5A: /* unk5A - 7,8,12,9,8 cycles */ case 0x5A: /* unk5A - 7,8,12,9,8 cycles */
/* NOTE: This unknown command is used in the calculator, and in a number of carts. /* NOTE: This unknown command is used in the game.com calculator, and in a number of carts.
It appears to compare the contents of the register number contained in the first It appears to compare the contents of the register number contained in the first
parameter, against a literal in the second parameter. parameter, against a literal in the second parameter.
Example: Example:

View File

@ -19,9 +19,6 @@ Game Status:
- - Henry: crash just after "HENRY" button clicked - - Henry: crash just after "HENRY" button clicked
- - Lost World: freeze just after entering Stage 2 (the nest) - - Lost World: freeze just after entering Stage 2 (the nest)
- - Sonic Jam: player's character can fall out of a dip in the path and die. - - Sonic Jam: player's character can fall out of a dip in the path and die.
- Not sure about some carts:
- - Resident Evil 2: can't fight enemies?
- - Duke Nukem: can't leave the room?
- Most carts have some flicker, but some are terrible (Monopoly, MK Trilogy, Fighters Megamix, Jeopardy) - Most carts have some flicker, but some are terrible (Monopoly, MK Trilogy, Fighters Megamix, Jeopardy)
- Weblink and Internet are of no use as there is nothing to connect to. - Weblink and Internet are of no use as there is nothing to connect to.