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

« back to all changes in this revision

Viewing changes to src/mame/drivers/olibochu.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:
112
112
        if (flip_screen_get(space->machine) != (data & 0x80))
113
113
        {
114
114
                flip_screen_set(space->machine, data & 0x80);
115
 
                tilemap_mark_all_tiles_dirty(ALL_TILEMAPS);
 
115
                tilemap_mark_all_tiles_dirty_all(space->machine);
116
116
        }
117
117
 
118
118
        /* other bits are used, but unknown */
158
158
                        flipy = !flipy;
159
159
                }
160
160
 
161
 
                drawgfx(bitmap, machine->gfx[1],
 
161
                drawgfx_transpen(bitmap, cliprect,
 
162
                        machine->gfx[1],
162
163
                        code, color,
163
164
                        flipx, flipy,
164
 
                        sx, sy,
165
 
                        cliprect,
166
 
                        TRANSPARENCY_PEN, 0);
 
165
                        sx, sy, 0);
167
166
        }
168
167
 
169
168
        /* 8x8 sprites */
186
185
                        flipy = !flipy;
187
186
                }
188
187
 
189
 
                drawgfx(bitmap, machine->gfx[0],
 
188
                drawgfx_transpen(bitmap, cliprect,
 
189
                        machine->gfx[0],
190
190
                        code, color,
191
191
                        flipx, flipy,
192
 
                        sx, sy,
193
 
                        cliprect,
194
 
                        TRANSPARENCY_PEN, 0);
 
192
                        sx, sy, 0);
195
193
        }
196
194
}
197
195
 
457
455
        ROM_LOAD( "15.1k",        0x0000, 0x1000, CRC(fb5dd281) SHA1(fba947ae7b619c2559b5af69ef02acfb15733f0d) )
458
456
        ROM_LOAD( "16.1m",        0x1000, 0x1000, CRC(c07614a5) SHA1(d13d271a324f99d008429c16193c4504e5894493) )
459
457
 
460
 
        ROM_REGION( 0x2000, "gfx1", ROMREGION_DISPOSE )
 
458
        ROM_REGION( 0x2000, "gfx1", 0 )
461
459
        ROM_LOAD( "13.6n",        0x0000, 0x1000, CRC(b4fcf9af) SHA1(b360daa0670160dca61512823c98bc37ad99b9cf) )
462
460
        ROM_LOAD( "14.4n",        0x1000, 0x1000, CRC(af54407e) SHA1(1883928b721e03e452fd0c626c403dc374b02ed7) )
463
461
 
464
 
        ROM_REGION( 0x4000, "gfx2", ROMREGION_DISPOSE )
 
462
        ROM_REGION( 0x4000, "gfx2", 0 )
465
463
        ROM_LOAD( "9.6a",         0x0000, 0x1000, CRC(fa69e16e) SHA1(5a493a0a108b3e496884d1f499f3445d4e241ecd) )
466
464
        ROM_LOAD( "10.2a",        0x1000, 0x1000, CRC(10359f84) SHA1(df55f06fd98233d0efbc30e3e24bf9b8cab1a5cc) )
467
465
        ROM_LOAD( "11.4a",        0x2000, 0x1000, CRC(1d968f5f) SHA1(4acf78d865ca36355bb15dc1d476f5e97a5d91b7) )