summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pgmprot_igs025_igs022.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pgmprot_igs025_igs022.cpp')
-rw-r--r--src/mame/machine/pgmprot_igs025_igs022.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/machine/pgmprot_igs025_igs022.cpp b/src/mame/machine/pgmprot_igs025_igs022.cpp
index 7c31b2358c3..403f8ee35a2 100644
--- a/src/mame/machine/pgmprot_igs025_igs022.cpp
+++ b/src/mame/machine/pgmprot_igs025_igs022.cpp
@@ -37,12 +37,12 @@
void pgm_022_025_state::pgm_dw3_decrypt()
{
int i;
- UINT16 *src = (UINT16 *) (memregion("maincpu")->base()+0x100000);
+ uint16_t *src = (uint16_t *) (memregion("maincpu")->base()+0x100000);
int rom_size = 0x100000;
for(i=0; i<rom_size/2; i++) {
- UINT16 x = src[i];
+ uint16_t x = src[i];
if((i & 0x005460) == 0x001400 || (i & 0x005450) == 0x001040)
x ^= 0x0100;
@@ -57,12 +57,12 @@ void pgm_022_025_state::pgm_dw3_decrypt()
void pgm_022_025_state::pgm_killbld_decrypt()
{
int i;
- UINT16 *src = (UINT16 *) (memregion("maincpu")->base()+0x100000);
+ uint16_t *src = (uint16_t *) (memregion("maincpu")->base()+0x100000);
int rom_size = 0x200000;
for(i=0; i<rom_size/2; i++) {
- UINT16 x = src[i];
+ uint16_t x = src[i];
if((i & 0x006d00) == 0x000400 || (i & 0x006c80) == 0x000880)
x ^= 0x0008;
@@ -75,7 +75,7 @@ void pgm_022_025_state::pgm_killbld_decrypt()
}
// these were all xored by a table at $178B2A
-static const UINT8 killbld_source_data[0x0c][0xec] = // offsets to these tables stored at $155ed0
+static const uint8_t killbld_source_data[0x0c][0xec] = // offsets to these tables stored at $155ed0
{
{ // region 16, $178772
0x5e, 0x09, 0xb3, 0x39, 0x60, 0x71, 0x71, 0x53, 0x11, 0xe5, 0x26, 0x34, 0x4c, 0x8c, 0x90, 0xee,
@@ -189,7 +189,7 @@ static const UINT8 killbld_source_data[0x0c][0xec] = // offsets to these tables
// all tables xored with data from $149c4c
// tables are the same as olds and drgw2
-static const UINT8 dw3_source_data[0x08][0xec] =
+static const uint8_t dw3_source_data[0x08][0xec] =
{
{ 0, },
{ // region 1, $14c21a