diff options
Diffstat (limited to 'src/mame/drivers/cop01.cpp')
-rw-r--r-- | src/mame/drivers/cop01.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cop01.cpp b/src/mame/drivers/cop01.cpp index 9485816f51a..2c31bb55ed8 100644 --- a/src/mame/drivers/cop01.cpp +++ b/src/mame/drivers/cop01.cpp @@ -647,7 +647,7 @@ DRIVER_INIT_MEMBER(cop01_state,mightguy) #if MIGHTGUY_HACK /* This is a hack to fix the game code to get a fully working "Starting Area" fake Dip Switch */ - UINT8 *RAM = (UINT8 *)memregion("maincpu")->base(); + uint8_t *RAM = (uint8_t *)memregion("maincpu")->base(); RAM[0x00e4] = 0x07; // rlca RAM[0x00e5] = 0x07; // rlca RAM[0x00e6] = 0x07; // rlca |