summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dogfgt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/dogfgt.c')
-rw-r--r--src/mame/video/dogfgt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/dogfgt.c b/src/mame/video/dogfgt.c
index 19d280fdb1a..a90ec6b003a 100644
--- a/src/mame/video/dogfgt.c
+++ b/src/mame/video/dogfgt.c
@@ -215,7 +215,7 @@ UINT32 dogfgt_state::screen_update_dogfgt(screen_device &screen, bitmap_ind16 &b
if (m_lastflip != flip_screen() || m_lastpixcolor != m_pixcolor)
{
- address_space &space = *machine().device("maincpu")->memory().space(AS_PROGRAM);
+ address_space &space = machine().device("maincpu")->memory().space(AS_PROGRAM);
m_lastflip = flip_screen();
m_lastpixcolor = m_pixcolor;