summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k053936.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k053936.c')
-rw-r--r--src/mame/video/k053936.c34
1 files changed, 4 insertions, 30 deletions
diff --git a/src/mame/video/k053936.c b/src/mame/video/k053936.c
index b8d30b5145a..c36165795e1 100644
--- a/src/mame/video/k053936.c
+++ b/src/mame/video/k053936.c
@@ -496,7 +496,7 @@ INLINE void K053936GP_copyroz32clip( running_machine &machine,
if (blend > 0)
{
- dst_base += dst_pitch; // draw blended
+ dst_ptr += dst_pitch; // draw blended
starty += incyy;
startx += incyx;
@@ -539,35 +539,9 @@ INLINE void K053936GP_copyroz32clip( running_machine &machine,
}
else // draw solid
{
- if (blend == 0)
- {
- dst_ptr += dst_pitch;
- starty += incyy;
- startx += incyx;
- }
- else
- {
- if ((sy & 1) ^ (blend & 1))
- {
- if (ty <= 1) return;
-
- dst_ptr += dst_pitch;
- cy += incyy;
- cx += incyx;
- }
-
- if (ty > 1)
- {
- ty >>= 1;
- dst_pitch <<= 1;
- incyy <<= 1;
- incyx <<= 1;
-
- dst_ptr += dst_pitch;
- starty = cy + incyy;
- startx = cx + incyx;
- }
- }
+ dst_ptr += dst_pitch;
+ starty += incyy;
+ startx += incyx;
do {
do {