mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
gamecom: verified that Duke Nukem 3D, and Resident Evil 2 are working.
This commit is contained in:
parent
f79a3c849a
commit
b46bb13522
@ -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:
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user