summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/funybubl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/funybubl.cpp')
-rw-r--r--src/mame/drivers/funybubl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/funybubl.cpp b/src/mame/drivers/funybubl.cpp
index a1f7937d76e..f961f6faf3b 100644
--- a/src/mame/drivers/funybubl.cpp
+++ b/src/mame/drivers/funybubl.cpp
@@ -201,7 +201,7 @@ GFXDECODE_END
void funybubl_state::machine_start()
{
- UINT8 *ROM = memregion("maincpu")->base();
+ uint8_t *ROM = memregion("maincpu")->base();
save_item(NAME(m_banked_vram));