summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron/mode7.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/electron/mode7.cpp')
-rw-r--r--src/devices/bus/electron/mode7.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/electron/mode7.cpp b/src/devices/bus/electron/mode7.cpp
index 103c861c4ae..408b6a92300 100644
--- a/src/devices/bus/electron/mode7.cpp
+++ b/src/devices/bus/electron/mode7.cpp
@@ -195,7 +195,7 @@ void electron_mode7_device::expbus_w(offs_t offset, uint8_t data)
MC6845_UPDATE_ROW(electron_mode7_device::crtc_update_row)
{
- uint32_t* p = &bitmap.pix32(y);
+ uint32_t* p = &bitmap.pix(y);
m_trom->lose_w(1);
m_trom->lose_w(0);