summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/maygayep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/maygayep.cpp')
-rw-r--r--src/mame/drivers/maygayep.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/maygayep.cpp b/src/mame/drivers/maygayep.cpp
index fa9c5568a3d..ac28c22b2c9 100644
--- a/src/mame/drivers/maygayep.cpp
+++ b/src/mame/drivers/maygayep.cpp
@@ -80,11 +80,11 @@ INPUT_PORTS_END
DRIVER_INIT_MEMBER(maygayep_state,maygayep)
{
- UINT8 *src = memregion( "maincpu" )->base();
+ uint8_t *src = memregion( "maincpu" )->base();
for (int i=0x100;i<0x210;i++)
{
- UINT8 val = src[i^1];
+ uint8_t val = src[i^1];
if (i%0x40 == 0) printf("\n");