summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/acitya.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/acitya.cpp')
-rw-r--r--src/mame/machine/acitya.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/machine/acitya.cpp b/src/mame/machine/acitya.cpp
index f986e9fa00d..68b7aec03e8 100644
--- a/src/mame/machine/acitya.cpp
+++ b/src/mame/machine/acitya.cpp
@@ -22,7 +22,7 @@ void pacman_state::acitya_decrypt_rom_8()
{
int oldbyte,inverted_oldbyte,newbyte;
int mem;
- UINT8 *RAM;
+ uint8_t *RAM;
RAM = memregion("maincpu")->base();
@@ -57,7 +57,7 @@ void pacman_state::acitya_decrypt_rom_9()
{
int oldbyte,inverted_oldbyte,newbyte;
int mem;
- UINT8 *RAM;
+ uint8_t *RAM;
RAM = memregion("maincpu")->base();
@@ -89,7 +89,7 @@ void pacman_state::acitya_decrypt_rom_A()
{
int oldbyte,inverted_oldbyte,newbyte;
int mem;
- UINT8 *RAM;
+ uint8_t *RAM;
RAM = memregion("maincpu")->base();
@@ -121,7 +121,7 @@ void pacman_state::acitya_decrypt_rom_B()
{
int oldbyte,inverted_oldbyte,newbyte;
int mem;
- UINT8 *RAM;
+ uint8_t *RAM;
RAM = memregion("maincpu")->base();
@@ -180,7 +180,7 @@ READ8_MEMBER(pacman_state::acitya_decrypt_rom )
MACHINE_START_MEMBER(pacman_state,acitya)
{
- 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