Skip to content

Commit 6d2f26d

Browse files
committed
Bypassed the Special 7 family protection. Now the games have full
features, as hopper and remote payment. [Roberto Fresca, Grull Osgo]
1 parent 7e30295 commit 6d2f26d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/mame/igs/goldstar.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31136,6 +31136,10 @@ void wingco_state::init_special7()
3113631136
case 0x3811: rom[i] ^= 0x00; if (BIT(rom[i], 1)) rom[i] ^= 0x80; if (BIT(rom[i], 4)) rom[i] ^= 0x08; if (BIT(rom[i], 6)) rom[i] ^= 0x20; break;
3113731137
}
3113831138
}
31139+
31140+
// bypassing the serial protection
31141+
rom[0x60ac] = 0x00;
31142+
rom[0x60b7] = 0x00;
3113931143
}
3114031144

3114131145
void wingco_state::init_fl7_3121()

0 commit comments

Comments
 (0)