summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k053936.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k053936.cpp')
-rw-r--r--src/mame/video/k053936.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/k053936.cpp b/src/mame/video/k053936.cpp
index 3be4ff7a48e..a86814041c2 100644
--- a/src/mame/video/k053936.cpp
+++ b/src/mame/video/k053936.cpp
@@ -589,7 +589,7 @@ static inline void K053936GP_copyroz32clip( running_machine &machine,
// adjust entry points and other loop constants
dst_pitch = dst_bitmap.rowpixels();
- dst_base = &dst_bitmap.pix32(0);
+ dst_base = &dst_bitmap.pix(0);
dst_base2 = sy * dst_pitch + sx + tx;
ecx = tx = -tx;
@@ -598,7 +598,7 @@ static inline void K053936GP_copyroz32clip( running_machine &machine,
cmask = colormask[tilebpp];
src_pitch = src_bitmap.rowpixels();
- src_base = &src_bitmap.pix16(0);
+ src_base = &src_bitmap.pix(0);
src_size = src_bitmap.width() * src_bitmap.height();
dst_size = dst_bitmap.width() * dst_bitmap.height();
dst_ptr = 0;//dst_base;