summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/orion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/orion.cpp')
-rw-r--r--src/mame/video/orion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/orion.cpp b/src/mame/video/orion.cpp
index b806f87b150..44e49a2afd0 100644
--- a/src/mame/video/orion.cpp
+++ b/src/mame/video/orion.cpp
@@ -74,7 +74,7 @@ uint32_t orion_state::screen_update_orion128(screen_device &screen, bitmap_ind16
break;
}
}
- bitmap.pix16(y, x*8+(7-b)) = color;
+ bitmap.pix(y, x*8+(7-b)) = color;
}
}
}