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

« back to all changes in this revision

Viewing changes to src/mame/drivers/astrocorp.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:
64
64
                {
65
65
                        for (x = 0 ; x < dimx ; x++)
66
66
                        {
67
 
                                drawgfx(bitmap,machine->gfx[0],
 
67
                                drawgfx_transpen(bitmap,cliprect, machine->gfx[0],
68
68
                                                code++, 0,
69
69
                                                0, 0,
70
 
                                                sx + x * 16, sy + y * 16,
71
 
                                                cliprect, TRANSPARENCY_PEN, 0xff);
 
70
                                                sx + x * 16, sy + y * 16, 0xff);
72
71
                        }
73
72
                }
74
73
        }
361
360
        ROM_LOAD16_BYTE( "1-8.even.u16", 0x00000, 0x10000, CRC(cf34bf0d) SHA1(72ad7ca63ef89451b2572d64cccfa764b9d9b353) )
362
361
        ROM_LOAD16_BYTE( "2-8.odd.u17",  0x00001, 0x10000, CRC(dd031c36) SHA1(198d0e685dd2d824a04c787f8a17c173efa272d9) )
363
362
 
364
 
        ROM_REGION( 0x200000, "sprites", ROMREGION_DISPOSE )
 
363
        ROM_REGION( 0x200000, "sprites", 0 )
365
364
        ROM_LOAD16_BYTE( "4.even.u26", 0x000000, 0x100000, CRC(8a706e42) SHA1(989688ee3a5e4fc11fb502e43c9d6012488982ee) )
366
365
        ROM_LOAD16_BYTE( "3.odd.u26",  0x000001, 0x100000, CRC(a624b750) SHA1(fc5b09f8a10cba5fb2474e1edd62a0400177a5ad) )
367
366
 
407
406
        ROM_LOAD16_BYTE( "1even.u16", 0x00000, 0x10000, CRC(d1295bdb) SHA1(bb035ee89b21368fb11c3b9cd23164b68feb84bd) )
408
407
        ROM_LOAD16_BYTE( "2odd.u17",  0x00001, 0x10000, CRC(bbca78e7) SHA1(a163569acad8d6b8821602ce24013fc46887aba9) )
409
408
 
410
 
        ROM_REGION( 0x200000, "sprites", ROMREGION_DISPOSE )
 
409
        ROM_REGION( 0x200000, "sprites", 0 )
411
410
        ROM_LOAD16_BYTE( "4even.u26", 0x00000, 0x100000, CRC(285375e0) SHA1(63b47105f0751c65e528139074f5b342450495ba) )
412
411
        ROM_LOAD16_BYTE( "3odd.u25",  0x00001, 0x100000, CRC(b93e3a91) SHA1(5192375c32518532e08bddfe000efdee587e1ecc) )
413
412