From 096760d88e67bf114df433f8bf1a18554c396138 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 7 Jan 2018 00:55:00 -0500 Subject: [PATCH] zephyr: A hex on you (nw) --- src/mame/drivers/zms8085.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/zms8085.cpp b/src/mame/drivers/zms8085.cpp index e033d3b04a8..f9ff27c46e8 100644 --- a/src/mame/drivers/zms8085.cpp +++ b/src/mame/drivers/zms8085.cpp @@ -40,7 +40,7 @@ private: u32 zms8085_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect) { - u16 pos = m_mainram[17] | (u16(m_mainram[18]) << 8); + u16 pos = m_mainram[0x17] | (u16(m_mainram[0x18]) << 8); for (unsigned y = 0; y < 250; y++) {