summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pbaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pbaction.cpp')
-rw-r--r--src/mame/drivers/pbaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pbaction.cpp b/src/mame/drivers/pbaction.cpp
index 824a7c8f698..0bf9eca3ce1 100644
--- a/src/mame/drivers/pbaction.cpp
+++ b/src/mame/drivers/pbaction.cpp
@@ -486,7 +486,7 @@ READ8_MEMBER(pbaction_state::pbactio3_prot_kludge_r)
DRIVER_INIT_MEMBER(pbaction_state,pbactio3)
{
int i;
- UINT8 *rom = memregion("maincpu")->base();
+ uint8_t *rom = memregion("maincpu")->base();
/* first of all, do a simple bitswap */
for (i = 0; i < 0xc000; i++)