summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/theglobp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/theglobp.cpp')
-rw-r--r--src/mame/machine/theglobp.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/machine/theglobp.cpp b/src/mame/machine/theglobp.cpp
index 6b60bb1c945..8c153ecfa13 100644
--- a/src/mame/machine/theglobp.cpp
+++ b/src/mame/machine/theglobp.cpp
@@ -71,7 +71,7 @@ void pacman_state::theglobp_decrypt_rom_8()
{
int oldbyte,inverted_oldbyte,newbyte;
int mem;
- UINT8 *RAM;
+ uint8_t *RAM;
RAM = memregion("maincpu")->base();
@@ -107,7 +107,7 @@ void pacman_state::theglobp_decrypt_rom_9()
{
int oldbyte,inverted_oldbyte,newbyte;
int mem;
- UINT8 *RAM;
+ uint8_t *RAM;
RAM = memregion("maincpu")->base();
@@ -141,7 +141,7 @@ void pacman_state::theglobp_decrypt_rom_A()
{
int oldbyte,inverted_oldbyte,newbyte;
int mem;
- UINT8 *RAM;
+ uint8_t *RAM;
RAM = memregion("maincpu")->base();
@@ -175,7 +175,7 @@ void pacman_state::theglobp_decrypt_rom_B()
{
int oldbyte,inverted_oldbyte,newbyte;
int mem;
- UINT8 *RAM;
+ uint8_t *RAM;
RAM = memregion("maincpu")->base();
@@ -234,7 +234,7 @@ READ8_MEMBER(pacman_state::theglobp_decrypt_rom )
MACHINE_START_MEMBER(pacman_state,theglobp)
{
- UINT8 *RAM = memregion("maincpu")->base();
+ uint8_t *RAM = memregion("maincpu")->base();
/* While the PAL supports up to 16 decryption methods, only four
are actually used in the PAL. Therefore, we'll take a little