summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tatsumi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tatsumi.cpp')
-rw-r--r--src/mame/video/tatsumi.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/tatsumi.cpp b/src/mame/video/tatsumi.cpp
index a42aac35d63..ad860cf729c 100644
--- a/src/mame/video/tatsumi.cpp
+++ b/src/mame/video/tatsumi.cpp
@@ -762,9 +762,9 @@ VIDEO_START_MEMBER(roundup5_state,roundup5)
m_tx_layer->set_transparent_pen(0);
m_gfxdecode->gfx(1)->set_source(m_tx_gfxram.get());
-
- save_pointer(NAME(m_tx_gfxram.get()),0x20000);
- save_pointer(NAME(m_bg_gfxram.get()),0x20000);
+
+ save_pointer(NAME(m_tx_gfxram), 0x20000);
+ save_pointer(NAME(m_bg_gfxram), 0x20000);
}
void roundup5_state::draw_road(bitmap_rgb32 &bitmap, const rectangle &cliprect)