summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hexion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/hexion.cpp')
-rw-r--r--src/mame/video/hexion.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/video/hexion.cpp b/src/mame/video/hexion.cpp
index 0e8842788d0..22bd1910b8c 100644
--- a/src/mame/video/hexion.cpp
+++ b/src/mame/video/hexion.cpp
@@ -53,6 +53,8 @@ void hexion_state::video_start()
m_unkram = m_vram[1] + 0x2000;
membank("bank1")->configure_entries(0, 16, memregion("maincpu")->base() + 0x10000, 0x2000);
+
+ m_gfxrom_select = 0;
}