summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hexion.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/hexion.c')
-rw-r--r--src/mame/video/hexion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/hexion.c b/src/mame/video/hexion.c
index 30e867a1428..566a74230ee 100644
--- a/src/mame/video/hexion.c
+++ b/src/mame/video/hexion.c
@@ -51,7 +51,7 @@ void hexion_state::video_start()
m_vram[0] = memregion("maincpu")->base() + 0x30000;
m_vram[1] = m_vram[0] + 0x2000;
m_unkram = m_vram[1] + 0x2000;
-
+
membank("bank1")->configure_entries(0, 16, memregion("maincpu")->base() + 0x10000, 0x2000);
}