summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fs3216.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fs3216.cpp')
-rw-r--r--src/mame/drivers/fs3216.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fs3216.cpp b/src/mame/drivers/fs3216.cpp
index 5491a7a518b..ba4522b4601 100644
--- a/src/mame/drivers/fs3216.cpp
+++ b/src/mame/drivers/fs3216.cpp
@@ -141,7 +141,7 @@ void fs3216_state::machine_reset()
MC6845_UPDATE_ROW(fs3216_state::crt_update_row)
{
- u32 *px = &bitmap.pix32(y);
+ u32 *px = &bitmap.pix(y);
for (int i = 0; i < x_count; i++)
{