~ubuntu-branches/ubuntu/lucid/sdlmame/lucid

« back to all changes in this revision

Viewing changes to src/mame/video/yunsun16.c

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Falco
  • Date: 2009-11-03 17:10:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091103171015-6hop4ory5lxnumpn
Tags: 0.135-0ubuntu1
* New upstream release - Closes (LP: #403212)
* debian/watch: unstable releases are no longer detected
* mame.ini: added the cheat subdirectories to cheatpath so zipped
  cheatfiles will be searched too
* renamed crsshair subdirectory to crosshair to reflect upstream change
* mame.ini: renamed references to crosshair subdirectory (see above)

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
                        flipy = !flipy;         y = max_y - y - 16;
183
183
                }
184
184
 
185
 
                pdrawgfx(       bitmap,machine->gfx[1],
 
185
                pdrawgfx_transpen(      bitmap,cliprect,machine->gfx[1],
186
186
                                        code,
187
187
                                        attr & 0x1f,
188
188
                                        flipx, flipy,
189
189
                                        x,y,
190
 
                                        cliprect,TRANSPARENCY_PEN,15,
191
 
                                        pri_mask        );
 
190
                                        machine->priority_bitmap,
 
191
                                        pri_mask,15     );
192
192
        }
193
193
}
194
194
 
212
212
 
213
213
//  popmessage("%04X", *yunsun16_priority);
214
214
 
215
 
        bitmap_fill(priority_bitmap,cliprect,0);
 
215
        bitmap_fill(screen->machine->priority_bitmap,cliprect,0);
216
216
 
217
217
        if((*yunsun16_priority & 0x0c) == 4)
218
218
        {