summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sms_bootleg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sms_bootleg.cpp')
-rw-r--r--src/mame/drivers/sms_bootleg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sms_bootleg.cpp b/src/mame/drivers/sms_bootleg.cpp
index 68aaa7c364a..7b1b78f6f98 100644
--- a/src/mame/drivers/sms_bootleg.cpp
+++ b/src/mame/drivers/sms_bootleg.cpp
@@ -271,7 +271,7 @@ INPUT_PORTS_END
DRIVER_INIT_MEMBER(smsbootleg_state,sms_supergame)
{
- UINT8* rom = memregion("maincpu")->base();
+ uint8_t* rom = memregion("maincpu")->base();
size_t size = memregion("maincpu")->bytes();
for (int i = 0;i < size;i++)