diff options
| author | 2010-05-09 19:44:36 +0000 | |
|---|---|---|
| committer | 2010-05-09 19:44:36 +0000 | |
| commit | d4d480a044fda3d0a86572287243b5307934861a (patch) | |
| tree | f5fa4ed444da9783c89de63affb4a60fd19a86ef /src | |
| parent | 2549ce6904d136e2b83e460a4fbbe44083840cfd (diff) | |
adds adds decryption key for Gigawing (Hispanic)... credits are already listed in the new clones addition in previous check-in.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/cps2.c | 2 | ||||
| -rw-r--r-- | src/mame/machine/cps2crpt.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/cps2.c b/src/mame/drivers/cps2.c index f816e208cae..5a9c40e0c82 100644 --- a/src/mame/drivers/cps2.c +++ b/src/mame/drivers/cps2.c @@ -8036,7 +8036,7 @@ GAME( 2004, hsf2j, hsf2, cps2, cps2_2p6b, cps2, ROT0, "Capcom", " GAME( 1999, gigawing, 0, cps2, cps2_2p2b, cps2, ROT0, "Capcom, supported by Takumi", "Giga Wing (USA 990222)", GAME_SUPPORTS_SAVE ) GAME( 1999, gigawingj, gigawing, cps2, cps2_2p2b, cps2, ROT0, "Capcom, supported by Takumi", "Giga Wing (Japan 990223)", GAME_SUPPORTS_SAVE ) GAME( 1999, gigawinga, gigawing, cps2, cps2_2p2b, cps2, ROT0, "Capcom, supported by Takumi", "Giga Wing (Asia 990222)", GAME_SUPPORTS_SAVE ) -GAME( 1999, gigawingh, gigawing, cps2, cps2_2p2b, cps2, ROT0, "Capcom, supported by Takumi", "Giga Wing (Hispanic 990222)", GAME_SUPPORTS_SAVE | GAME_NOT_WORKING ) /* Need's decrypt key */ +GAME( 1999, gigawingh, gigawing, cps2, cps2_2p2b, cps2, ROT0, "Capcom, supported by Takumi", "Giga Wing (Hispanic 990222)", GAME_SUPPORTS_SAVE ) GAME( 1999, gigawingb, gigawing, cps2, cps2_2p2b, cps2, ROT0, "Capcom, supported by Takumi", "Giga Wing (Brazil 990222)", GAME_SUPPORTS_SAVE ) GAME( 2000, mmatrix, 0, cps2, cps2_2p1b, cps2, ROT0, "Capcom, supported by Takumi", "Mars Matrix: Hyper Solid Shooting (USA 000412)", GAME_SUPPORTS_SAVE ) GAME( 2000, mmatrixj, mmatrix, cps2, cps2_2p1b, cps2, ROT0, "Capcom, supported by Takumi", "Mars Matrix: Hyper Solid Shooting (Japan 000412)", GAME_SUPPORTS_SAVE ) diff --git a/src/mame/machine/cps2crpt.c b/src/mame/machine/cps2crpt.c index ce0d65c0b1e..0eb0901dbbb 100644 --- a/src/mame/machine/cps2crpt.c +++ b/src/mame/machine/cps2crpt.c @@ -954,7 +954,7 @@ static const struct game_keys keys_table[] = { "gigawing", { 0xe52de290,0x1b60d780 }, 0x100000 }, // 0C81 1972 1027 cmpi.l #$19721027,D1 { "gigawingj",{ 0x1126196a,0xbef50895 }, 0x100000 }, // 0C81 1972 1027 cmpi.l #$19721027,D1 { "gigawinga",{ 0x3506a85a,0x66b1b768 }, 0x100000 }, // 0C81 1972 1027 cmpi.l #$19721027,D1 - { "gigawingh",{ 0x0 ,0x0 }, 0x100000 }, // 0C81 1972 1027 cmpi.l #$19721027,D1 + { "gigawingh",{ 0xcea74211,0x400da385 }, 0x100000 }, // 0C81 1972 1027 cmpi.l #$19721027,D1 { "gigawingb",{ 0x0fe745b0,0x96ef7f9d }, 0x100000 }, // 0C81 1972 1027 cmpi.l #$19721027,D1 { "mmatrix", { 0xac9ebd79,0x410467df }, 0x180000 }, // B6C0 B447 BACF cmpa.w D0,A3 cmp.w D7,D2 cmpa.w A7,A5 { "mmatrixj", { 0x4df81e95,0x72ed9823 }, 0x180000 }, // B6C0 B447 BACF cmpa.w D0,A3 cmp.w D7,D2 cmpa.w A7,A5 |
