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

« back to all changes in this revision

Viewing changes to src/mame/drivers/gpworld.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:
71
71
                {
72
72
                        int current_screen_character = (characterY*64) + characterX;
73
73
 
74
 
                        drawgfx(bitmap, machine->gfx[0], tile_RAM[current_screen_character],
75
 
                                        characterY, 0, 0, characterX*8, characterY*8, cliprect, TRANSPARENCY_PEN, 0);
 
74
                        drawgfx_transpen(bitmap, cliprect, machine->gfx[0], tile_RAM[current_screen_character],
 
75
                                        characterY, 0, 0, characterX*8, characterY*8, 0);
76
76
                }
77
77
        }
78
78
}
476
476
        ROM_LOAD( "epr6164.ic83",  0x8000, 0x4000, CRC(7f0e6853) SHA1(c255ac6e4b61faa8da9b5aa70f12c868b81acfe1) )
477
477
 
478
478
        /* Tiles */
479
 
        ROM_REGION( 0x1000, "gfx1", ROMREGION_DISPOSE )
 
479
        ROM_REGION( 0x1000, "gfx1", 0 )
480
480
        ROM_LOAD( "epr6148.ic18", 0x0000, 0x1000, CRC(a4b11cf5) SHA1(9697494335089b13071d773812eec373ef5b358c) )
481
481
 
482
482
        /* Sprites */