summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/z100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/z100.cpp')
-rw-r--r--src/mame/drivers/z100.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/z100.cpp b/src/mame/drivers/z100.cpp
index fab1cab1f5a..881119f48bc 100644
--- a/src/mame/drivers/z100.cpp
+++ b/src/mame/drivers/z100.cpp
@@ -309,7 +309,7 @@ void z100_state::memory_ctrl_w(uint8_t data)
MC6845_UPDATE_ROW(z100_state::update_row)
{
- uint32_t *const pix = &bitmap.pix32(y);
+ uint32_t *const pix = &bitmap.pix(y);
const uint16_t amask = m_vram_config->read() ? 0xfff : 0x7ff;
for (int x = 0; x < x_count; x++)