summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/acorn/system/vdu80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/acorn/system/vdu80.cpp')
-rw-r--r--src/devices/bus/acorn/system/vdu80.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/acorn/system/vdu80.cpp b/src/devices/bus/acorn/system/vdu80.cpp
index 5cf995d8d3c..77bad0bf32c 100644
--- a/src/devices/bus/acorn/system/vdu80.cpp
+++ b/src/devices/bus/acorn/system/vdu80.cpp
@@ -172,7 +172,7 @@ void acorn_vdu80_device::device_reset()
MC6845_UPDATE_ROW(acorn_vdu80_device::crtc_update_row)
{
uint8_t invert = BIT(m_links->read(), 1);
- uint32_t *p = &bitmap.pix32(y);
+ uint32_t *p = &bitmap.pix(y);
for (int column = 0; column < x_count; column++)
{