summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lft_phasor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lft_phasor.cpp')
-rw-r--r--src/mame/drivers/lft_phasor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lft_phasor.cpp b/src/mame/drivers/lft_phasor.cpp
index 11335ca939b..2f18af496e3 100644
--- a/src/mame/drivers/lft_phasor.cpp
+++ b/src/mame/drivers/lft_phasor.cpp
@@ -186,7 +186,7 @@ uint32_t lft_phasor_state::screen_update(screen_device &screen, bitmap_rgb32 &bi
const pen_t *pens = m_palette->pens();
for(int y = 0; y < 313; y++)
{
- uint32_t *dst = &bitmap.pix32(y);
+ uint32_t *dst = &bitmap.pix(y);
uint8_t *src = &m_samples[y * 1135];
for(int x = 0; x < 1135; x++)
{